summaryrefslogtreecommitdiffstats
path: root/libmpcodecs
Commit message (Expand)AuthorAgeFilesLines
* 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
* | vd_ffmpeg: remove #ifdef for old FFmpeg-mt versionsUoti Urpala2010-05-071-6/+0
* | Merge svn changes up to r31141Uoti Urpala2010-05-078-3/+38
|\|
| * Add support for 12-bit color mode on framebuffer devices.cehoyos2010-05-068-3/+38
| * Cosmetics/indentation fixes.reimar2010-04-201-4/+5
| * Add workaround for aac-sbr-ffaac-slow.mkv playing to slow with FFmpegreimar2010-04-201-0/+5
* | vd_ffmpeg: use skip_frame instead of deprecated hurry_up fieldUoti Urpala2010-05-041-1/+6
* | Merge svn changes up to r31050Uoti Urpala2010-04-267-17/+22
|\|
| * Tell x264 that we aren't going to give it timestamps.lorenm2010-04-201-0/+1
| * Replace memalign(x) (x > 8) by av_malloc() to prevent crashes on systemszuxy2010-04-206-17/+21
* | Merge svn changes up to r31040Uoti Urpala2010-04-262-105/+108
|\|
| * Move functions that really do not need to be inlined from the headerreimar2010-04-152-105/+108
* | Merge svn changes up to r31033Uoti Urpala2010-04-263-6/+7
|\|
| * Fix build due to FFmpeg r22858 change (function rename).iive2010-04-121-1/+1
| * Fix build after FFmpeg symbol rename:diego2010-04-122-2/+3
| * Fix build due to FFmpeg r22833 change (typedef rename).iive2010-04-111-1/+1
| * cosmetics: Reorder some x86-related preprocessor conditionals.diego2010-04-061-2/+2
* | Merge svn changes up to r31020Uoti Urpala2010-04-261-6/+10
|\|
| * Change ifdefs to make more sense: HAVE_SSSE3 should only be around SSSE3-code,reimar2010-04-051-6/+10
* | Merge svn changes up to r31004Uoti Urpala2010-04-2610-10/+35
|\|
| * Mark vf_size_preset_fields m_option_t array as const.diego2010-04-041-1/+1
| * Mark encoder-related m_option_t struct arrays as const.diego2010-04-048-8/+8
| * Add a header for x264enc_set_param() instead of forward declaring it.diego2010-04-032-0/+27
| * Remove pointless #ifdef CONFIG_LIBAVCODEC preprocessor check.diego2010-04-031-2/+0
* | Merge svn changes up to r30972Uoti Urpala2010-04-261-1/+1
|\|
| * Fix crash with incomplete yuv2 frames.reimar2010-03-281-1/+1
* | Merge svn changes up to r30967Uoti Urpala2010-04-266-30/+40
|\|
| * Convert asm keyword to __asm__.diego2010-03-261-3/+3
| * Fix build due to codecs_path vs. codec_path typo.diego2010-03-232-8/+8
| * Get rid of pointless def_path variable; use codec_path directly instead.diego2010-03-233-9/+9
| * Real binary loader code should respect the binary codec path.diego2010-03-232-12/+16
| *