summaryrefslogtreecommitdiffstats
path: root/libmpcodecs
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Rename get_path.[ch] --> path.[ch].diego2010-03-201-1/+1
| * Move SetCodecPath() from loader to get_path.c and make it unconditional.diego2010-03-201-2/+1
| * Remove unnecessary size limits and a related define for hm12 decoder.reimar2010-03-191-7/+0
| * Drop support for XANIM_MOD_DIR environment variable.diego2010-03-181-3/+0
| * Reuse codec path variable used in the binary loader in the XAnim loader.diego2010-03-181-1/+1
| * cosmetics: indentationaurel2010-03-181-2/+2
| * add support for lavf style extradata in vd_theoraaurel2010-03-181-0/+17
* | Merge svn changes up to r30917Uoti Urpala2010-04-261-7/+3
|\|
| * Remove unused variable, fixes the warning:diego2010-03-161-1/+0
| * Fix libmpcodecs/vd_qtvideo.c compilation on OS X:sesse2010-03-161-6/+3
* | Merge svn changes up to r30907Uoti Urpala2010-04-265-233/+124
|\|
| * Use the high-level QuickTime decoding APIs (DecompressSequenceFrameS andsesse2010-03-151-224/+87
| * Replace separate Win32, XAnim and Real codec directories by one global dir.diego2010-03-143-9/+9
| * Support extradata format of the speex.acm windows codec formerly availablereimar2010-03-121-0/+24
| * Fix crash if speex_packet_to_header fails.reimar2010-03-121-0/+4
* | Move some sh_audio field setting out of demuxer.cUoti Urpala2010-04-231-1/+4
* | ad_ffmpeg: prefer codec to container samplerate for ffaacUoti Urpala2010-03-211-1/+6
* | Delete things related to old translation systemUoti Urpala2010-03-1042-42/+0
* | Merge svn changes up to r30876Uoti Urpala2010-03-104-7/+146
|\|
| * Fix QuickTime emulated OSErr type.sesse2010-03-062-7/+7
| * Enable ASS/SSA subtitle support in mencodergreg2010-03-052-0/+139
* | Merge svn changes up to r30848Uoti Urpala2010-03-102-2/+6
|\|
| * Partially revert r30645, the final output format is determined byreimar2010-03-032-2/+6
* | Merge svn changes up to r30798Uoti Urpala2010-03-104-61/+59
|\|
| * Reuse the keyframe flag from x264 instead of trying to derive it on our own.reimar2010-02-281-4/+1
| * Use the KEYFRAME define instead of some magic number.reimar2010-02-281-1/+1
| * Get rid of many ugly casts.cehoyos2010-02-281-39/+38
| * Make close_toolame() static, only used in ae_toolame.c.cehoyos2010-02-281-1/+1
| * Make close_twolame() static, only used in ae_twolame.c.cehoyos2010-02-281-1/+1
| * Actually use existing uninit() function in remove_logo filter.cehoyos2010-02-271-18/+20
| * Make function Gsm_Long_Term_Synthesis_Filtering() static, only used in xa_gsm.c.cehoyos2010-02-271-1/+1
| * Mark all fmt_list arrays as const.diego2010-02-264-4/+4
| * Mark vf_opts/vf_opts_fields structures as const.diego2010-02-264-8/+8
* | Merge svn changes up to r30748Uoti Urpala2010-03-109-11/+11
|\|
| * Do not cast the results of malloc/calloc/realloc.diego2010-02-269-11/+11
| * Add const to mpvdec declarationreimar2010-02-252-2/+2
* | Merge svn changes up to r30732Uoti Urpala2010-03-101-1/+1
|\|
| * Fix check for wrong variable: len can be unitialized but not normally < 0,reimar2010-02-251-1/+1
| * Mark member info of struct ad_functions_s as const.diego2010-02-221-1/+1
| * Mark a bunch of video filter structures as const.diego2010-02-224-14/+14
| * Remove commented-out cruft line.diego2010-02-221-1/+0
| * Declare externally used variables from vd.c as extern in vd.h.diego2010-02-22