1
mirror of https://github.com/mpv-player/mpv synced 2024-09-05 02:48:21 +02:00
mpv/libmpcodecs
pacman 9b5b4feac8 Fix BGR32 big-endian output
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18168 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-04-20 22:44:33 +00:00
..
native 10l, we should really, really use lzo1x_decompress_safe instead of lzo1x_decompress 2006-04-09 18:25:35 +00:00
.cvsignore keeps it clean 2002-03-10 23:04:31 +00:00
ad_acm.c Convert printfs in aviprint.c to mp_msg and give the information printing 2006-03-27 17:25:41 +00:00
ad_alaw.c set ss_mul to number of channels. Works with all samples I found. 2005-01-13 22:14:33 +00:00
ad_dk3adpcm.c attempt to fix missing and/or broken boundary checks 2005-11-10 20:41:11 +00:00
ad_dmo.c Use memmove instead of memcpy for overlapping areas. 2005-05-23 16:17:40 +00:00
ad_dshow.c setting samplesize to 2 in decoders where neccessary. 2004-09-21 20:34:47 +00:00
ad_dvdpcm.c removing AFMT_ dependancy 2004-12-27 17:30:15 +00:00
ad_faad.c massive attack: mp_msg printf format fixes 2006-01-12 20:04:36 +00:00
ad_ffmpeg.c Using channel count, samplerate and input bps values from the container 2006-04-19 20:12:01 +00:00
ad_hwac3.c Unify include path handling, -I.. is in CFLAGS. 2005-11-18 14:39:25 +00:00
ad_hwmpa.c ad_hwmpa: pass-through fake audio codec for hardware mpeg decoders 2006-01-15 10:25:14 +00:00
ad_imaadpcm.c fix illegal read 2005-06-20 15:10:40 +00:00
ad_internal.h Unify include path handling, -I.. is in CFLAGS. 2005-11-18 14:39:25 +00:00
ad_liba52.c Make sure maxlen is respected, instead of just failing the assert later on. 2006-02-10 18:21:52 +00:00
ad_libdv.c Part2 of several printf2mp_msg changes in patch from Otvos Attila oattila AT chello DOT hu with LOTS of modifications by me 2006-03-31 00:15:47 +00:00
ad_libmad.c 10l 2004-09-22 04:43:15 +00:00
ad_libvorbis.c massive attack: mp_msg printf format fixes 2006-01-12 20:04:36 +00:00
ad_mp3lib.c Unify include path handling, -I.. is in CFLAGS. 2005-11-18 14:39:25 +00:00
ad_mpc.c better set audio_out_minsize to MAX_FRAMESIZE 2006-04-20 09:23:13 +00:00
ad_msadpcm.c setting samplesize to 2 in decoders where neccessary. 2004-09-21 20:34:47 +00:00
ad_msgsm.c setting samplesize to 2 in decoders where neccessary. 2004-09-21 20:34:47 +00:00
ad_pcm.c Remove twos workaround, this bug was fixed in mov demuxer 2006-03-14 22:15:24 +00:00
ad_qtaudio.c Unify include path handling, -I.. is in CFLAGS. 2005-11-18 14:39:25 +00:00
ad_realaud.c Reduce Real DLL/so loading verbosity, OKed by Roberto. 2006-03-03 22:38:46 +00:00
ad_sample.c removing AFMT_ dependancy 2004-12-27 17:30:15 +00:00
ad_speex.c bug fixes: left-over mode variable used uninitialized, 2006-04-19 22:30:31 +00:00
ad_twin.c Convert printfs in aviprint.c to mp_msg and give the information printing 2006-03-27 17:25:41 +00:00
ad.c ad_hwmpa: pass-through fake audio codec for hardware mpeg decoders 2006-01-15 10:25:14 +00:00
ad.h changed to be more-or-less compatible with Nick's stuff 2002-03-25 19:53:41 +00:00
ae_faac.c massive attack: mp_msg printf format fixes 2006-01-12 20:04:36 +00:00
ae_faac.h added faac audio encoder 2005-04-25 07:07:57 +00:00
ae_lame.c Convert all if(verbose>X) to mp_msg_test calls. 2006-03-24 08:12:03 +00:00
ae_lame.h 10l to Nico for this copy&paste bug 2005-07-10 14:05:29 +00:00
ae_lavc.c do not randomly chop up packets, this isnt allowed in almost no container 2006-03-13 17:15:51 +00:00
ae_lavc.h audio encoding reworked 2005-04-22 06:59:59 +00:00
ae_pcm.c Unify include path handling, -I.. is in CFLAGS. 2005-11-18 14:39:25 +00:00
ae_pcm.h audio encoding reworked 2005-04-22 06:59:59 +00:00
ae_toolame.c Unify include path handling, -I.. is in CFLAGS. 2005-11-18 14:39:25 +00:00
ae_toolame.h toolame now works in vbr mode, too 2005-04-25 10:37:55 +00:00
ae_twolame.c Unify include path handling, -I.. is in CFLAGS. 2005-11-18 14:39:25 +00:00
ae_twolame.h added twolame mp2 audio encoder 2005-05-07 14:50:14 +00:00
ae.c add default case to encoder switch-case (maybe an error message would be good as well). 2006-03-08 15:49:46 +00:00
ae.h more warning fixes 2005-12-07 10:07:27 +00:00
cmmx.h Yet another inverse telecine filter by Zoltan Hidvegi <mplayer@hzoli.2y.net>. Also heavily MMX centric. 2003-12-08 22:57:47 +00:00
dec_audio.c memalign segfaults when used without declaration on amd64 (default function return type is int so the pointer was trunctated to 32bits) 2006-02-16 22:43:42 +00:00
dec_audio.h Patch by Stefan Huehner / stefan % huehner ! org \ 2006-02-09 14:08:03 +00:00
dec_video.c feed something (hopefully correct timestamps) into the video filter chain 2006-03-21 23:09:52 +00:00
dec_video.h feed something (hopefully correct timestamps) into the video filter chain 2006-03-21 23:09:52 +00:00
img_format.c include config.h as img_format.h needs endian definitions, noticed by Alan Curry <pacman at theworld com> 2006-02-09 10:23:51 +00:00
img_format.h missing 32bit RGBA variants and some cleanup 2004-08-11 01:41:43 +00:00
Makefile compile in the filters that depend on libavcodec/dsputil.h only when mplayer is configured to use the imported libavcodec 2006-03-16 21:56:24 +00:00
mp_image.h Change some printf calls to fprintf. 2006-03-27 07:49:14 +00:00
mpc_info.h -afm/-vfm migration from ID (int) to NAME (string) - simplifies code and makes dlopen()'ing possible 2002-08-30 21:44:20 +00:00
pullup.c add support for intel mac. mp3lib is not fixed yet. 2006-04-15 20:46:54 +00:00
pullup.h Patch by Stefan Huehner / stefan % huehner ! org \ 2006-02-09 14:08:03 +00:00
vd_divx4.c I've found some time to implement the encoding support for the new 2003-06-06 19:57:37 +00:00
vd_dmo.c Part2 of several printf2mp_msg changes in patch from Otvos Attila oattila AT chello DOT hu with LOTS of modifications by me 2006-03-31 00:15:47 +00:00
vd_dshow.c Part2 of several printf2mp_msg changes in patch from Otvos Attila oattila AT chello DOT hu with LOTS of modifications by me 2006-03-31 00:15:47 +00:00
vd_ffmpeg.c simplify extradata handling and make passing extradata on the default. 2006-04-02 18:35:00 +00:00
vd_hmblck.c fix for nv12 swapped chroma 2004-01-10 10:00:18 +00:00
vd_ijpg.c Fix BGR32 big-endian output 2006-04-20 22:44:33 +00:00
vd_internal.h mp_image.h and img_format.h moved to libmpcodecs 2002-04-13 19:14:34 +00:00
vd_libdv.c -afm/-vfm help implemenetd, some cosmetics of ad/vd codec names/comments 2002-08-31 13:09:23 +00:00
vd_libmpeg2.c Unify include path handling, -I.. is in CFLAGS. 2005-11-18 14:39:25 +00:00
vd_lzo.c 10l, we should really, really use lzo1x_decompress_safe instead of lzo1x_decompress 2006-04-09 18:25:35 +00:00
vd_mpegpes.c we don't need the 0x1FF hack any more 2002-09-21 22:38:41 +00:00
vd_mpng.c Fix mpng to work correctly with 16 bit png's. don't have any files to test 2006-02-07 18:17:12 +00:00
vd_mtga.c increment is a signed number (-1 or +1) 2003-03-15 21:05:37 +00:00
vd_null.c config_vo error handling 2002-10-28 00:42:39 +00:00
vd_nuv.c -afm/-vfm migration from ID (int) to NAME (string) - simplifies code and makes dlopen()'ing possible 2002-08-30 21:44:20 +00:00
vd_odivx.c I've found some time to implement the encoding support for the new 2003-06-06 19:57:37 +00:00
vd_qtvideo.c massive attack: mp_msg printf format fixes 2006-01-12 20:04:36 +00:00
vd_raw.c basic nv12 and nv21 support by Angelo Cano <angelo_cano@fastmail.fm> 2003-08-31 20:45:06 +00:00
vd_realvid.c Reduce Real DLL/so loading verbosity, OKed by Roberto. 2006-03-03 22:38:46 +00:00
vd_sgi.c add support for sgi files to mencoder patch by (Todd Kirby <slapcat at pacbell dot net>) 2003-03-05 10:38:56 +00:00
vd_theora.c revert the flip part of vd_theora fix 2005-02-23 11:55:26 +00:00
vd_vfw.c Part2 of several printf2mp_msg changes in patch from Otvos Attila oattila AT chello DOT hu with LOTS of modifications by me 2006-03-31 00:15:47 +00:00
vd_vfwex.c - vfwex redundancy removed 2002-09-03 21:13:48 +00:00
vd_xanim.c massive attack: mp_msg printf format fixes 2006-01-12 20:04:36 +00:00
vd_xvid4.c Sync with GomGom's patch-12 version. 2004-10-16 14:10:57 +00:00
vd_xvid.c XviD Api4 support 2003-11-12 00:43:42 +00:00
vd_zrmjpeg.c replace VO and VF numeric flags with #defined identifiers 2005-04-18 15:52:38 +00:00
vd.c Convert all if(verbose>X) to mp_msg_test calls. 2006-03-24 08:12:03 +00:00
vd.h flushing stuff after seeking (finally we can view MPEG without thouse blocks after seeking with -vc ffmpeg12) 2004-02-18 15:23:41 +00:00
ve_divx4.c passing pts through the filter layer (lets see if pts or cola comes out at the end) 2006-03-21 21:26:42 +00:00
ve_lavc.c Part2 of several printf2mp_msg changes in patch from Otvos Attila oattila AT chello DOT hu with LOTS of modifications by me 2006-03-31 00:15:47 +00:00
ve_libdv.c passing pts through the filter layer (lets see if pts or cola comes out at the end) 2006-03-21 21:26:42 +00:00
ve_nuv.c passing pts through the filter layer (lets see if pts or cola comes out at the end) 2006-03-21 21:26:42 +00:00
ve_qtvideo.c passing pts through the filter layer (lets see if pts or cola comes out at the end) 2006-03-21 21:26:42 +00:00
ve_raw.c Part2 of several printf2mp_msg changes in patch from Otvos Attila oattila AT chello DOT hu with LOTS of modifications by me 2006-03-31 00:15:47 +00:00
ve_vfw.c Part2 of several printf2mp_msg changes in patch from Otvos Attila oattila AT chello DOT hu with LOTS of modifications by me 2006-03-31 00:15:47 +00:00
ve_x264.c passing pts through the filter layer (lets see if pts or cola comes out at the end) 2006-03-21 21:26:42 +00:00
ve_xvid4.c passing pts through the filter layer (lets see if pts or cola comes out at the end) 2006-03-21 21:26:42 +00:00
ve_xvid.c passing pts through the filter layer (lets see if pts or cola comes out at the end) 2006-03-21 21:26:42 +00:00
ve.c Unify include path handling, -I.. is in CFLAGS. 2005-11-18 14:39:25 +00:00
vf_1bpp.c passing pts through the filter layer (lets see if pts or cola comes out at the end) 2006-03-21 21:26:42 +00:00
vf_2xsai.c passing pts through the filter layer (lets see if pts or cola comes out at the end) 2006-03-21 21:26:42 +00:00
vf_bmovl.c passing pts through the filter layer (lets see if pts or cola comes out at the end) 2006-03-21 21:26:42 +00:00
vf_boxblur.c passing pts through the filter layer (lets see if pts or cola comes out at the end) 2006-03-21 21:26:42 +00:00
vf_crop.c Part2 of several printf2mp_msg changes in patch from Otvos Attila oattila AT chello DOT hu with LOTS of modifications by me 2006-03-31 00:15:47 +00:00
vf_cropdetect.c Part2 of several printf2mp_msg changes in patch from Otvos Attila oattila AT chello DOT hu with LOTS of modifications by me 2006-03-31 00:15:47 +00:00
vf_decimate.c add support for intel mac. mp3lib is not fixed yet. 2006-04-15 20:46:54 +00:00
vf_delogo.c passing pts through the filter layer (lets see if pts or cola comes out at the end) 2006-03-21 21:26:42 +00:00
vf_denoise3d.c passing pts through the filter layer (lets see if pts or cola comes out at the end) 2006-03-21 21:26:42 +00:00
vf_detc.c passing pts through the filter layer (lets see if pts or cola comes out at the end) 2006-03-21 21:26:42 +00:00
vf_dint.c passing pts through the filter layer (lets see if pts or cola comes out at the end) 2006-03-21 21:26:42 +00:00
vf_divtc.c add support for intel mac. mp3lib is not fixed yet. 2006-04-15 20:46:54 +00:00
vf_down3dright.c passing pts through the filter layer (lets see if pts or cola comes out at the end) 2006-03-21 21:26:42 +00:00
vf_dsize.c I screwed up keep aspect param, made behavior the opposite of man page. 2005-12-20 17:38:43 +00:00
vf_dvbscale.c Unify include path handling, -I.. is in CFLAGS. 2005-11-18 14:39:25 +00:00
vf_eq2.c add support for intel mac. mp3lib is not fixed yet. 2006-04-15 20:46:54 +00:00
vf_eq.c add support for intel mac. mp3lib is not fixed yet. 2006-04-15 20:46:54 +00:00
vf_expand.c Part2 of several printf2mp_msg changes in patch from Otvos Attila oattila AT chello DOT hu with LOTS of modifications by me 2006-03-31 00:15:47 +00:00
vf_fame.c Part2 of several printf2mp_msg changes in patch from Otvos Attila oattila AT chello DOT hu with LOTS of modifications by me 2006-03-31 00:15:47 +00:00
vf_field.c passing pts through the filter layer (lets see if pts or cola comes out at the end) 2006-03-21 21:26:42 +00:00
vf_fil.c passing pts through the filter layer (lets see if pts or cola comes out at the end) 2006-03-21 21:26:42 +00:00
vf_filmdint.c passing pts through the filter layer (lets see if pts or cola comes out at the end) 2006-03-21 21:26:42 +00:00
vf_flip.c passing pts through the filter layer (lets see if pts or cola comes out at the end) 2006-03-21 21:26:42 +00:00
vf_format.c Part2 of several printf2mp_msg changes in patch from Otvos Attila oattila AT chello DOT hu with LOTS of modifications by me 2006-03-31 00:15:47 +00:00
vf_framestep.c Part2 of several printf2mp_msg changes in patch from Otvos Attila oattila AT chello DOT hu with LOTS of modifications by me 2006-03-31 00:15:47 +00:00
vf_fspp.c removed unreachable code: this filter can't compile with external libavcodec (the Makefile rules prevent it) 2006-04-17 20:20:28 +00:00
vf_halfpack.c add support for intel mac. mp3lib is not fixed yet. 2006-04-15 20:46:54 +00:00
vf_harddup.c passing pts through the filter layer (lets see if pts or cola comes out at the end) 2006-03-21 21:26:42 +00:00
vf_hqdn3d.c use shifts instead of division. 15% faster hqdn3d 2006-03-26 21:32:52 +00:00
vf_hue.c passing pts through the filter layer (lets see if pts or cola comes out at the end) 2006-03-21 21:26:42 +00:00
vf_il.c passing pts through the filter layer (lets see if pts or cola comes out at the end) 2006-03-21 21:26:42 +00:00
vf_ilpack.c add support for intel mac. mp3lib is not fixed yet. 2006-04-15 20:46:54 +00:00
vf_ivtc.c add support for intel mac. mp3lib is not fixed yet. 2006-04-15 20:46:54 +00:00
vf_kerndeint.c passing pts through the filter layer (lets see if pts or cola comes out at the end) 2006-03-21 21:26:42 +00:00
vf_lavc.c passing pts through the filter layer (lets see if pts or cola comes out at the end) 2006-03-21 21:26:42 +00:00
vf_lavcdeint.c passing pts through the filter layer (lets see if pts or cola comes out at the end) 2006-03-21 21:26:42 +00:00
vf_mirror.c passing pts through the filter layer (lets see if pts or cola comes out at the end) 2006-03-21 21:26:42 +00:00
vf_noformat.c Part2 of several printf2mp_msg changes in patch from Otvos Attila oattila AT chello DOT hu with LOTS of modifications by me 2006-03-31 00:15:47 +00:00
vf_noise.c add support for intel mac. mp3lib is not fixed yet. 2006-04-15 20:46:54 +00:00
vf_palette.c Part2 of several printf2mp_msg changes in patch from Otvos Attila oattila AT chello DOT hu with LOTS of modifications by me 2006-03-31 00:15:47 +00:00
vf_perspective.c passing pts through the filter layer (lets see if pts or cola comes out at the end) 2006-03-21 21:26:42 +00:00
vf_phase.c Part2 of several printf2mp_msg changes in patch from Otvos Attila oattila AT chello DOT hu with LOTS of modifications by me 2006-03-31 00:15:47 +00:00
vf_pp7.c passing pts through the filter layer (lets see if pts or cola comes out at the end) 2006-03-21 21:26:42 +00:00
vf_pp.c passing pts through the filter layer (lets see if pts or cola comes out at the end) 2006-03-21 21:26:42 +00:00
vf_pullup.c passing pts through the filter layer (lets see if pts or cola comes out at the end) 2006-03-21 21:26:42 +00:00
vf_qp.c removed unreachable code: this filter can't compile with external libavcodec (the Makefile rules prevent it) 2006-04-17 20:20:28 +00:00
vf_rectangle.c passing pts through the filter layer (lets see if pts or cola comes out at the end) 2006-03-21 21:26:42 +00:00
vf_remove_logo.c passing pts through the filter layer (lets see if pts or cola comes out at the end) 2006-03-21 21:26:42 +00:00
vf_rgb2bgr.c passing pts through the filter layer (lets see if pts or cola comes out at the end) 2006-03-21 21:26:42 +00:00
vf_rgbtest.c passing pts through the filter layer (lets see if pts or cola comes out at the end) 2006-03-21 21:26:42 +00:00
vf_rotate.c passing pts through the filter layer (lets see if pts or cola comes out at the end) 2006-03-21 21:26:42 +00:00
vf_sab.c passing pts through the filter layer (lets see if pts or cola comes out at the end) 2006-03-21 21:26:42 +00:00
vf_scale.c Convert all if(verbose>X) to mp_msg_test calls. 2006-03-24 08:12:03 +00:00
vf_scale.h Patch by Stefan Huehner / stefan % huehner ! org \ 2006-02-09 14:08:03 +00:00
vf_screenshot.c passing pts through the filter layer (lets see if pts or cola comes out at the end) 2006-03-21 21:26:42 +00:00
vf_smartblur.c passing pts through the filter layer (lets see if pts or cola comes out at the end) 2006-03-21 21:26:42 +00:00
vf_softpulldown.c passing pts through the filter layer (lets see if pts or cola comes out at the end) 2006-03-21 21:26:42 +00:00
vf_softskip.c passing pts through the filter layer (lets see if pts or cola comes out at the end) 2006-03-21 21:26:42 +00:00
vf_spp.c removed unreachable code: this filter can't compile with external libavcodec (the Makefile rules prevent it) 2006-04-17 20:20:28 +00:00
vf_swapuv.c passing pts through the filter layer (lets see if pts or cola comes out at the end) 2006-03-21 21:26:42 +00:00
vf_telecine.c passing pts through the filter layer (lets see if pts or cola comes out at the end) 2006-03-21 21:26:42 +00:00
vf_test.c Part2 of several printf2mp_msg changes in patch from Otvos Attila oattila AT chello DOT hu with LOTS of modifications by me 2006-03-31 00:15:47 +00:00
vf_tfields.c passing pts through the filter layer (lets see if pts or cola comes out at the end) 2006-03-21 21:26:42 +00:00
vf_tile.c Part2 of several printf2mp_msg changes in patch from Otvos Attila oattila AT chello DOT hu with LOTS of modifications by me 2006-03-31 00:15:47 +00:00
vf_tinterlace.c New mode for tinterlace filter 2006-04-08 15:30:09 +00:00
vf_unsharp.c passing pts through the filter layer (lets see if pts or cola comes out at the end) 2006-03-21 21:26:42 +00:00
vf_uspp.c removed unreachable code: this filter can't compile with external libavcodec (the Makefile rules prevent it) 2006-04-17 20:20:28 +00:00
vf_vo.c passing pts through the filter layer (lets see if pts or cola comes out at the end) 2006-03-21 21:26:42 +00:00
vf_yuvcsp.c passing pts through the filter layer (lets see if pts or cola comes out at the end) 2006-03-21 21:26:42 +00:00
vf_yuy2.c Part2 of several printf2mp_msg changes in patch from Otvos Attila oattila AT chello DOT hu with LOTS of modifications by me 2006-03-31 00:15:47 +00:00
vf_yvu9.c Part2 of several printf2mp_msg changes in patch from Otvos Attila oattila AT chello DOT hu with LOTS of modifications by me 2006-03-31 00:15:47 +00:00
vf_zrmjpeg.c passing pts through the filter layer (lets see if pts or cola comes out at the end) 2006-03-21 21:26:42 +00:00
vf.c Part2 of several printf2mp_msg changes in patch from Otvos Attila oattila AT chello DOT hu with LOTS of modifications by me 2006-03-31 00:15:47 +00:00
vf.h passing pts through the filter layer (lets see if pts or cola comes out at the end) 2006-03-21 21:26:42 +00:00
vfcap.h fixes for encoding of multiple files 2005-03-01 20:21:58 +00:00
vqf.h Unify include path handling, -I.. is in CFLAGS. 2005-11-18 14:39:25 +00:00