summaryrefslogtreecommitdiffstats
path: root/libmpcodecs
Commit message (Expand)AuthorAgeFilesLines
* cosmetics: img_format.h: document some formatsreimar2011-07-061-11/+11
* vf_stereo3d: Add support for converting to interleaved 3Dreimar2011-07-061-6/+30
* vf_ilpack: fix incompatible function typesreimar2011-07-061-5/+8
* cosmetics: vf_ilpack.c: tabs to 4 spacesUoti Urpala2011-07-061-341/+341
* vf_dint, vf_divtc: fix code assuming "char" is signedreimar2011-07-062-9/+9
* vf_delogo: allow to change the rectangle based on the timecigaes2011-07-061-17/+130
* cosmetics: vf_delogo.c: remove tabs to allow direct mergeUoti Urpala2011-07-061-57/+57
* debug output: reduce verbosity of some frequent messagesUoti Urpala2011-07-051-1/+1
* audio: move ready-for-ao data buffer from decoder to AOUoti Urpala2011-07-022-34/+30
* cleanup: fix mp_dbg() format string warningsClément Bœsch2011-07-011-4/+4
* vo_gl: don't accept 9/10-bit formats as inputreimar2011-06-295-44/+56
* vd_ffmpeg.c: fix one case of "-lavdopts vstats" crashingiive2011-06-291-1/+4
* configure: Remove checks for default inline asm featuresDiego Biurrun2011-06-281-4/+4
* vd_ffmpeg: autoselect output colorspaces without codecs.confUoti Urpala2011-06-263-13/+36
* video/colorspaces: add new 9/10-bit formats from libavcodecUoti Urpala2011-06-264-2/+62
* vf_pullup, vf_yadif: pts handling fixesRudolf Polzer2011-06-242-15/+22
* vo_xvmc: drop XvMC supportUoti Urpala2011-05-091-41/+0
* audio: disallow partial samples, fix ad_pcm to complyUoti Urpala2011-05-071-3/+8
* cleanup: shut up more warningsClément Bœsch2011-05-0613-33/+30
* audio: avoid duplicated error messages on init failureUoti Urpala2011-05-031-1/+3
* ad_ffmpeg: return failure from init() if initial decode failsUoti Urpala2011-05-031-6/+13
* cleanup: remove more warningsClément Bœsch2011-05-026-76/+15
* Merge branch 'mplayer1_changes'Uoti Urpala2011-05-025-19/+31
|\
| * ad_speex: support decoding stream without header packetreimar2011-05-021-13/+14
| * vd_ffmpeg: Make DR work with reget_buffer without buffer_hintsreimar2011-05-021-0/+3
| * vd_ffmpeg: handle reget_buffer in DRI failure fallback codereimar2011-05-021-0/+6
| * ad_qtaudio: don't run win32 loader code when it's not usedreimar2011-05-021-2/+2
| * vd_ffmpeg: require aligned stride in get_buffer()zuxy2011-04-131-1/+1
| * ad_pcm, codecs.conf: support 'lpcm' in mov and float in aiffcehoyos2011-04-131-0/+2
| * ad_liba52: Fix -ac a52 with tags other than 0x2000 or dnetreimar2011-04-131-3/+3
* | vf_*: fix pts values passed to the next filterRudolf Polzer2011-04-2416-56/+269
* | Update libav API usesUoti Urpala2011-04-204-10/+8
* | cleanup: avoid various GCC warningsClément Bœsch2011-04-202-3/+3
|/
* mp3lib: drop internal mp3lib treeUoti Urpala2011-04-023-128/+0
* vd_ffmpeg: fix thread count setting with latest ffmpeg-mtUoti Urpala2011-03-291-1/+3
* ad_qtaudio: fix use with the libavformat mov demuxerfaust32011-02-151-2/+6
* vd_mpng: libpng API update, use color type gettercboesch2011-02-151-3/+6
* libmpcodecs/vf_*.c: Replace memalign() by av_malloc()michael2011-02-153-8/+12
* fix compilation with old FFmpeg versionsUoti Urpala2011-02-081-1/+8
* ad_ffmpeg: add missing extradata paddingUoti Urpala2011-02-021-1/+2
* libmpeg2: drop libmpeg2 supportUoti Urpala2011-02-012-318/+0
* vo_zr2: drop Zoran supportUoti Urpala2011-01-314-1306/+0
* codecs.conf, vd_ffmpeg: Enable fflagarith video decodercehoyos2011-01-311-1/+1
* libfaad2:/ Remove forked internal libfaad2 copydiego2011-01-311-32/+1
* Merge branch 'sub'Uoti Urpala2011-01-264-48/+91
|\
| * sub/OSD: move some related files to sub/Uoti Urpala2011-01-263-5/+5
| * cleanup: rename ass_* functions to mp_ass_*Uoti Urpala2011-01-262-14/+14
| * subs: use correct font aspect ratio for libass + converted subsUoti Urpala2011-01-262-25/+67
| * cleanup: some random minor code simplification and cleanupUoti Urpala2011-01-261-9/+8
| * vf_vo: fix EOSD change detection bugUoti Urpala2011-01-181-1/+0
| * cleanup: move MP_NOPTS_VALUE definition to mpcommon.hUoti Urpala2011-01-151-4/+1
| * subtitles: move global ass_track to struct osd_stateUoti Urpala2011-01-153-12/+18
* | mp_msg: Remove uses of MSGT_MENCODERClément Bœsch2011-01-252-5/+5
* | cleanup: remove unused MEncoder-related codeClément Bœsch2011-01-254-17/+8
|/
* cosmetics: remove unused code, small formatting tweaksUoti Urpala2010-12-201-1/+1
* vd_ffmpeg: set thread count to number of cores on machine by defaultUoti Urpala2010-12-201-1/+14
* ad_faad: fix crash when used on an empty audio streamreimar2010-12-161-0/+5
* ad_speex: improve timestamp handlingreimar2010-12-161-1/+9
* vd_ffmpeg: fix MP_IMGTYPE selection for non-ref non-B framesreimar2010-12-161-1/+1
* vd_ffmpeg: Reset ctx->vo_initialized to 0 on a resolution changereimar2010-12-161-0/+1
* ad_speex: Fix possible memory leaks on errorreimar2010-12-161-2/+8
* vd_qtvideo: Do not dump image description by defaultreimar2010-12-161-1/+2
* vf_stereo3d: Properly support src/dst stridereimar2010-12-161-31/+38
* vf_stereo3d: Adjust d_height instead of bad ad-hoc scalingreimar2010-12-161-44/+28
* ad_liba52: fix -a52drc handlingUoti Urpala2010-11-231-1/+1
* demux_mkv, ad_ffmpeg: use Matroska OutputSamplingFrequency if availableUoti Urpala2010-11-211-11/+16
* cleanup: remove NULL checks before free() all over the codecboesch2010-11-1426-58/+53
* core: do initial A-V sync by modifying audio streamUoti Urpala2010-11-132-7/+21
* vd_ffmpeg: compare IMGFMT instead of PIX_FMTreimar2010-11-081-3/+3
* ad_faad: Make work with -demuxer lavfreimar2010-11-081-1/+1
* ad_ffmpeg: Handle EAGAIN, needed for LATM to work properly with demux_tsreimar2010-11-081-0/+3
* vf_scale: accept all non-hw-accel formats we know a PIX_FMT forreimar2010-11-081-35/+1
* video: simplify some tests with a new IMGFMT_IS_HWACCEL macroreimar2010-11-084-6/+7
* build: enable vf_geq if libavutil version installs eval.hUoti Urpala2010-11-061-0/+2
* vf_stereo3d: Add stereo3d filterreimar2010-11-022-0/+480
* vd_ffmpeg: improve aspect ratio handlingreimar2010-11-021-5/+7
* vd_qtvideo: fix crash on OS X with QuickTimereimar2010-11-021-1/+1
* Remove remaining %lf printf conversionsreimar2010-11-021-0/+1
* vf_yadif: modify asm to make compile with clangcehoyos2010-11-021-1/+1
* libaf: add opts pointer to struct af_streamUoti Urpala2010-11-021-2/+2
* ad_libdca: fix assert failure on -channels >6Uoti Urpala2010-11-021-3/+10
* options: move audio_output_channels, audio_output_format to structUoti Urpala2010-11-027-15/+22
* build: enable/disable all FFmpeg libraries togetherUoti Urpala2010-11-023-7/+5
* Remove MEncoderUoti Urpala2010-11-0227-8065/+0
* cosmetics: Remove vim/emacs coding style hints from sourcesdiego2010-11-022-5/+0
* vf_sab, vf_smartblur: add "const" to match swscale APIdiego2010-11-022-2/+2
* cleanup: malloc+memset->calloc, sizeof(TYPE)->sizeof(*ptr)reimar2010-11-0211-39/+30
* cosmetics: reformat vf_ass to K&R styleUoti Urpala2010-11-021-289/+318
* enable vo_mga, vo_xmga, vf_palette, vf_halfpackUoti Urpala2010-11-021-4/+0
* vf_fixpts: Mark vf_info_t declaration constdiego2010-11-021-1/+1
* cosmetics: remove "_s" prefix from "struct vf_info_s"Uoti Urpala2010-11-021-1/+1
* cosmetics: Remove commented-out mpcodecs_ad_null leftoversdiego2010-11-021-2/+0
* Add central init_avcodec() to avoid duplicated libavcodec init codediego2010-11-0211-57/+54
* vd_ffmpeg: Set avctx->coded_width/coded_height instead of width/heightreimar2010-11-021-2/+2
* ad_ffmpeg, vd_ffmpeg: remove pointless castsdiego2010-11-022-2/+2
* spelling fixessiretart2010-11-021-2/+2
* vd_qtvideo: Some indentation fixesreimar2010-11-021-7/+7
* vd_qtvideo: generate a ImageDescription if not givenreimar2010-11-021-5/+20
* audio: support parameter changes (e.g. channel count) during playbackreimar2010-11-022-25/+61
* ad_mpeg123: Enable robust resyncdiego2010-11-021-0/+3
* Use AV_RL* macros instead of typecasts where appropriatereimar2010-11-025-27/+21
* libgsm: Remove libgsm wrapperreimar2010-11-025-1214/+0
* vd_xanim.c: Give functions proper prototypesreimar2010-11-021-24/+45
* vf_geq: Fix function prototypes to match the required type.reimar2010-11-021-3/+3
* cleanup: Add const qualifiers for struct ad_functions pointersreimar2010-11-021-1/+1
* ad_faad: fix compilation using external libfaadattila2010-11-021-0/+11
* ad_mpg123: add MP3 decoding through libmpg123diego2010-11-022-0/+580
* vd_ffmpeg: add av_unused attribute to swap_palette()diego2010-11-021-1/+1
* vf_ffmpeg: make VP8 decoder work by disabling drreimar2010-11-021-1/+1
* ad_faad: Improve LATM recognitioncehoyos2010-11-021-2/+24
* cleanup: #include loader/wine/winbase.h instead of local declarationsdiego2010-11-023-10/+4
* vf_rgb2bgr: remove the filtersiretart2010-11-022-125/+0
* vd_ffmpeg: Minor code simplification.reimar2010-10-271-1/+2
* vd_ffmpeg: fix aspect ratio problems with recent FFmpegUoti Urpala2010-10-161-0/+2
* vd_ffmpeg: fix calloc/av_free mixupUoti Urpala2010-10-161-7/+4
* Merge svn changes up to r31332Uoti Urpala2010-06-052-2/+18
|\
| * Extend -vf format to allow substituting the format for a compatible onereimar2010-06-051-2/+16
| * Fix -vf format and -vf noformat to work with slices.reimar2010-06-052-0/+2
* | Merge svn changes r31318 to r31328Uoti Urpala2010-06-052-5/+5
|\|
| * Fix compilation after FFmpeg r23485.cehoyos2010-06-052-5/+5
| * Limit buffered PTS only when we actually got a frame from the decoder.reimar2010-06-031-14/+17
| * ass_set_aspect_ratio() takes three arguments since 0x00907010.cehoyos2010-06-022-2/+2
* | Merge svn changes up to r31303Uoti Urpala2010-06-023-24/+33
|\|
| * avoid using swscale internals by copying in palette8torbg16 and its bgr variantsiretart2010-06-011-1/+18
| * deprecate palette8topacked32 in favor of public API functions sws_convertPale...siretart2010-06-011-8/+9
| * Fix compilation after FFmpeg r23402.cehoyos2010-06-012-5/+6
| * remove palette8torgb15 and palette8tobgr15siretart2010-06-011-10/+0
| * Forgotten part of previous commit (extern declaration of drc_level).reimar2010-05-301-0/+2
| * Use the -a52drc option also for the libavcodec decoder.reimar2010-05-303-6/+7
* | ad_ffmpeg: set lavc drc_scale parameter according to opts->drc_levelUoti Urpala2010-06-021-0/+3
* | options: move -a52drc to option structUoti Urpala2010-06-021-9/+8
* | Merge svn changes up to r31265Uoti Urpala2010-06-021-1/+1
|\|
| * cosmetics: Remove some commented-out #includes, fix a comment grammar error.diego2010-05-291-4/+1
| * Directly mark jpeg_buf_src() as void instead of using some indirection marcro.diego2010-05-291-1/+1
* | Merge svn changes up to r31256Uoti Urpala2010-05-301-3/+3
|\|
| * Use MSGT_DECVIDEO in a video decoder.cehoyos2010-05-281-3/+3
| * cosmetics: Drop pointless _s suffix from 'struct ad_functions'.diego2010-05-271-1/+1
| * cosmetics: Drop pointless _s suffix from 'struct mp_image'.diego2010-05-271-1/+1
| * cosmetics: Drop _s suffix from 'struct vd_functions'.diego2010-05-271-1/+1
| * cosmetics: K&R coding stylediego2010-05-271-259/+298
| * cosmetics: K&R coding stylediego2010-05-271-203/+236
| * whitespace cosmeticsdiego2010-05-254-4/+4
* | Merge svn changes up to r31211Uoti Urpala2010-05-301-0/+4
|\|
| * Avoid decoding of 0-size packets. This also fixes that the main loop believesreimar2010-05-231-0/+4
| * cosmetics: reformat ad_pcm.c in K&R stylediego2010-05-231-90/+93
* | Merge svn change r31191Uoti Urpala2010-05-301-3/+4
|\|
| * Ignore (but print out) offset with libtheora decoder.cehoyos2010-05-221-3/+4
* | Merge svn changes up to r31189Uoti Urpala2010-05-302-7/+11
|\|
| * Fix compilation broken by FFmpeg-r23201 that changed the api of error logging.iive2010-05-202-7/+11
* | Merge svn changes up to r31176Uoti Urpala2010-05-302-103/+0
|\|
| * Fix compilation after r31173.cehoyos2010-05-141-2/+0
| * remove vf_yuy2, functionality is replaced by -vf format=yuv2siretart2010-05-141-100/+0
* | Merge svn changes up to r31169Uoti Urpala2010-05-301-16/+0
|\|
| * Remove internal liba52 copy.diego2010-05-091-16/+0
* | Merge svn changes up to r31145Uoti Urpala2010-05-302-3/+7
|\|
| * Handle Y8/Y800 formats more similar to other YUV formats.reimar2010-05-092-3/+7
* | cosmetics: "struct vf_instance* vf" -> "struct vf_instance *vf"Uoti Urpala2010-05-2986-362/+366
* | ad_pcm: don't rely on demux packets staying validUoti Urpala2010-05-151-9/+23
* | ad_pcm: fix crash at EOFUoti Urpala2010-05-151-1/+1
* | cosmetics: reindent ad_pcm.cUoti Urpala2010-05-151-117/+120