summaryrefslogtreecommitdiffstats
path: root/libmpcodecs
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* | 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-226-16/+12
| * cosmetics: Rename struct vf_instance_s --> vf_instance.diego2010-02-2187-383/+383
* | Merge svn changes up to r30683Uoti Urpala2010-03-1080-160/+162
|\|
| * Rename open() vf initialization function to vf_open().diego2010-02-2179-158/+157
| * Add malloc.h #include for memalign(), fixes the warning:diego2010-02-211-2/+5
| * Mark ad_functions_t structures and mpcodecs_ad_drivers array as const.diego2010-02-203-29/+29
| * cosmetics: Remove pointless empty lines at EOF.diego2010-02-2030-48/+0
* | Merge svn changes up to r30663Uoti Urpala2010-03-105-18/+57
|\|
| * Fix the stack crash(SYS3171) on OS/2 when playing qtaudio/qtvideo.komh2010-02-192-0/+13
| * cosmetics: Remove commented-out #include.diego2010-02-191-1/+0
| * DirectShow requires stride to be a multiple of 4 for RGB24/BGR24, addreimar2010-02-181-10/+39
| * Merge declaration and initialization.reimar2010-02-182-4/+2
| * DShow and DMO decoders need MP_IMGFLAG_COMMON_PLANEreimar2010-02-182-2/+2
| * Call mpcodecs_config_vo with the proper image format for dmo and dshow codecs.reimar2010-02-182-2/+2
* | Merge svn changes up to r30643Uoti Urpala2010-03-109-25/+16
|\|
| * Add header for AVI print functions; avoids many forward declarations.diego2010-02-183-7/+3
| * Handle negative height in draw_slice from FFmpeg in vd_ffmpeg.c, since atreimar2010-02-171-1/+13
| * libmpcodecs: Remove pointless leftover '#if 1' preprocessor instructions.diego2010-02-176-17/+0
| * Revert marking seemingly unused XAnim-binary-related functions as static.diego2010-02-171-12/+28
| * Revert marking seemingly unused RealAudio/RealVideo-related functions as static.diego2010-02-172-26/+31
| * libmpcodecs: Mark functions not used outside of their files as static.diego2010-02-167-32/+41
| * #include corresponding .h files in .c files.diego2010-02-161-0/+1
* | Merge svn changes up to r30595Uoti Urpala2010-03-096-11/+72
|\|
| * Add header for init_global_rawdv_decoder() instead of forward declaring it.diego2010-02-163-3/+28
| * Add header file for mplayer_audio_read() instead of forward declaring it.diego2010-02-162-0/+25
| * Add support for decoding 4:2:2 and 4:4:4 Theora files.reimar2010-02-141-8/+19
| * Move movie_aspect extern declaration to libmpcodecs/vd.h.diego2010-02-141-0/+1
* | Merge svn changes up to r30570Uoti Urpala2010-03-091-56/+32
|\|
| * Reindentreimar2010-02-141-26/+25
| * Just use goto instead of reimplementing it badly with a do { } while (0) andreimar2010-02-141-21/+8
| * Change aspect calculation code to switch to floating point earlier so integerreimar2010-02-141-2/+2
| * Return NULL instead of 0 for function returning a pointer.reimar2010-02-141-1/+1
| * Mark uninit() as static; it is only used within the file.diego2010-02-141-1/+1
| * Remove useless casts.reimar2010-02-141-2/+2
| * Remove useless code, QUERY_FORMAT already ensures the requested format is sup...reimar2010-02-141-10/+0
| * Make vd_functions_t describing codecs const.reimar2010-02-142-23/+23
| * Make vd_info_t const for pointer in vd_functions, avoids some warnings aboutreimar2010-02-141-1/+1
* | Merge svn changes up to r30557Uoti Urpala2010-03-092-2/+2
|\|
| * Remove excessive ()reimar2010-02-141-1/+1
| * Remove stray '/' from comment block, fixes the warning:diego2010-02-131-1/+1
* | Merge svn changes up to r30550Uoti Urpala2010-03-091-1/+1
|\|
| * Mark all ad_info_t/vd_info_t structure declarations as const.diego2010-02-1247-47/+47
| * libass: fix PAR correctiongreg2010-02-092-3/+4
| * Estimate pts of additional frame generated by tfields also if correct-pts isreimar2010-02-011-4/+9
* | Merge svn changes up to r30484Uoti Urpala2010-03-091-7/+14
|\|
| * Enable query_format for vf_tfields to make sure it isn't used for formatsreimar2010-02-011-4/+5
| * Fix -vf tfields=1 so it does not read out of bounds or leave parts of thereimar2010-02-011-3/+9
* | Merge svn changes up to r30463Uoti Urpala2010-03-09139-69/+2480
|\|
| * Add missing license headers to all files in the libmpcodecs directory.diego2010-01-30135-64/+2461
| * Remove confusing comment.diego2010-01-301-2/+0
| * Support more qscale types in most post-processing filters.reimar2010-01-295-4/+19
* | translations: tweak cases that relied on concatenating adjacent stringsUoti Urpala2010-03-071-5/+6
* | Restore collapsed whitespace in output messagesUoti Urpala2010-03-072-2/+2
* | ad_faad: move message "input bitrate missing" to MSGL_VUoti Urpala2010-01-311-1/+1
* | Merge svn changes up to r30437Uoti Urpala2010-01-283-4/+19
|\|
| * Add an option to cropdetect to periodically reset the detected area.reimar2010-01-261-4/+16
| * Fail ad_pcm initialization of WAVEFORMATEX header is missing instead of crash...reimar2010-01-241-0/+2
| * Reset the parser on seek. Should fix some cases of audio "blips" after seeking.reimar2010-01-241-0/+1
| * Move the resync-related code into more consistent places instead of having itreimar2010-01-242-0/+6
* | Merge svn changes up to r30419Uoti Urpala2010-01-255-22/+88
|\|
| * Switch -vf halfpack to use only public API of libswscale.reimar2010-01-231-4/+20
| * Make the scale filter prefer yuv conversions that do not need chroma scaling.reimar2010-01-231-7/+41
| * Remove the query_format_cache, it is extra complexity that makes improvementsreimar2010-01-231-6/+1
| * Simplify loop conditionreimar2010-01-231-1/+1
| * Make sure that a qstride of 0 (intentional or not) does not completely breakreimar2010-01-232-5/+17
| * Remove any auto-inserted lavc filter.reimar2010-01-221-2/+9
* | Merge svn changes up to r30375Uoti Urpala2010-01-252-24/+21
|\|
| * Add a proper header for our strsep implementation so strsep willreimar2010-01-171-0/+1
| * Reuse the fmt-conversion code instead of duplicating the functionality.reimar2010-01-171-24/+4
| * Add big- and little-endian variants of the 15 and 16 bit RGB/BGR formats.reimar2010-01-171-0/+16
* | Merge svn changes up to r30322Uoti Urpala2010-01-251-1/+1
|\|
| * We only need to disable seeking back in ad_ffmpeg when we actually _use_reimar2010-01-151-1/+1
* | Merge svn changes up to r30301Uoti Urpala2010-01-252-39/+51
|\|
| * 100l, fix typo that caused ad_hwac3 to fail to compile.reimar2010-01-121-1/+1
| * Attempt a simple hack to fix -ac hwdtsreimar2010-01-121-0/+3
| * More changes needed to make ad_hwac3 truly independent from liba52.reimar2010-01-112-7/+1
| * Let the format filter do the AC3 endianness conversion instead of duplicatingreimar2010-01-111-16/+7
| * Add support for distinguishing between little- and big-endian SPDIF AC3reimar2010-01-111-1/+1
| * Make ad_hwac3 independent of liba52. Needs a minor amount of code duplication,reimar2010-01-111-16/+40
* | Merge svn changes up to r30250Uoti Urpala2010-01-251-1/+1
|\|
| * vf crop: do not generate 0-size slices, they are pointless and also confusereimar2010-01-081-1/+1
* | vd_ffmpeg: fix compilation with neither VDPAU nor XvMC enabledUoti Urpala2010-01-211-2/+0
* | vd_ffmpeg: FFmpeg-mt changed has_b_frames API, updateUoti Urpala2010-01-201-1/+2
* | vd_ffmpeg: move redundant info messages to MSGL_V levelUoti Urpala2010-01-201-2/+7
* | vd_ffmpeg: disable callbacks for threaded decodingUoti Urpala2010-01-201-38/+20
* | Avoid misleading error "ASS: cannot add video filter"Uoti Urpala2010-01-163-5/+29
* | Merge svn changes up to r30236Uoti Urpala2010-01-081-0/+2
|\|
| * Avoid the error message "Unsupported PixelFormat -1" for ffh264 decodingzuxy2010-01-071-0/+2
* | Merge svn changes up to r30195Uoti Urpala2010-01-082-5/+5
|\|
| * Replace deprecated sws_scale_ordered usages by sws_scale (which does the same).reimar2010-01-032-5/+5
* | Merge svn changes up to r30185Uoti Urpala2010-01-081-0/+1
|\|
| * Add missing avcodec_close to vf_screenshot.reimar2010-01-031-0/+1
* | Merge svn changes up to r30165Uoti Urpala2010-01-087-99/+173
|\|
| * One more fix for -vf scale with alpha.reimar2010-01-011-1/+1
| * Also pass alpha plane to swscale, avoids crashes when converting betweenreimar2010-01-011-4/+4
| * Add support for YUV format with alpha and fix the codecs.conf entry for vp6areimar2009-12-315-3/+17
| * Also pass the 4th plane for planar formats on to libavcodec.reimar2009-12-311-0/+4
| * Try to put the list of output formats for vf_scale in a more sensiblereimar2009-12-311-6/+6
| * Deduplicate the mp_image planes allocation code.reimar2009-12-312-63/+35
| * Add support for 16-bit per component YUV formats.reimar2009-12-316-14/+73
| * Support 440P in scale filter.reimar2009-12-301-0/+2
| * Add support for 440p colorspace.reimar2009-12-303-0/+6
| * Add a helper function to get the chroma scale shift and use to simplify mpi s...reimar2009-12-303-33/+50
* | Merge svn changes up to r30136Uoti Urpala2009-12-306-10/+28
|\|
| * Add support for parsing audio streams (though should be easy to extend to video)reimar2009-12-271-2/+13
| * Support mp_image with allocated palette.reimar2009-12-263-7/+13
| * Remove only use if MP_IMGFLAG_RGB_PALETTE to allow giving the flag a slightlyreimar2009-12-261-1/+0
| * Restore the old value of planes[1] in vf_palette at the end to ensurereimar2009-12-261-0/+2
| * Some ugly hacks to make compiling against a newer external version of libass ...reimar2009-12-242-0/+8
| * Remove more direct includes of libass/ass.hreimar2009-12-242-2/+0
* | audio: Remove fixed decode_audio() return size limit (MAX_OUTBURST)Uoti Urpala2009-12-291-2/+4
* | cosmetics: Revert old dec_audio.c code uglificationUoti Urpala2009-12-281-12/+11
* | vf: Fix filter enabling logic for vf_uspp and vfs using lavc internalsUoti Urpala2009-12-071-2/+2
* | vf_vo: Use vo_seek_reset() instead of vo_control()Uoti Urpala2009-12-021-1/+1
* | Merge svn changes up to r29971Uoti Urpala2009-11-291-1/+1
|\|
| * when using -v, print also which lavc codec has been used, notattila2009-11-281-1/+1
* | Merge svn changes up to r29962Uoti Urpala2009-11-2311-143/+13
|\|
| * Fix initialization values for vf_expand priv struct.reimar2009-11-221-0/+2
| * Remove unused variable.reimar2009-11-221-2/+0
| * Add const to draw_slice argument to match what FFmpeg expects for draw_horiz_...reimar2009-11-221-2/+2
| * Switch ad_ffmpeg to avcodec_decode_audio3reimar2009-11-221-1/+5
| * Remove unused variable.reimar2009-11-221-1/+0
| * Remove unreachable parsing code: for filters that use the option parser,reimar2009-11-217-135/+0
| * Allow vf_scale to output to RGB48, though still prefer the 24 and 32 bit form...reimar2009-11-211-0/+2
| * Add a define for IMGFMT_RGB48NE that depends on machine endianness.reimar2009-11-211-0/+2
| * Use avcodec_align_dimensions to appropriately align width and height inreimar2009-11-171-5/+2
* | core: Add support for decoder reordering of pts valuesUoti Urpala2009-11-213-7/+54
* | cosmetics: remove some unused variablesUoti Urpala2009-11-171-1/+0
* | Merge svn changes up to r29912Uoti Urpala2009-11-167-12/+2053
|\|
| * Support VDPAU hardware accelerated decoding of MPEG-4 ASP on capablecehoyos2009-11-102-0/+2
| * Map AV_LOG_VERBOSE to MSGL_V in order to avoid spurious log output.diego2009-11-101-0/+1
| * Add support for DVB teletext.reimar2009-11-102-0/+27
| * Add support for 8 channel audio.tack2009-11-102-3/+5
| * Properly free the pthread mutex for teletext.reimar2009-11-091-0/+2
| * Allow teletext compilation without pthreadsreimar2009-11-091-0/+11
| * Remove CONFIG_TV_TELETEXT.cehoyos2009-11-071-4/+0
| * Factorise vbi_decode().cehoyos2009-11-071-30/+39
| * Separate teletext from tv support.cehoyos2009-11-072-6/+16
| * Only call avcodec_close if the open succeeded before, otherwise avcodec_closereimar2009-11-061-1/+2
| * ad_ffmpeg: Fix channel layout for ffvorbis and ffaactack2009-11-041-8/+1
| * Teletext display does support font scaling via OSD font scaling, removecehoyos2009-10-311-1/+0
| * Replace two more occurences of tvi_vbi with dec_teletext.cehoyos2009-10-311-2/+2
| * Remove incorrect comment.cehoyos2009-10-311-2/+0
| * Add MSGT_TELETEXT, rename TVI_CONTROL as VBI_CONTROL and fix some pathscehoyos2009-10-292-57/+61
| * Move teletext specific code from stream into libmpcodecs.cehoyos2009-10-292-0/+1987
| * sync to x264-r1296lorenm2009-10-191-1/+1
| * Add missing '#include "config.h"', the header uses HAVE_BIGENDIAN.diego2009-10-191-0/+2
* | Merge branch 'vdpau'Uoti Urpala2009-11-166-15/+8
|\ \
| * | Support VDPAU MPEG4 hardware decodingUoti Urpala2009-11-162-0/+2
| * | Add yuv_colorspace property, implemented in vo_vdpau and vo_xvUoti Urpala2009-11-152-0/+6
| * | vf: Remove unused VFCTRL_FLIP_PAGEUoti Urpala2009-10-214-15/+0
* | | av_log callback handling overhaulUoti Urpala2009-10-311-51/+0
* | | build: Support x264 version 78Uoti Urpala2009-10-191-1/+1
|/ /
* | Merge svn changes up to r29752Uoti Urpala2009-10-067-42/+23
|\|
| * Mark some functions that do not need external visibility as static.diego2009-09-302-2/+2
| * Reduce console output verbosity: Move colorspace information to verbose mode.diego2009-09-301-2/+5
| * Change type to avoid void * arithmetic.reimar2009-09-251-1/+1
| * Set codec_type and codec_id in codec context for lavc encoders.reimar2009-09-252-0/+4
| * Make sure avctx->codec_type and codec_id are set, since libavcodecreimar2009-09-232-0/+3
| * Use x264_encoder_delayed_frames instead of the current hack to flush delayedreimar2009-09-231-4/+2
| * sync to x264-r1260 (which changed api)lorenm2009-09-231-33/+8
* | Merge branch 'vdpau' into buildUoti Urpala2009-09-192-11/+6
|\ \
| * | vo_vdpau: Fix memory corruption bug with MP_IMGTYPE_NUMBEREDUoti Urpala2009-09-181-0/+3
| * | core/VO: Allow VO drivers to add/modify framesUoti Urpala2009-09-182-11/+3
* | | vf: Free MP_IMGTYPE_NUMBERED buffers tooUoti Urpala2009-09-181-0/+2
* | | Merge svn changes up to r29684Uoti Urpala2009-09-164-12/+31
|\ \ \ | | |/ | |/|
| * | Add several HAVE_EBX_AVAILABLE conditions where necessaryreimar2009-09-143-2/+10
| * | %lf is not a valid printf format specifier, use just %f instead.reimar2009-09-141-1/+1
| * | Always keep a backup of the expand values from the command-line, so valuesreimar2009-09-101-8/+19
* | | Merge svn changes up to r29644Uoti Urpala2009-09-041-1/+4
|\| | | |/ |/|
| * Reindentreimar2009-08-261-1/+1
| * Retry deciding to get audio parameters several times on errors, this avoidsreimar2009-08-261-0/+3
* | Merge svn changes up to r29544Uoti Urpala2009-08-222-15/+7
|\|
| * Fix incorrect channel ordering for lavc audio codecs (specifically ffac3,tack2009-08-182-15/+7
* | Merge svn changes up to r29532Uoti Urpala2009-08-185-7/+14
|\|
| * 100l, fix compilation again and make codec-cfg.c use the predefined constantsreimar2009-08-121-1/+1
| * 1000l, RGB48BE does _not_ use 49 bit/pixel, probably fixes 48 bit PNG decoding.reimar2009-08-121-1/+1
| * Add IMGFMT_RGB48LE and IMGFMT_RGB48BE.cehoyos2009-08-113-0/+6
| * Add a giant hack to the x264 encoder module to ensure all delayed frames arereimar2009-08-071-1/+3
| * Replace macro: MAX -> FFMAXben2009-08-061-6/+5
* | Change type names to match upstream libassGrigori Goronzy2009-08-072-9/+9
* | Merge svn changes up to r29455Uoti Urpala2009-07-295-6/+6
|\|
| * Fix stupid, off-by-one, mistakes in assert() expressions.eugeni2009-07-271-1/+1
| * Replace WORDS_BIGENDIAN by HAVE_BIGENDIAN in all internal code.diego2009-07-265-6/+6
| * Make sure clip coordinates are inside the screen area.eugeni2009-07-181-0/+4
* | vf_pp: Remove deprecated "hex mode" supportUoti Urpala2009-07-261-32/+0
* | Remove internal libass treeUoti Urpala2009-07-262-6/+7
* | Use own mp_*_taglists code instead of libavformat internalsUoti Urpala2009-07-261-35/+2
* | Disable functionality requiring libswscale internalsUoti Urpala2009-07-261-0/+8
* | Replace libavutil internal header #includes with MPlayer copiesUoti Urpala2009-07-265-5/+5
* | Remove unnecessary libavutil/internal.h includesUoti Urpala2009-07-263-11/+0
* | Merge svn changes up to r29417Uoti Urpala2009-07-123-6/+415
|\|
| * 20% faster hqdn3d on x86_64lorenm2009-07-071-6/+6
| * new debanding filterlorenm2009-07-072-0/+409
* | Merge svn changes up to r29412Uoti Urpala2009-07-073-6/+11
|\|
| * replace "g" asm constraint by "erm" since "g" allows 64bit immediates whilegpoirier2009-06-071-2/+2
| * Switch to avcodec_decode_video2 to allow a hack that makes PNG decode correctlyreimar2009-06-011-2/+7
| * Initialize local variable, avoids a possible crash due to using anreimar2009-06-011-2/+2
| * whitespace cosmetics: Remove all trailing whitespace.diego2009-05-13128-1289/+1289
* | Remove trailing whitespace from most filesUoti Urpala2009-07-07127-1308/+1260
* | Merge svn changes up to r29304Uoti Urpala2009-07-071-0/+2
|\|
| * MPV_common_init balks if s->avctx->pix_fmt == PIX_FMT_NONE, so we set it corr...rik2009-05-091-0/+2
* | Translation system changes part 2: replace macros by stringsAmar Takhar2009-07-0734-118/+277
* | Translation system changes part 1: wrap translated stringsAmar Takhar2009-07-0734-119/+119
* | Merge svn changes up to r29277Uoti Urpala2009-05-088-17/+16
|\|
| * Add missing 'void' to parameterless function declarations.diego2009-05-042-10/+10
| * Replace glibc-specific __WORDSIZE preprocessor check with HAVE_FAST_64BIT.diego2009-04-251-2/+2
| * Remove reference to outdated documentation file.diego2009-04-202-2/+0
| * Add algorithm flag (SWS_POINT) to sws_getContext call to avoid a crash.diego2009-04-201-1/+1
| * follow renaming of pbBufPtr() to put_bits_ptr() by stefanorik2009-04-131-1/+1
| * Fix E-AC-3 channel ordering. E-AC-3 needs to use the same ordering as AC-3,diego2009-04-121-1/+2
* | vd_ffmpeg.c: Use FFmpeg-mt compatible code for codec delayUoti Urpala2009-04-301-2/+8
* | Merge branch 'ordered_chapters'Uoti Urpala2009-04-081-0/+1
|\ \
| * | vf_ass: Free private data at uninitUoti Urpala2009-03-311-0/+1
* | | Merge svn changes up to r29134Uoti Urpala2009-04-0217-92/+0
|\ \ \ | | |/ | |/|
| * | Remove unnecessary malloc.h #includes and related #ifdeffery.diego2009-04-0218-96/+0
* | | Merge svn changes up to r29117Uoti Urpala2009-04-0118-52/+52
|\| | | |/ |/|
| * Consistently use MP_MAX_PLANES as size for plane pointer/stride arrays in lib...reimar2009-03-294-22/+18
| * Use MP_MAX_PLANES as size of arrays passed to mpcodecs_draw_slice.reimar2009-03-292-6/+4
| * Use x86_reg instead of long in several video filters to fix compilation on Mi...reimar2009-03-274-11/+11
| * Allow to use vdpau temporal deinterlacers with hardware accelerated decoding.cehoyos2009-03-183-5/+4
| * Support FFmpeg codecs that decode to other formats than S16.reimar2009-03-181-1/+10
| * Avoid ridiculously small decode_buffer_size (e.g. 4 with acodec=pcm_s16le)reimar2009-03-151-0/+1
| * cosmetics: Remove file names from file header, it only causes trouble.diego2009-03-154-7/+4
* | Merge svn changes up to r28951Uoti Urpala2009-03-148-2270/+49
|\|
| * Check for HAVE_EBX_AVAILABLE before enabling MMX code that needs the EBX regi...reimar2009-03-132-4/+4
| * Use the same code as in vf_decimate to select diff_MMXreimar2009-03-131-3/+2
| * Add missing ecx clobber in diff_MMX code (yes, that function is duplicated).reimar2009-03-132-2/+2
| * Get rid of nuppelvideo.h and its ugly packed struct and instead write thereimar2009-03-091-18/+17
| * Fix type of zlen, fixes crashes on 64 bit systems.reimar2009-03-091-1/+2
| * Do not calculate the same value twicereimar2009-03-091-1/+1
| * Allocate buffer for lzo compression correctly also for large frame sizes.reimar2009-03-091-4/+4
| * nuv encoder 64 bit fix: avoid using long/sizeof(long)reimar2009-03-091-5/+7
| * Remove internal NuppelVideo decoder, the code in libavcodec can decodereimar2009-03-085-1552/+0
| * Get rid of pointless debugging codereimar2009-03-081-18/+0
| * Remove the grayscale and 4:2:2 RTjpeg code, it is neither used nor is therereimar2009-03-081-257/+0
| * Remove colourspace-conversion stuff from rtjpeg, we have functions to do thatreimar2009-03-081-384/+0
| * Mark everything not used outside the file as "static"reimar2009-03-081-36/+36
| * Remove functions not used by MPlayer from headerreimar2009-03-081-15/+0
| * Remove useless "extern" in function declarations.reimar2009-03-081-22/+22
* | Merge svn changes up to r28862Uoti Urpala2009-03-071-19/+27
|\|
| * Add some "const" to mpcodecs_vd_driversreimar2009-03-062-2/+2
| * Swap order of VFCTRL_DRAW_EOSD and VFCTRL_DRAW_OSD so that the EOSD is drawnreimar2009-03-061-1/+4
| * Add another hack to work-around the currently completely inconsistent way inreimar2009-03-031-1/+5
| * 10l, replace a tab that slipped in.reimar2009-03-011-1/+1
| * Create a set_format_params function that sets all the special options neededreimar2009-03-011-19/+23
* | Merge svn changes up to r28712Uoti Urpala2009-02-231-0/+2
|\|
| * Set time_base to 1/samplerate, like FFmpeg does, instead of leaving it at thediego2009-02-211-0/+2
* | Merge svn changes up to r28690Uoti Urpala2009-02-212-6/+2
|\|
| * Remove unused and unreachable code hunk that was surrounded by a misspelleddiego2009-02-191-4/+0
| * Return PIX_FMT_NONE if the video system refuses all other formats.iive2009-02-191-2/+2
* | Merge svn changes up to r28655Uoti Urpala2009-02-193-0/+5
|\|
| * Add VOCAP_NOSLICES and use it to allow vo_vdpau to not support slices forreimar2009-02-182-0/+4
| * Handle mpcodecs_get_image returning NULL, FFmpeg most of the time handlesreimar2009-02-181-0/+1
* | Merge svn changes up to r28641Uoti Urpala2009-02-1828-43/+58
|\|
| * Make it possible for mpcodecs_get_image to return NULL as thereimar2009-02-171-1/+1
| * Print an error and return NULL in vf_get_image if we try to allocatereimar2009-02-171-1/+6
| * Set avctx->opaque already at init instead of decode so it can be used inreimar2009-02-171-1/+1
| * cosmetics: Remove stray empty lines.diego2009-02-171-2/+0
| * Convert HAVE_MALLOC_H into a 0/1 definition, fixes the warning:diego2009-02-1727-27/+27
| * Use FFmpeg instead of MPlayer MANGLE macro, they are equivalent in thisdiego2009-02-171-1/+0
| * Move FFmpeg #includes below all others so that they do not overridediego2009-02-171-6/+6
| * Fix #endif comment.cehoyos2009-02-161-1/+1
| * Add support for VDPAU video out, including hardware decoding.reimar2009-02-161-4/+16
* | Merge svn changes up to r28610Uoti Urpala2009-02-167-312/+225
|\|
| * The AV_XVMC_RENDER_MAGIC constant was renamed to AV_XVMC_ID in FFmpeg.diego2009-02-151-2/+2
| * Reflect ffmpeg change of xvmc struct field to xvmc_id.iive2009-02-151-2/+2
| * The xvmc_pixfmt_render structure was renamed to xvmc_pix_fmt in FFmpeg.diego2009-02-151-2/+2
| * The xmvc structure member magic_id was renamed to unique_id.diego2009-02-151-2/+2
| * Remove unnecessary #if around forward declaration.reimar2009-02-151-2/+0
| * Restructure get_format so it can easily be extended to handle VDPAUreimar2009-02-151-7/+14
| * Reuse the code for the general do_dr1 case to set get_buffer/release_buffer f...reimar2009-02-151-3/+1
| * Use PIX_FMT_NONE instead of -1reimar2009-02-151-1/+1
| * Remove apparently unneeded CODEC_FLAG_EMU_EDGE for XvMCreimar2009-02-151-2/+0
| * Extend get_buffer to handle the XvMC case and remove mc_get_bufferreimar2009-02-151-93/+28
| * Unset MP_IMGFLAG_IN_USE in release_buffer.reimar2009-02-151-0/+2
| * Merge two checks for mpi != NULLreimar2009-02-151-5/+5
| * Make the default release_buffer work for XvMC, use it and remove mc_release_b...reimar2009-02-151-33/+14
| * Get rid of mc_render_slice and use the generic draw_slice instead.reimar2009-02-151-20/+4
| * Reflect the change of xvmc struct name.iive2009-02-151-4/+4
| * Move direct-rendering hack from vo_xvmc to vf_vo, so it does not need toreimar2009-02-151-1/+4
| * Now xvmc struct uses magic_id fieldiive2009-02-151-2/+2
| * Use fmt-conversion.h in vd_ffmpeg.creimar2009-02-141-27/+2
| * Consistently place whitespace around * ( ) and ,reimar2009-02-141-70/+70
| * Remove useless breakreimar2009-02-141-1/+0
| * Indentation and other whitespace fixesreimar2009-02-141-90/+90
| * Remove local copy of xvmc_render.h, it is now an installed header in FFmpeg.diego2009-02-141-5/+5
| * Replace fprintf call by mp_msg, fixes the warning:diego2009-02-141-1/+2
| * Cosmetics: handle all special/compressed formats in a single if in mp_image_s...reimar2009-02-141-15/+4
| * Add support for image formats and codecs used by VDPAUreimar2009-02-143-0/+19
| * Add MP_IMGTYPE_NUMBERED which gives access to the kind of mp_image_t thatreimar2009-02-143-2/+25
* | Merge svn changes up to r28549Uoti Urpala2009-02-131-208/+193
|\|
| * 100l, removed a #ifdef the wrong way, CODEC_FLAG_NOT_TRUNCATED no longer exists,reimar2009-02-121-1/+0
| * Remove trailing whitespace from vd_ffmpeg.reimar2009-02-121-34/+34
| * Replace tabs in vd_ffmpeg by 8 spaces to better match FFmpeg's coding style.reimar2009-02-121-179/+179
| * Remove several #ifdefs that check for libavcodec features from vd_ffmpeg.reimar2009-02-121-14/+0
* | Merge svn changes up to r28537Uoti Urpala2009-02-124-37/+15
|\|
| * change internal real video packetizing format to the more straight forward oneaurel2009-02-092-35/+13
| * Give _XOPEN_SOURCE #define an explicit 600 value. Fixes build on Open Solaris.diego2009-02-072-2/+2
* | Merge svn changes up to r28461Uoti Urpala2009-02-046-12/+19
|\|
| * swab() needs _XOPEN_SOURCE to be defined.reimar2009-02-032-0/+2
| * Rename lzo1x_decode -> av_lzo1x_decode, this was missed in the previous patch.reimar2009-02-031-2/+2
| * FFmpeg sync: LZO_OUTPUT_PADDING --> AV_LZO_OUTPUT_PADDINGdiego2009-02-021-2/+2
| * Adapt to lzo changes in libavutilreimar2009-02-021-2/+2
| * Convert CONFIG_XVMC into a 0/1 definition.zuxy2009-02-021-6/+6
| * Add support for libavcodec GMC flag, patch by Dave Baker, dbkr mxtelecom com.diego2009-02-011-0/+5
* | Merge svn changes up to r28403Uoti Urpala2009-01-314-6/+7
|\|
| * Update libavcodec 'aic' flag define to match current FFmpeg.diego2009-01-301-2/+2
| * Avoid a division by 0 when using -oac mp3lame but no audio data actually is e...reimar2009-01-281-0/+1
| * HAVE_3DNOW --> HAVE_AMD3DNOWdiego2009-01-262-4/+4
* | Merge svn changes up to r28366Uoti Urpala2009-01-264-0/+17
|\|
| * Fix compilation after DECLARE_ASM_CONST/DECLARE_ALIGNED moving within FFmpeg.diego2009-01-252-0/+10
| * Fix compilation after DECLARE_ASM_CONST/DECLARE_ALIGNED moving within FFmpeg.diego2009-01-252-0/+7
* | Merge svn changes up to r28341Uoti Urpala2009-01-1922-98/+95
|\|
| * revert #ifdef WORDS_BIGENDIAN => #if WORDS_BIGENDIAN changes from r28331gpoirier2009-01-164-5/+5
| * Completely get rid of MMX define, use HAVE_MMX define instead.gpoirier2009-01-161-28/+25
| * fix compilation on non x86 machines (PPC here)gpoirier2009-01-165-27/+27
| * Another missed #ifdef HAVE_MMXreimar2009-01-161-1/+1
| * More #ifdef HAVE_MMX etc. missed by earlier search.reimar2009-01-162-9/+9
| * Lots and lots of #ifdef ARCH_... -> #if ARCH_...reimar2009-01-1619-61/+61
* | Merge svn changes up to r28310Uoti Urpala2009-01-155-63/+47
|\ \
| * | Revert OSD flicker fixes done better in another branchUoti Urpala2009-01-154-19/+4
| |/
| * Fix two more instances of nonstandard license headers.diego2009-01-051-25/+21
| * Sync with latest round of xvmc changes in FFmpeg.diego2009-01-021-4/+4
| * Avoid unused variable warning.diego2009-01-021-0/+2
| * Reorder #includes and #ifdefs to avoid excessive #ifdeffery.diego2009-01-021-10/+5
| * Reorder #includes and #ifdefs to avoid warnings and excessive #ifdeffery.diego2009-01-021-20/+11
| * XVID profile array should be const, so it is in rodatareimar2009-01-011-4/+4
| * Fix OSD flickering with filters that add frames (tfields, yadif) andreimar2008-12-301-0/+6
| * Fix OSD flicker with tfields as well.reimar2008-12-301-3/+3
| * Avoid flickering OSD with -vf yadif=1reimar2008-12-303-1/+10
* | OSD: Ensure that OSD content is drawn in filter-added framesUoti Urpala2009-01-152-10/+2
* | Merge branch 'pause'Uoti Urpala2009-01-157-7/+29
|\ \
| * | core: Better -nocorrect-pts pause and filter-added frames handlingUoti Urpala2009-01-142-7/+9
| * | Update OSD while pausedUoti Urpala2008-12-095-0/+20
* | | Merge svn changes up to r28176Uoti Urpala2008-12-221-2/+2
|\ \ \ | | |/ | |/|
| * | Fix imaadpcm extradata with lavc encoder.reimar2008-12-201-2/+2
* | | Merge svn changes up to r28162Uoti Urpala2008-12-191-8/+8
|\| |
| * | xvmc is now a CONFIG_ option in FFmpeg.diego2008-12-151-8/+8
* | | Merge svn changes up to r28149Uoti Urpala2008-12-142-7/+41
|\| | | |/ |/|
| * Replace informal GPL notices by standard GPL headers.diego2008-12-131-3/+21
| * license header consistency cosmeticsdiego2008-12-131-1/+1
| * Replace informal GPL notes by standard GPL header.diego2008-12-131-4/+20
* | Work around vo gl/libass subtitle timing problemUoti Urpala2008-12-091-1/+1
* | Merge svn changes up to r28087Uoti Urpala2008-12-045-24/+24
|\|
| * Get rid of pointless 'extern' keywords.diego2008-12-035-23/+23
* | Merge svn changes up to r28038Uoti Urpala2008-11-252-83/+89
|\|
| * Create a separate codecs.conf entry for Tremor and use it if MPlayer isdiego2008-11-241-0/+4
| * cosmetics: Move up uninit() to avoid a forward declaration.diego2008-11-231-10/+9
| * cosmetics: consistent function declarations.diego2008-11-231-4/+7
| * cosmetics: Remove tabs and trailing whitespace.diego2008-11-231-69/+69
* | Merge svn changes up to r27899Uoti Urpala2008-11-062-24/+18
|\|
| * Use libavutil FFMIN etc. instead of defining our own variants.reimar2008-11-021-21/+15
| * Avoid pointless casting of void*reimar2008-11-021-3/+3
* | Merge svn changes up to r27841Uoti Urpala2008-10-281-1/+1
|\|
| * Fix smartblur filter crash due to missing default scaler choice;diego2008-10-271-1/+1
* | vd.c: Remove pointless SCREEN_SIZE_[XY] #definesUoti Urpala2008-10-251-7/+4
* | Merge svn changes up to 27824Uoti Urpala2008-10-2531-120/+95
|\|
| * vf_palette: Fix compilation after libswscale API changesuau2008-10-251-8/+8
| * IWMMXT optimizations were removed from our internal libmpeg2 copy, so nowdiego2008-10-221-3/+1
| * Use av_malloc/av_free for audio-related buffers to avoid crashes due toreimar2008-10-182-11/+5
| * Replace all occurrences of '__volatile__' and '__volatile' by plain 'volatile'.diego2008-10-162-7/+7
| * Change all occurrences of asm and __asm to __asm__, same as was done for FFmpeg.diego2008-10-1620-67/+67
| * Move SCREEN_SIZE_X/Y definition to libmpcodecs/vd.c where it is used.diego2008-10-161-0/+3
| * #include necessary libavcodec header and remove duplicated struct declaration.diego2008-10-141-17/+1
| * Remove useless '#undef realloc', realloc is not referenced anywhere near.diego2008-10-141-1/+0
| * Remove duplicate extern declaration, fixes the warning:diego2008-10-141-2/+0
| * Remove unused variable ncomps.diego2008-10-131-1/+1
| * Fix channel order for ffmpeg flac codec.ulion2008-10-091-0/+2
| * Remove unnecessary HAVE_AV_CONFIG_H #define.diego2008-10-072-3/+0
| * Remove word size check and macro and use __WORDSIZE directly instead.diego2008-10-041-2/+2
* | Merge svn changes up to r27649Uoti Urpala2008-09-202-0/+31
|\|
| * External liba52 support, part 2 of 2.rathann2008-09-152-0/+25
| * External liba52 support part 1 of 2.rathann2008-09-151-0/+6
* | Merge svn changes up to r27573Uoti Urpala2008-09-108-26/+81
|\|
| * fix compilation with lavc version > r15270gpoirier2008-09-081-1/+1
| * Fix compilation after libavcodec major version 52 changesuau2008-09-084-9/+11
| * Replace casual GPL notices by proper license headers.diego2008-09-073-14/+67
| * Remove outdated URL from vd_info_t struct.diego2008-09-061-1/+1
| * Remove version information from libmpeg2 vd_info_t struct.diego2008-09-061-1/+1
* | Merge svn changes up to r27514Uoti Urpala2008-09-032-7/+2
|\|
| * handle the lavfpref demuxer in the same way as the lavf oneaurel2008-08-271-1/+2
| * Remove unused static declarations, fixes the warnings:diego2008-08-141-6/+0
* | Make various functions staticUoti Urpala2008-08-128-29/+25
* | Merge svn changes up to r27441Uoti Urpala2008-08-087-31/+31
|\|
| * Give a CONFIG_ prefix to preprocessor directives that lacked one anddiego2008-08-073-15/+15
| * Rename all preprocessor directives related to Apple / Mac OS X.diego2008-08-062-12/+12
| * Rename preprocessor directives related to image libraries.diego2008-08-051-2/+2
| * Change a bunch of video/audio-output-specific preprocessor directives fromdiego2008-08-032-2/+2
* | ad_pcm: Track pts explicitlyUoti Urpala2008-08-031-3/+36
* | Merge svn changes up to r27399Uoti Urpala2008-08-026-25/+26
|\|
| * cosmetics: reindent after last commitcompn2008-08-021-1/+1
| * change ve_raw.c:set_format to not overwrite biCompression if force_fourcc is ...compn2008-08-021-0/+1
| * Change a bunch of codec-specific preprocessor directives from a HAVE_diego2008-08-025-24/+24
* | Merge svn changes up to r27374Uoti Urpala2008-07-3017-65/+62
|\|
| * Start unifying names of internal preprocessor directives.diego2008-07-3016-62/+62
| * Use conditional compilation instead of an #ifdef around the whole file.diego2008-07-301-3/+0
* | Merge svn changes up to r27347Uoti Urpala2008-07-251-0/+4
|\|
| * Add Dirac video support via libdirac and libschroedinger in libavcodec.diego2008-07-221-0/+4
* | vf_ass: Copy less unnecessary data to/from work areaUoti Urpala2008-07-251-48/+50
* | vf_ass: Optimize alpha multiplyUoti Urpala2008-07-231-4/+4
* | Merge svn changes up to r27281Uoti Urpala2008-07-153-45/+44
|\|
| * Try to keep decoded audio buffer aligned.reimar2008-07-141-1/+1
| * Simplify and clamp coefficient index for MS ADPCMreimar2008-07-121-12/+17
| * 100l, fix MS ADPCM decoding for e.g. http://samples.mplayerhq.hu/mov/qtaudio/...reimar2008-07-121-1/+1
| * Make really sure channels can only be 1 or 2 for imaadpcmreimar2008-07-111-3/+3
| * Simplify imaadpcm return statementreimar2008-07-111-2/+1
| * Check length of input buffer for msadpcmreimar2008-07-111-1/+7
| * Add a comment on shift vs. divisionreimar2008-07-111-0/+3
| * Scale msadpcm coefficients to fit into 8 bitsreimar2008-07-111-5/+5
| * Simplify ad_msadpmc.c: Use AV_RL16, merge sign extension into LE_16 read andreimar2008-07-111-9/+2
| * Copy macro simplification from imaadpcm to msadpcmreimar2008-07-111-3/+3
| * Remove useless comments from ad_msadpcmreimar2008-07-111-4/+0
| * Make msadpcm arrays constreimar2008-07-111-3/+3
| * Remove unused macrosreimar2008-07-111-4/+0
| * Explicitly include inttypes.h in ad_imaadpcmreimar2008-07-111-0/+1
* | Merge svn changes up to r27202Uoti Urpala2008-07-051-1/+0
|\|
| * Remove unused variable.diego2008-07-021-1/+0
* | Merge svn changes up to r27184Uoti Urpala2008-07-011-102/+56
|\|
| * Half size for adpcm_indexreimar2008-06-291-4/+3
| * Simplify predictor updatesreimar2008-06-291-9/+3
| * Get rid of 16-bit sign extension macroreimar2008-06-291-9/+4
| * Simplify some imaadpcm macrosreimar2008-06-291-4/+3
| * Directly pass arrays into decode_nibblesreimar2008-06-291-16/+6
| * Use smaller types for tablesreimar2008-06-291-2/+2
| * Make imaadpcm tables constreimar2008-06-291-2/+2
| * Simplify code to read index/predictorreimar2008-06-291-57/+28
| * Add a few size checks to IMA decoder. The code is still a mess though,reimar2008-06-291-0/+12
| * Simplify ad_imaadpcm decode_audio functionreimar2008-06-291-16/+10
* | Create a context struct for OSD stateUoti Urpala2008-06-245-14/+25
* | Merge svn changes up to r27025Uoti Urpala2008-06-072-1/+8
|\|
| * Fix channel order for libvorbis decoder, original patched by Nicolas George.ulion2008-06-071-0/+7
| * rename AF_CHANNEL_LAYOUT_LAVC_VORBIS* => AF_CHANNEL_LAYOUT_VORBIS*.ulion2008-06-071-1/+1
* | Merge svn changes up to r26979Uoti Urpala2008-06-0421-152/+156
|\|
| * Properly free memory allocate by liba52.reimar2008-06-012-0/+4
| * Revert commit r26897.iive2008-05-282-9/+9
| * cosmetics: XviD --> Xviddiego2008-05-272-9/+9
| * Add missing MPLAYER_ prefix to multiple inclusion guards.diego2008-05-171-3/+3
| * cosmetics: Remove pointless parentheses from return calls.diego2008-05-1619-151/+151
* | Merge svn changes up to r26783Uoti Urpala2008-05-1533-468/+533
|\|
| * Use standard license headers.diego2008-05-1328-434/+482
| * Factorize "int i".michael2008-05-111-4/+1
| * cosmetics: Fix unknow vs. unknowN typo.diego2008-05-111-3/+3
| * Reformat very ugly code.michael2008-05-101-15/+8
| * AVOption support for video encoders.michael2008-05-101-0/+10
| * AVOptions support for libavcodec based video decoders.michael2008-05-101-0/+12
| * Reindent for last commit.ulion2008-05-081-16/+16
| * Distinguish between ac3 and dts by format tag.ulion2008-05-081-0/+6
* | Merge svn changes up to r26680Uoti Urpala2008-05-072-12/+21
|\|
| * Relicense file as GPL v2+; bero granted permission on IRC.diego2008-05-071-11/+11
| * Enable Alpha/ARM optimizations in libmpeg2.diego2008-05-011-1/+10
* | Merge svn changes up to r26587Uoti Urpala2008-04-295-5/+5
|\|
| * Use consistent #include paths without "../".diego2008-04-281-1/+1
| * Consistently #include mpbswap.h instead of bswap.h everywhere.diego2008-04-284-4/+4
* | Merge svn changes up to r26555Uoti Urpala2008-04-281-1/+1
|\|
| * Only compile libmpcodecs/ve_qtvideo.c on Windows.diego2008-04-261-1/+1
* | vd.c: Make extern decoder declarations constUoti Urpala2008-04-261-23/+23
* | Make audio decoder description structs constUoti Urpala2008-04-2629-56/+56
* | vf_divtc.c: Make pointlessly static variable a normal localUoti Urpala2008-04-261-1/+1
* | Mark some constant symbols as suchUoti Urpala2008-04-2613-30/+30
* | Merge svn changes up to r26540Uoti Urpala2008-04-261-153/+0
|\|
| * Merge libmpcodecs/Makefile into top-level Makefile.diego2008-04-241-153/+0
* | Move vf_settings to options structUoti Urpala2008-04-262-3/+5
* | Move vo_gamma_* to options structUoti Urpala2008-04-261-21/+10
* | Make video decoder description structs constUoti Urpala2008-04-2526-33/+33
* | Move vd_use_slices to options structUoti Urpala2008-04-254-8/+3
* | Remove global vo_flagsUoti Urpala2008-04-251-4/+3
* | vd.c: Cosmetic changes + remove malloc.hUoti Urpala2008-04-251-15/+6
* | Reformat vd.cUoti Urpala2008-04-251-189/+221
* | Move movie_aspect to options structUoti Urpala2008-04-251-2/+1
* | Move screen_size_xy to options structUoti Urpala2008-04-252-11/+8
* | Move opt_screen_size_[x|y] to options structUoti Urpala2008-04-256-25/+21
* | Move flip and softzoom to options structUoti Urpala2008-04-251-9/+7
* | Move vidmode to options structUoti Urpala2008-04-251-3/+2
* | Move fullscreen to options structUoti Urpala2008-04-251-2/+2
* | Store video decoder functions in struct sh_video fieldUoti Urpala2008-04-252-28/+30
* | Remove _s/_st suffix from some struct namesUoti Urpala2008-04-2589-378/+378
* | dec_video.c: A couple of cosmetic changesUoti Urpala2008-04-251-12/+7
* | Reformat dec_video.cUoti Urpala2008-04-251-255/+293
* | Move -lavdopts to options structUoti Urpala2008-04-251-68/+54
* | vd_ffmpeg.c: Eliminate some compiler warningsUoti Urpala2008-04-251-5/+5
* | Move global vo_config_count to vo structUoti Urpala2008-04-231-10/+9
* | vf.c: malloc+memset -> callocUoti Urpala2008-04-231-2/+1
* | Move correct_pts to options structUoti Urpala2008-04-233-9/+13
* | Add option pointer to vf structUoti Urpala2008-04-234-17/+25
* | Add context variable to vo_draw_text callbackUoti Urpala2008-04-231-2/+2
* | Add new video driver APIUoti Urpala2008-04-231-25/+19
* | Change VOCTRL_[GET|SET]_EQUALIZER argument passingUoti Urpala2008-04-231-2/+4
|/
* Set dll_type and rv_handle for drvc.dllzuxy2008-04-131-1/+4
* Restore grayscale decoding support with FFmpeg.diego2008-04-132-0/+6
* Backport SSE2-optimized IDCT routines from upstream libmpeg2.diego2008-04-121-0/+2
* Oops...should be "drv43260.dll" instead of "drv34260.dll"zuxy2008-04-121-1/+1
* Cosmetic fix for r26419zuxy2008-04-121-2/+3
* Dlls can be relocated when loading so rely on filename instead of absolutezuxy2008-04-121-3/+2
* Indentation fix for r26417zuxy2008-04-121-2/+2
* Don't print "Could not patch" messages when we haven't actually tried to patch.zuxy2008-04-121-2/+2
* Check for drvc.dll entries for mingw32zuxy2008-04-121-0/+11
* vf_pp7 does not depend on libavcodec.diego2008-04-111-1/+1
* vf_screenshot depends on libavcodec.diego2008-04-111-1/+1
* 1000l fix linking after r26378rtogni2008-04-091-1/+1
* Update Makefile to account for native/RTjpegN.c --> native/rtjpegn.c renaming.diego2008-04-061-1/+1
* Rename RTJPEG files so that filenames consist of lowercase name only.diego2008-04-064-3/+3
* Change I_TYPE -> FF_I_TYPE to fix compilation.iive2008-04-041-1/+1
* Do not #include libavutil/common.h. It is not used directly and mpbswap.hdiego2008-04-017-7/+0
* Introduce HAVE_QUICKTIME definition and use it where appropriate.diego2008-03-152-12/+12
* Simplify preprocessor condition for QT codecs, configure already does thediego2008-03-152-2/+2
* Remove duplicate #include of mpbswap.h.diego2008-03-141-2/+0
* #include config.h before all other headers.diego2008-03-142-2/+2
* Grayscale encoding/decoding with FFmpeg is no longer enabled, remove referencesdiego2008-03-072-6/+0
* Fix printf format string mismatch, eliminates the warning:diego2008-03-061-1/+1
* Add necessary header #includes to fix 'make checkheaders'.diego2008-03-0610-0/+21
* ve_vfw.c: #include aviheader.h instead of wine avifmt.huau2008-03-061-1/+1
* Fix ffvorbis decoder's output channel order with channel reordering function.ulion2008-03-051-0/+2
* Remove ugly workaround for conflicting dca.h headers, it is no longerdiego2008-03-031-3/+0
* FFmpeg now uses different (unified) #include paths.diego2008-02-2513-69/+6
* 10l: Revert nonsense commit.diego2008-02-251-0/+5
* Remove old EMU_OLD cruft.diego2008-02-251-5/+0
* Do not use a global temps variable, this is ugly and does not compile with ICC.reimar2008-02-241-39/+40
* Get rid of pointless and confusing commentsreimar2008-02-241-3/+3
* Add MPLAYER_ prefix to multiple inclusion guards.diego2008-02-2226-80/+78
* Consistently use filename as multiple inclusion guard.diego2008-02-211-3/+3
* vf_sab mirrors coefficients past the edge of the picture instead of cropping:diego2008-02-201-3/+3
* Allow specifying a size for -vf rgbtestreimar2008-02-171-6/+14
* Avoid reinit of vo with the exactly same parameters over and over.reimar2008-02-161-6/+20
* typo fix: inited --> initializeddiego2008-02-1416-69/+69
* Fix typo.cehoyos2008-02-131-1/+1
* mark constants as suchreimar2008-01-301-9/+9
* Simplify: use DECLARE_ASM_CONSTreimar2008-01-301-14/+15
* clarify comments/docs about lav* being the preferred place to implement newivo2008-01-282-4/+8
* copy note on new demuxers and codecs to the top of the array as well to beivo2008-01-282-0/+6
* note on new demuxers and codecs, add them to lav* instead of libmp*ivo2008-01-282-0/+4
* Consistently use uppercase filename as multiple inclusion guard.diego2008-01-287-21/+21
* Add multiple inclusion guards.diego2008-01-273-2/+11
* Replace with the output of the updated alaw-gen generator program.diego2008-01-271-64/+69
* Add global ass_force_reload flag.eugeni2008-01-232-2/+2
* Zero codec_inited in the init() function, so that it's cleared everytime rtogni2008-01-231-0/+1
* Use the proper option name for constant quantizer iive2008-01-231-1/+1
* Remove useless castsreimar2008-01-211-2/+2
* Avoid warning:reimar2008-01-191-1/+1
* Remove unused variablereimar2008-01-121-3/+0
* Move uselessly global variablesreimar2008-01-121-3/+2
* Colourspace conversions do _not_ belong into a decoder!reimar2008-01-121-42/+12
* Cosmetics: get rid of huge amounts of trailing whitespacereimar2008-01-121-13/+13
* Remove an unused global variablereimar2008-01-121-3/+0
* Avoid uselessly global variablesreimar2008-01-121-2/+4
* Replace the persistent CODECS_FLAG_SELECTED by a local "stringset" withreimar2008-01-122-16/+21
* Use malloc for codecdata. Fixes segfault in free_sh_sub.eugeni2008-01-101-1/+2
* Remove unnecessary <signal.h> includesuau2008-01-091-1/+0
* Fix illegal identifiers: Names starting with __ or _ and uppercase are reserveddiego2008-01-062-2/+2
* Do not pass timestamp to realvideo binary decoderrtogni2008-01-061-1/+1
* Remove unused definition.diego2008-01-061-2/+0
* remove code for colorspaces x264 doesn't supportlorenm2008-01-051-26/+1
* fix artifacts in -vf fspp. regression in r23476.lorenm2008-01-051-2/+2
* Add multiple inclusion guards to all header files that lack them.diego2008-01-0110-2/+38
* Add explanatory comments to the #endif part of multiple inclusion guards.diego2007-12-3112-12/+12
* Remove unused static variable pass, fixes the warning:diego2007-12-271-2/+0
* Add a missing free of the avctxreimar2007-12-251-0/+1
* change license from GPLv2 to 'GPL v2 or later', requested by Diego, I can do ...rik2007-12-182-2/+2
* Make init_video function in dec_video static, it is not used outside that file.reimar2007-12-112-4/+1
* Fix all current known multi-channel wrong order problems by addingulion2007-12-107-0/+71
* Prevent from outputing mass of 'skip' log messages in verbose level.ulion2007-12-051-1/+1
* Use correct printf length modifiers, fixes the following warnings:diego2007-12-031-15/+15
* 10l, len may change after initialization timerfelker2007-12-031-1/+1
* fix declaration after statement, take 2rfelker2007-12-031-9/+10
* fix declaration after statementrfelker2007-12-031-2/+2
* Make m_option_t arrays referenced by cfg-common.h constreimar2007-12-022-2/+2
* Add appropriate const specifiers to some custom parse functions.reimar2007-12-021-1/+1
* get/set video colors string is constantreimar2007-12-022-4/+4
* vf_equalizer_t string is constantreimar2007-12-021-1/+1
* Make all vf_info_t structs constreimar2007-12-0270-71/+71
* Mark several uses of vo_functions_t as const to stop some of the currentreimar2007-12-021-2/+2
* Remove completely outdated commented-out codereimar2007-12-021-1/+0
* Add support for Apple's yuv2 raw formatreimar2007-11-301-0/+7
* Fix warnings:ulion2007-11-271-2/+2
* Simplify convert_14bits_to_16bits function in ad_hwac3reimar2007-11-261-18/+10
* Support convert 14-bit DTS stream into 16-bit stream if needed,ulion2007-11-241-6/+65
* Make hwdts support more dts format identification, 14bits or 16bits, LE or BE.ulion2007-11-211-24/+128
* Replace stupid "unsigned long" by the correct uint32_t.reimar2007-11-121-21/+21
* Use proper inttypes.h types instead of broken uint32 etc. definesreimar2007-11-121-13/+9
* Add missing header files, fixes the warnings:diego2007-11-092-0/+2
* Add missing header file, fixes the warnings:diego2007-11-091-0/+1
* Remove misleading comment and remove unnecessary #includes.diego2007-11-091-4/+0
* Rearrange headers to get rid of an #undef and remove unnecessary headers.diego2007-11-091-13/+4
* Remove unnecessary dsputil.h #include, fixes the warnings:diego2007-11-091-1/+0
* #include libavcodec/eval.h instead of manually declaring ff_eval.diego2007-11-091-7/+1
* const fixrfelker2007-11-091-1/+1
* ack, can't believe i wrote this crap with void pointer arithmeticrfelker2007-11-091-38/+0
* begin moving const filter data to .text/.rodata sectionsrfelker2007-11-096-19/+19
* stage 1 of applying const to vf structsrfelker2007-11-092-86/+86
* vf_screenshot does not depend on libpng; it uses libavcodec nowrfelker2007-11-091-2/+0
* Simplify decode_audio function a bit.reimar2007-11-081-16/+12
* Remove a check+abort, this case should never happen anyway, and if it doesreimar2007-11-031-3/+0
* Simplify init_audio_filters() argumentsuau2007-11-012-21/+5
* audio: simplify buffer allocation codeuau2007-11-011-13/+2
* Change decode_audio() interfaceuau2007-11-012-74/+102
* Replace hopefully unreachable code with abort()uau2007-11-011-7/+2
* dec_audio.c: Make some functions staticuau2007-11-012-5/+3
* Simplify audio buffer allocation logicuau2007-11-011-7/+5
* Reindent dec_audio.cuau2007-11-011-332/+373
* Comment out uninit function, its use is commented out. Fixes warning:diego2007-10-301-0/+2
* Remove commented-out and unused fmt_list array.diego2007-10-301-17/+0
* Remove unused fmt_list array, fixes the warnings:diego2007-10-303-39/+0
* Remove unused functions, fixes the warnings:diego2007-10-301-41/+0
* Change the frame format passed to lavc realvideo decoders to adapt for rtogni2007-10-281-15/+12
* fix warning:diego2007-10-221-1/+1
* Check ICDecompressGetFormatSize to avoid crashes.reimar2007-10-211-0/+5
* reminder that this filter has broken global varsrfelker2007-10-191-0/+2
* Remove unused static function get_image().zuxy2007-10-171-17/+0
* Add Coinitialize function to vfw encoder and win32 loader.compn2007-10-171-1/+23
* Reorder #includes to get rid of the FIXMEzuxy2007-10-121-10/+4
* Remove unnecessary #include <malloc.h>zuxy2007-10-121-4/+0
* Silence a gcc warning: "wrong type argument to increment".zuxy2007-10-111-1/+1
* Make vf_screenshot use the libavcodec PNG encoderreimar2007-10-092-44/+37
* Fix output channle orderingrtogni2007-10-071-25/+24
* Typortogni2007-10-061-1/+1
* change double arrays to float (this should be accurate enough)michael2007-10-041-8/+8
* fix infinite loopmichael2007-10-041-3/+7
* overcomplete wavelet denoisermichael2007-10-033-0/+341
* Disable direct rendering for ROQ video, the buffer management used by rtogni2007-09-301-1/+1
* Define profiles_t as const to fix a warning. Prevent profiles[] from been exp...iive2007-09-281-2/+2
* Disable unused query_format functions for now until they arediego2007-09-263-0/+6
* Disable buggy unused function via #if 0, blessed by Rich.diego2007-09-261-0/+2
* Remove unused crappy hash_pic function, blessed by Rich.diego2007-09-261-19/+0
* MPEG-2 blocks at qp 1 get overfiltered by spp, apparently because "qp>>1" turnsdiego2007-09-181-1/+1
* Replace stdint.h #include by functionally equivalent inttypes.h.diego2007-09-181-1/+1
* Make vd_ffmpeg work with lavf demuxer also for RealVideo.reimar2007-09-161-1/+1
* Copy AC-3 bsmod field into IEC data-type field as required by the specsreimar2007-09-151-0/+1
* Handle swab when input length is odd (treat it as if there was an additionalreimar2007-09-151-2/+10
* Fix off-by-one error if fsize is odd (does handling that case even make sense?)reimar2007-09-141-2/+1
* Mark DTS tables as constreimar2007-09-141-2/+2
* Fix 10l typo in syncwordreimar2007-09-141-1/+1
* Improved comments, based on patches by Ulion [ulion2002 gmail com]reimar2007-09-141-6/+6
* Simplify and fix big-endian hwac3 header generation code.reimar2007-09-141-17/+13
* Deobfuscate: use IMGFMT_RGB_DEPTH and IMGFMT_IS_BGRreimar2007-09-131-10/+10
* warning fix:diego2007-09-091-2/+0
* warning fix:diego2007-09-091-0/+2
* Add a check for c->head being NULL in pullup_free_context().gpoirier2007-09-081-0/+1
* Support lowdelay flagreimar2007-09-061-0/+3
* warnig fix (blessed by Rich):diego2007-09-041-1/+1
* added .stream_aspect to st_video_t: if non-zero and if not specified otherwisenicodvb2007-09-011-0/+1
* Remove imported rational calculation code and use the original one from avutil.iive2007-09-011-83/+11
* Remove pointless #ifdef HAVE_XVMC within get_format(), all of the functiondiego2007-08-281-2/+0
* warning fix:diego2007-08-281-3/+3
* warning fix:diego2007-08-281-1/+1
* cosmetics: Add some explanatory comments to #endif directives.diego2007-08-281-2/+2
* warning fix:diego2007-08-281-1/+0
* Add code to clear left and right borders not only top and bottom.reimar2007-08-281-2/+20
* Clean up the way get_path is handled: Compile get_path.c to an object to linkdiego2007-08-282-4/+0
* Set sample_rate and bit_rate from sh_audio as fallback in case sh_audio->wfreimar2007-08-271-0/+2
* warning fix:diego2007-08-251-1/+0
* Remove redundant variable declaration.diego2007-08-251-2/+0
* Remove redundant variable declaration.diego2007-08-252-3/+0
* Remove redundant variable declaration.diego2007-08-251-2/+0
* Fix some unused variable warnings.diego2007-08-251-3/+3
* Fix unused variable warning.diego2007-08-251-1/+1
* Fix unused variable warning.diego2007-08-241-1/+2
* Remove unused variable.diego2007-08-241-1/+0
* Use new request_channelsreimar2007-08-231-0/+1
* Runtime-patching for windows to fix crash with drv43260.dll reimar2007-08-201-0/+44
* printf in mp_image.h was changed to fprintf in r17972.cehoyos2007-08-082-6/+6
* make x264 work again after the h264-libx264 renamingmichael2007-08-071-0/+2
* Move alloc_mpi and copy_mpi from libmenu/vf_menu.c to libmpcodecs/mp_image.c.cehoyos2007-08-043-0/+69
* Revert setting audio output channel count for FFmpeguau2007-08-021-2/+0
* Set lavc_context->channels before opening the codec, it is sufficient toreimar2007-08-011-2/+2
* allow to specify the audio bitrate in bits (some codecs need that ...)michael2007-07-312-2/+5
* make timestamps out of hot airmichael2007-07-311-0/+3
* make a few more parameters accessable from mplayermichael2007-07-311-1/+14
* Move extern int audio_output_channels; to ad_internal.hreimar2007-07-306-9/+1
* Indicate desired number of output channels to ffmpeg audio decoder.reimar2007-07-301-0/+3
* Avoid void * arithmeticreimar2007-07-301-2/+2
* Use goto instead of useless recursion that might fill up the stackreimar2007-07-301-2/+2
* Do not use a return value for a void functionreimar2007-07-301-1/+2
* Compilation fix workaround for dca.h conflict (it exists in libavcodec rtogni2007-07-231-1/+1
* DTS decoding via libdcartogni2007-07-223-0/+352
* Put a compilation fix bandaid in place for the png.h issue.diego2007-07-171-0/+3
* Print the number of the Unknow color format,iive2007-07-111-1/+4
* remove unused variableslorenm2007-07-111-9/+1
* ISO8859-1 --> UTF-8diego2007-07-092-3/+3
* Do not use leading underscores in multiple inclusion guards, they are reserved.diego2007-07-027-14/+14
* Get rid of my_memcpy_pic code duplication in many filters.reimar2007-06-289-125/+9
* config.h must be included before other headersreimar2007-06-241-1/+1
* Make sure we always have a swab() prototype when we use it,reimar2007-06-242-0/+2
* Remove unused (static) function prototype.reimar2007-06-241-1/+0
* Move variable into the block where it actually usedreimar2007-06-241-1/+1
* Remove unused query_format function in vf_harddup.reimar2007-06-241-12/+0
* Avoid more void * arithmeticreimar2007-06-241-2/+4
* 100l, fix compile error in r23498 due to bad copy in pastereimar2007-06-071-1/+1
* RGB8/BGR8 IMGFMTs are paletted in case of swscale input.reimar2007-06-071-0/+2
* Do not use fast_memcpy when data is read again immediately afterwards.reimar2007-06-051-2/+2
* Do not use fast_memcpy for small size copy, esp. when the size is constantreimar2007-06-053-4/+4
* Replace implicit use of fast_memcpy via macro by explicit use to allowreimar2007-06-0525-80/+80
* Use avcodec_decode_audio2 in ad_ffmpeg.creimar2007-06-051-2/+3
* mjpeg support for v4l2 tv:// drivervoroshil2007-06-011-0/+1
* Remove some unused variables, patch by timwoj ieee org.diego2007-05-282-2/+1
* Move variable declaration into conditional to avoid an unused variable warning.diego2007-05-281-1/+1
* Remove unused variables.diego2007-05-281-2/+0
* Removed useless fastmemcpy.h includes in video decodersreimar2007-05-272-2/+0
* Remove useless fastmemcpy.h include for filters that do not even do any memcpy.reimar2007-05-2730-46/+0
* compilation fix: ff_ _encode added and temporarily disabled mjpeg_write_tablesrik2007-05-271-8/+8
* Pass imgfmt from lavc encoder to lavf muxer (this is needed for dv).corey2007-05-171-0/+1
* Include string.h for memcpy, fastmemcpy.h alone is not enough.reimar2007-05-162-0/+2
* Make vd_raw VDCTRL_QUERY_FORMAT simpler to understandreimar2007-05-141-1/+2
* Add DV fourcc.corey2007-05-131-0/+2
* Fix "inline keyword not at beginning of declaration" warning.diego2007-05-051-1/+1
* add "level" as lavc optioncehoyos2007-05-031-0/+3
* Remove unused variable,reimar2007-04-291-1/+0
* Add -ass-hinting option for setting font hinting method.eugeni2007-04-273-4/+5
* Simplify preprocessor directives: There is a general variable fordiego2007-04-262-3/+3
* Add config.h variables for static FFmpeg libraries.diego2007-04-261-1/+1
* Add general variables for either static or shared FFmpeg libraries.diego2007-04-261-4/+1
* cosmetics: Rename Makefile variable CONFIG_ASS --> ASS.diego2007-04-251-1/+1
* cosmetics: Remove CONFIG_ prefix from FFmpeg library Makefile variables.diego2007-04-251-7/+7
* Gui --> guidiego2007-04-231-1/+1
* support format=y8 with -ovc rawlorenm2007-04-111-0/+4
* "()" to "(void)" function param list fixesuau2007-04-013-4/+4
* Fix double close() in ve_vfw.ciive2007-03-241-1/+0
* cosmetics: Merge #ifdefs for better readability.diego2007-03-231-6/+2
* allows to de- and reactivate kerndeint on the flycehoyos2007-03-221-2/+22
* Conditionally compile vf_bmovl.c instead of enclosing all of the filediego2007-03-212-5/+1
* Invert logic for HAVE_NO_POSIX_SELECT to HAVE_POSIX_SELECT to be in linediego2007-03-212-2/+2
* Move libav* include CFLAGS to mpcommon.mak instead of duplicating them.diego2007-03-181-3/+0
* Add explicit location for headers from the libmpdemux/ directory.diego2007-03-1524-64/+62
* Add explicit location for headers from the stream/ directory.diego2007-03-1515-22/+22
* Add explicit location for headers from the stream/ directory.diego2007-03-159-9/+8
* Use explicit header location, don't use CFLAGS for simple subdirectories.diego2007-03-153-4/+3
* Include loader/ prefix in #include path everywhere.diego2007-03-1512-20/+19
* cosmetics: Fix indentation, reorder some lines for consistency.diego2007-03-131-101/+99
* Give more descriptive names to the source and library variables and splitdiego2007-03-131-42/+40
* Source files should not contain non-ASCII characters.diego2007-03-121-2/+2
* Allow demuxers to return packets with no pts in -correct-pts modeuau2007-03-111-3/+10
* Reindent messy functions before working on themuau2007-03-111-68/+71
* Fix ratio aspect on Matroska files, broken with recent 'spect change in DVB' ...gpoirier2007-03-071-1/+4
* Discard earlier failure in building filter chain when trying a new codec.reimar2007-03-031-0/+3
* Use libavutil's av_clip* instead of unreadable MIN/MAX chaos.reimar2007-03-012-15/+8
* Adding an extra -I.. parameter is no longer necessary.diego2007-02-271-3/+1
* compilation fix clip_uint8 -> av_clip_uint8rik2007-02-271-1/+1
* cosmetics: Fix some common typos, appropiate --> appropRiate,diego2007-02-242-2/+2
* cosmetics: Fix some common typos, sepErate --> sepArate, deciSSion --> deciSion.diego2007-02-212-3/+3
* reinit the vo when aspect ratio changes; patch by C.E. Hoyos approved by Michaelnicodvb2007-02-201-7/+4
* Controllable quality setting of VFW enconding, through the dumped state of th...alex2007-02-181-2/+51
* Make liblzo conditional to the appropriate #defines.diego2007-02-182-1/+3
* Remove internal minilzo, external liblzo can be used instead.diego2007-02-184-3333/+1
* Use liblzo2 instead of liblzo1, it's not bigger but faster.diego2007-02-181-1/+1
* Use external liblzo instead of internal minilzo.diego2007-02-181-1/+1
* Move common vo initialization code to video_out.creimar2007-02-171-1/+1
* swap palette on big endianmichael2007-02-171-2/+13
* palette init code for IMGFMT_RGB4 and IMGFMT_RG4Bmichael2007-02-171-0/+11
* add IMGFMT_RGB8 palette init code what moron actually added init code just fo...michael2007-02-171-0/+13
* another ridiculous palette bug which has nothing to do with the new palete su...michael2007-02-171-0/+2
* mplayer canot handle DR1 with CODEC_ID_INTERPLAY_VIDEO (later needs too many ...michael2007-02-171-1/+1
* PAL8 ...michael2007-02-161-0/+2
* Fix memory leak when changing playback speeduau2007-02-101-0/+2
* Avoid crash when uninit is called without ever calling config in x264 encoderreimar2007-02-081-0/+1
* Revert part of commit r22170.iive2007-02-071-2/+2
* Fix compilation after deprecation of some lav log level andreimar2007-02-072-5/+5
* Add missing checks in RealVideo slice handling code.reimar2007-02-061-3/+5
* 10lmichael2007-02-051-1/+1
* skip first (green) framemichael2007-02-051-4/+8
* Cosmeticsreimar2007-02-031-5/+5
* Avoid crash in uninit if codec not foundreimar2007-02-031-0/+2
* Add global field dominance flag instead of duplicating this "everywhere"reimar2007-02-021-0/+7
* Use ffmpeg lzo instead of (also quite outdated) minlzo in nuppelvideo.reimar2007-01-311-20/+12
* use ffmpeg's LZOreimar2007-01-311-21/+9
* Use export type mpi, everything else is a fragile hack.reimar2007-01-311-25/+24
* Avoid a static variable and instead use variable in contextreimar2007-01-311-4/+5
* Swap palette on bigendian.reimar2007-01-311-0/+11
* cosmetics: remove useless commented-out stuff.reimar2007-01-301-4/+0
* More simplificationreimar2007-01-301-2/+1
* Simplifyreimar2007-01-301-3/+1
* Fix vd_lzo, broken since r18069, i.e. April 2006!reimar2007-01-301-1/+1
* fix a segfault if -x264encopts is the last commandline option (with no argument)lorenm2007-01-281-0/+5
* Mark m_struct_t defaults as constreimar2007-01-289-9/+9
* Implement FIXME: Restore original width/height when CODECS_FLAG_ALIGN16reimar2007-01-271-6/+15
* Fix FSF address and otherwise broken license headers.diego2007-01-223-5/+3
* Simplify by using av_codec_get_id and include riff.h only in demux_lavf.creimar2007-01-211-6/+2
* Another AVCodecTag compile fixreimar2007-01-211-1/+1
* BE_32 -> AV_RB32reimar2007-01-191-1/+1
* include the right riff.h according to USE_LIBAVFORMAT_SO|USE_LIBAVFORMAT; ple...nicodvb2007-01-191-1/+2
* Include "internal" libavformat/riff.h also when dynamic libavformat is usedreimar2007-01-061-8/+1
* Include libavformat/riff.h when building with static libavformat andreimar2007-01-061-2/+14
* allows OSD menu to be displayed when using MPEG PES video outben2007-01-041-0/+18
* Fix build with shared libavutil. Approved by Diego.rathann2006-12-312-0/+8
* the avi spec does not allow random samplesize whoever wrote this should be shotmichael2006-12-291-2/+5
* first step toward amr-nb muxing supportmichael2006-12-291-0/+3
* Properly fix compilation without code duplication.diego2006-12-231-9/+2
* compilation fixes: define always_inline and don't use uint64_t_Crik2006-12-231-1/+8
* Pass quant tables to next filtersgpoirier2006-12-211-0/+1
* muxers now write to output muxer->stream rather than to muxer->filenicodvb2006-12-1814-0/+14
* Simplify: get rid of useless lame_presets_longinfo_dm function.reimar2006-12-161-10/+1
* Fix FIXME mp_msg levels and targetsreimar2006-12-161-10/+10
* Get rid on -DGNU_SOURCE for internal code, imported libs should be fixedreimar2006-12-121-1/+0
* count needs to be evenhenry2006-12-111-1/+1
* Only increase buffer size to avoid crashes when seeking inreimar2006-12-101-2/+5
* Fix realvideo size changes by using our own malloced buffer and export type mpi.reimar2006-12-101-13/+20
* Get rid of min/max macros from aviheader.h, they do not belong here.reimar2006-12-094-5/+5
* Hack around libavutil/bswap.h compilation problems due to always_inline undef...reimar2006-12-0714-14/+14
* Speed up ASS subtitles display by detecting changes between two consecutiveeugeni2006-12-062-5/+12
* Fix memleak in theora decoder due to missing theora_comment_/theora_info_clea...reimar2006-12-061-0/+2
* Fix memleak if vd_ffmpeg init failsreimar2006-12-061-1/+3
* Remove unused function pointers, they probably had incorrect prototypesreimar2006-12-032-20/+4
* Compile fix, BE_32 definition has been movedreimar2006-12-031-0/+1
* Remove long-deprecated -vop option.diego2006-12-022-19/+0
* Set video aspect ratio for libass in vf_vo.eugeni2006-12-021-0/+1
* Update comment, video output plugins are deprecated.diego2006-12-021-1/+1
* Cleanup and fix rectangle size calculation, caused crashes with e.g.reimar2006-12-011-25/+15
* Add libav include paths to CFLAGS without indirection.diego2006-12-011-4/+3
* Explain reason for -I.. in CFLAGS here.diego2006-11-291-1/+1
* Remove bswap.h, use libavutil/bswap.h instead.diego2006-11-2914-14/+26
* cosmetics to ease future patchingdiego2006-11-271-1/+2
* Move common code to mpcommon.mak.diego2006-11-271-8/+0
* Use standard SRCS2 name for MEncoder sources.diego2006-11-271-15/+14
* Move common code for generating multiple libraries to mpcommon.mak.diego2006-11-271-10/+1
* Merge duplicate entries.diego2006-11-261-22/+11
* Remove unnecessary variable indirection.diego2006-11-261-13/+9
* cosmetics: alphabetical orderdiego2006-11-261-128/+122
* FFmpeg-style conditional dependency declarationdiego2006-11-261-145/+55
* 100l typosdiego2006-11-261-2/+2
* Remove useless variable indirection.diego2006-11-261-2/+1
* cosmetics: Move around some entries for better readability.diego2006-11-261-24/+19
* Do not use many different variables for SRCS.diego2006-11-261-57/+46
* Reorder entries for better readability.diego2006-11-261-40/+30
* Remove unused include variable.diego2006-11-261-1/+0
* Fix previous broken vd_qtvideo.c commit which failed on MACOSXuau2006-11-261-2/+4
* Move #include <QuickTime/ImageCodec.h> before internal headersuau2006-11-261-6/+7
* Shouldn't move "#ifdef MACOSX" before #include config.h of course...uau2006-11-261-1/+2
* Merge common parts of all Makefiles into one file included by all.diego2006-11-261-24/+3
* Move #include <QuickTime/QuickTimeComponents.h> before internal headers.uau2006-11-261-4/+4
* Fix incorrect use of be2me_32 on a pointer, use BE_32 instead.reimar2006-11-261-1/+1
* Useless use of strstr, strchr is good enough.reimar2006-11-261-1/+1
* Check the log level before processing the messagehenry2006-11-261-7/+9
* simplifydiego2006-11-251-6/+6
* Remove useless libvo/sub.h include.reimar2006-11-251-1/+0
* Remove superfluous comment.diego2006-11-251-3/+0
* Rename CONFIG_MP3LAME variable, the variable for LAME support in FFmpegdiego2006-11-241-1/+1
* Fix incorrect function pointer definition.uau2006-11-221-1/+1
* Make compilation depending on USE_OSD unconditional.uau2006-11-221-2/+0
* Fix incorrect stride used in vf_ass.eugeni2006-11-221-6/+6
* MSGTR for libmpcodecs/vd.ckraymer2006-11-221-1/+1
* Remove superfluous empty variable declaration.diego2006-11-211-1/+0
* Unify dep/depend targets.diego2006-11-201-3/+1
* allows to de- and reactivate yadif on the flygpoirier2006-11-191-1/+18
* Remove obsolete Xvid 3 support.diego2006-11-185-842/+2
* Add deinterlace property, patch by Carl Eugen Hoyosreimar2006-11-172-0/+14
* Put files fully owned by my under GPL v2 "or later"reimar2006-11-171-1/+1
* Fix AMD64 support, patch by Reimar Doffingergpoirier2006-11-171-24/+25
* Fix segfault with videos with unusual resolution, patch by Stanislav Maslovsk...gpoirier2006-11-151-1/+1
* Fix extradata passing to lavc RV20 decoderrtogni2006-11-142-21/+33
* Use vf control for reading pts from vf_vouau2006-11-142-9/+11
* Update OSD contents only after the correct values for the frame are known.uau2006-11-142-11/+14
* Remove mmx.h, the licensing status was doubtful, and put a minimaldiego2006-11-101-0/+80
* Separate XviD 3 and XviD 4 tests.diego2006-11-081-8/+6
* support lavc mblmin and mblmaxcorey2006-11-081-0/+6
* Fix code that cuts audio data if the filters produce too much.uau2006-11-071-1/+2
* feed av_log() through mp_msg()michael2006-11-071-0/+49
* Remove remnants of long-gone libfame.diego2006-11-063-159/+0
* Initialize fontconfig in VFCTRL_INIT_EOSD handler.eugeni2006-11-052-1/+4
* Fix comment, it's 'sowt', not 'swot' ('twos' reversed)reimar2006-11-051-1/+1
* Always respect w and h params to mpcodecs_config_vo overreimar2006-11-051-6/+2
* ass renderer absolutely needs readable target mpi.reimar2006-11-041-2/+2
* changed email addresshenry2006-11-041-1/+1
* pass the interlacing info to the filter chainhenry2006-11-041-0/+2
* Introduce MSGT_ASS, use it for all libass messages.eugeni2006-11-031-3/+3
* Set mpi stride, mostly fixes http://samples.mplayerhq.hu/MPEG2/res_change_ffm...reimar2006-11-021-0/+3
* qp height should be in macroblocks, not pixelshenry2006-11-012-4/+4
* Do not modify parsed command-line values on config,reimar2006-11-011-4/+5
* Libass interface reworked:eugeni2006-10-282-6/+6
* make vf_geq read whitespace in equation paramods152006-10-281-1/+1
* remove unused variableods152006-10-271-2/+0
* cosmetic, reindentation, tab removalods152006-10-271-51/+51
* update vf_geq to new ff_eval APIods152006-10-271-38/+45
* Split ass_configure() into several smaller functions.eugeni2006-10-262-29/+8
* Add proper flv fourccreimar2006-10-241-0/+2
* x264: don't enable turbo in the middle pass of a 3pass encode. (broke in r20060)lorenm2006-10-211-1/+1
* Add a call to x264enc_set_param in config, otherwise mencoder -ovc x264reimar2006-10-211-0/+2
* Do not use sh_audio->wf values if they are definitely invalidreimar2006-10-211-0/+2
* make any parse error in -x264encopts fatallorenm2006-10-201-3/+7
* make -passlogfile work with x264 again (broke in r20060)lorenm2006-10-191-2/+2
* bilinear interpolationmichael2006-10-161-13/+20
* 200 byte is too littlemichael2006-10-161-4/+4
* generic equation filtermichael2006-10-163-0/+222
* Use American spelling of "gray" instead for British's "grey" for XviD option,...gpoirier2006-10-161-1/+2
* fix multiple instances of -x264encopts on the commandline (broke in r20060)lorenm2006-10-151-55/+67
* Fix typo in sub_delay external specification.eugeni2006-10-131-1/+1
* Allows up to 8 bytes of extradata for cmsg24rtogni2006-10-101-2/+3
* reinit codec chain when aspect ratio and/or resolution changenicodvb2006-10-081-0/+17
* print bits/s, not bytes/sivo2006-10-061-1/+1
* workaround redefinition of object_type as prev(object_type)+1nicodvb2006-10-051-2/+3
* Remove the x264 option parser, and pass the options on to libx264 as a string...lorenm2006-10-051-310/+41
* make PSNR printing more consistent with other encoderscorey2006-10-031-3/+6
* Simplify and optimize bitmap blending.eugeni2006-10-021-31/+12
* Compile fix for odd versions of binutils, namely the ones in Fedora.gpoirier2006-10-011-6/+6
* Add copyright notice and vim/emacs comments to libass and vf_ass.c.eugeni2006-10-011-0/+20
* in case of errors after decoding quit the main decoding nicodvb2006-09-271-0/+4
* Cosmetics and comments.rik2006-09-231-145/+333
* Patch by Karolina Lindqvist <karolina.lindqvist@kramnet.se>rik2006-09-231-123/+125
* verbosity--;diego2006-09-231-1/+1
* Add forgotten emms which caused weird bugs like nan pts values.reimar2006-09-231-0/+3
* Fix compilation if HAVE_MMX is defined but NAMED_ASM_ARGS isn'treimar2006-09-221-1/+1
* Replace preprocessor hacks to work around compilers not supporting nameddiego2006-09-181-6/+2
* Use PIX_FMT_* instead of IMGFMT_* when calling sws_getContext()lucabe2006-09-173-7/+17
* conditional declerations are unnecessaryods152006-09-171-6/+0
* Add repeated screenshot mode to vf_screenshot.eugeni2006-09-151-2/+19
* mmx implementation of yadif. 3.5x faster.lorenm2006-09-141-1/+228
* cosmetics (indentation)lorenm2006-09-141-36/+36
* cosmeticslorenm2006-09-141-20/+34
* Add noglobal counterpart to the global flag.diego2006-09-011-0/+1
* Patch from Karolina Lindqvist <karolina.lindqvist@kramnet.se>rik2006-09-011-0/+2
* The FSF changed postal address.diego2006-09-014-5/+5
* fix build failure when ASS is disabledaurel2006-08-281-0/+2
* "global header" support, this is pretty much just copy and pasted code from michael2006-08-281-0/+36
* Add EOSD support to vf_vo.eugeni2006-08-281-4/+73
* segfault fixmichael2006-08-281-1/+3
* Add -(no)ass-use-margins option.eugeni2006-08-281-0/+1
* Zero fill ass_settings_t before use.eugeni2006-08-271-0/+1
* Add VFCTRL_DRAW_EOSD.eugeni2006-08-243-3/+13
* A value of 2 is valid for noup, tooreimar2006-08-241-1/+1
* Simplify vf_ass initialization.eugeni2006-08-241-6/+1
* Get rid of useless vf->priv castsreimar2006-08-201-3/+3
* Move all internal -I parameters to the front of CFLAGS to avoid using externaldiego2006-08-171-2/+2
* display correct audio bitrate, samplerate and number of channels onceivo2006-08-151-0/+3
* display corrected aspect ratio for mplayer -identifyivo2006-08-151-0/+1
* Set encoder's input format to "native endiannes", instead of little endian.gpoirier2006-08-151-1/+1
* Remove empty function that isn't used anywhere (and never has been??).uau2006-08-141-4/+0
* Fix buffer size sanity check to match what is actually required.uau2006-08-141-1/+6
* Change pcm decode_audio to return data based on minlen instead of maxlenuau2006-08-131-1/+5
* Replace asmalign.h hack by ASMALIGN cpp macros from config.h.diego2006-08-139-24/+15
* pass average bitrate from encoder to (lavf) muxermichael2006-08-102-1/+2
* cosmetics: Rename some variables for consistency.diego2006-08-071-1/+1
* "[ass] init" message looks better when it starts with the capital letter 'I'.eugeni2006-08-061-2/+2
* fix a/v sync issues when using ad_hwmpaben2006-08-011-0/+3
* Fix SVQ3 extradata handling so it works correctly with demux_lavfpacman2006-07-311-8/+12
* Fix bogus pointer addition in the extraction of extradata frompacman2006-07-311-2/+1
* introduce new 'stream' directory for all stream layer related components and ...ben2006-07-311-0/+1
* There is a reference to a file COPYRIGHT that we do not include, so pastediego2006-07-301-0/+16
* Unify include paths in the build system, part I.diego2006-07-271-2/+0
* vertical scaler with accurate rounding, some people on doom9 can see +-1 errorsmichael2006-07-241-0/+4
* in some cases, vf_bmovl produces junk due to source andgpoirier2006-07-231-3/+3
* -vf pp7 overblurs still parts of the image, whichgpoirier2006-07-231-1/+2
* in decode_audio() memset(0) unused memory in buf before returningnicodvb2006-07-231-1/+2
* don't do the work of mp_get_mp3_header() and, as a side effect, prevent a dea...nicodvb2006-07-231-2/+0
* the value returned by decode_audio() must be the amount of _decoded_ bytes (...nicodvb2006-07-221-5/+7
* moved mpeg_packetizer helpers to libmpdemuxben2006-07-193-327/+0
* new mpeg helpers to build and send mpeg 1/2 ps/pes packets (used by some vo d...ben2006-07-193-0/+327
* Quit on eof, was broken by r17150rtogni2006-07-191-0/+2
* old 10l: do not try to compile mmx code if we do not have mmxrfelker2006-07-191-1/+1
* sync to x264 r537 (api change)lorenm2006-07-181-1/+4
* prevent buffer underflow; the code is still incorrect and leads to desync but...nicodvb2006-07-161-10/+19
* marks several read-only string parameters and function return-values which ca...reynaldo2006-07-162-2/+2
* marks several read-only string parameters which aren't modified inside the ca...reynaldo2006-07-152-2/+2
* print frame type and keep track of last encountered keyframeivo2006-07-151-3/+10
* new black frame detection filterivo2006-07-153-0/+144
* Remove support for obsolete and non-free divx4/odivx libraries.diego2006-07-146-1132/+0
* Remove #if LIBAVCODEC_BUILD >= XXX and #if LIBAVFORMAT_BUILD >= XXX jungle.diego2006-07-133-287/+5
* marks several function without a prototype which arent used outside its sourc...reynaldo2006-07-131-11/+10
* drops casts from void * on malloc/calloc, leftover on libmpcodecsreynaldo2006-07-131-3/+3
* OPTFLAGS already includes EXTRA_INC.diego2006-07-121-1/+0
* c++ decls, 100000000000l to whoever broke my code like this..rfelker2006-07-101-5/+4
* Marks several string parameters as const when they are not modified in the fu...reynaldo2006-07-093-6/+6
* Remove unused variables, patch by Stefan Huehner, stefan ##at## huehner org.diego2006-07-098-16/+1
* Remove unused variables, patch by Stefan Huehner stefan at huehner org.diego2006-07-081-1/+1
* Initial libass release (without mencoder support).eugeni2006-07-075-0/+446
* Add a new video pts tracking mode, enabled by option -correct-pts.uau2006-07-069-17/+166
* get_path as const, patch by Stefan Huehner, stefan AT huehner-orgreynaldo2006-07-032-2/+2
* rm unnecesary casts from void* - part 3reynaldo2006-07-0211-11/+11
* postprocess.h was moved to libpostproc years ago..diego2006-06-301-1/+1
* Move postproc ---> libswscalelucabe2006-06-308-8/+8
* correct handling of sgi compressed images on amd64, patch by Paul-Francois Fo...reynaldo2006-06-301-3/+3
* Avoid crash in uninit-without-config casereimar2006-06-261-0/+2
* Revert Michael's VFCTRL_FLIP_PAGE changes ("svn merge -r 18781:18779 .")uau2006-06-211-11/+0
* intercept VFCTRL_FLIP_PAGE if neededmichael2006-06-211-0/+11
* Move #ifdefs around complete files into the build system.diego2006-06-2131-156/+104
* Comment #ifdef #endif jungle.diego2006-06-211-16/+16
* Comment some #endif directives to avoid confusion.diego2006-06-211-3/+3
* Remove separation between Win32 DLL and DirectShow support in the build system.diego2006-06-217-20/+6
* avcodec_close()michael2006-06-191-0/+1
* Software Scaler headers usage cleanuplucabe2006-06-1812-13/+0
* sync with liba52 0.7.4, patch by Emanuele Giaquinta >emanuele.giaquinta ! gma...rathann2006-06-151-14/+9
* typo noticed by Alexander Monakov monoid$$at$$fds-net$$dot$$rudiego2006-06-121-1/+1
* better spatial interpolationmichael2006-06-092-25/+27
* filter left & right edges too (yeah the code is lame i know...)michael2006-06-081-1/+1
* improved mc+src merge codemichael2006-06-081-11/+21
* fixes the infinite loop which occurs when there is a decode error in a frame.gpoirier2006-06-081-3/+5
* vf_mcdeint should be compiled in #ifdef USE_LIBAVCODEC_DSPUTIL, not #ifdef U...nicodvb2006-06-071-3/+1
* make spatial interlacing check optionalmichael2006-06-071-6/+3
* simplifymichael2006-06-071-29/+24
* cleanupmichael2006-06-071-16/+14
* cleanupmichael2006-06-071-13/+5
* simplifymichael2006-06-061-4/+2
* yet another deinterlacing filtermichael2006-06-063-0/+255
* Spelling fixpacman2006-06-061-1/+1
* known issues and notesmichael2006-06-061-0/+27
* Motion compensating deinterlacermichael2006-06-063-0/+301
* Support and document lavc b_sensitivity option.corey2006-06-051-0/+3
* document the recent changes in Snow.lorenm2006-06-051-3/+6
* libpostproc is not a subdirectory of libavcodec anymore.diego2006-06-021-2/+2
* Remove now obsolete .cvsignore files.diego2006-06-021-1/+0
* Fix:rathann2006-05-141-2/+2
* support lavc mv0_thresholdcorey2006-05-131-0/+3
* Make return type consistent with usage. Patch by Pierre Lombard.rathann2006-05-131-3/+3
* moved code to set aspect ratio for mpeg12 away from video.c and into decoder ...nicodvb2006-05-101-0/+4
* fix float rounding errorods152006-05-051-2/+2
* fixes a bug when copying the image into a destination buffer smaller than the...gpoirier2006-04-271-2/+2
* Fix memory corruption in vd_libmpeg2uau2006-04-272-9/+30
* Get rid of unneeded alignnplourde2006-04-241-4/+0
* 4 - Implement a better way to calculate current audio pts and use it forrtognimp2006-04-243-3/+21
* Get ride of the several if(identify) messy lines and rearangment of some of t...reynaldo2006-04-242-4/+2
* sync to x264 r503 (dct_decimate)lorenm2006-04-221-0/+4
* Add properties for the tv input color controls.albeu2006-04-221-1/+1
* Fix BGR32 big-endian outputpacman2006-04-201-0/+6
* better set audio_out_minsize to MAX_FRAMESIZEreimar2006-04-201-1/+1
* set audio_out_minsize, should avoid all "maxlen too small" casesreimar2006-04-191-1/+1
* bug fixes: left-over mode variable used uninitialized,reimar2006-04-191-2/+10
* Using channel count, samplerate and input bps values from the containerdiego2006-04-191-1/+2
* removed unreachable code: this filter can't compile with external libavcodec ...nicodvb2006-04-174-21/+0
* add support for intel mac. mp3lib is not fixed yet.nplourde2006-04-1510-18/+28
* 10l, we should really, really use lzo1x_decompress_safe instead of lzo1x_deco...reimar2006-04-092-8/+10
* New mode for tinterlace filteriive2006-04-081-0/+68
* 10l: missing const put this in data segment instead of text/rodatarfelker2006-04-031-2/+2
* move 12k from data to bss (reduce binary size by 12k)rfelker2006-04-031-2/+4
* simplify extradata handling and make passing extradata on the default.reimar2006-04-021-38/+26
* Part2 of several printf2mp_msg changes in patch from Otvos Attila oattila AT ...reynaldo2006-03-3122-67/+82
* Trust the demuxer instead of the decoder for samplerate detection.diego2006-03-301-6/+5
* Convert printfs in aviprint.c to mp_msg and give the information printingdiego2006-03-273-9/+9
* reinit vo when pix_fmt changes.reimar2006-03-271-0/+3
* Change some printf calls to fprintf.diego2006-03-271-1/+1
* Change 'if(verbose)' to the more appropriate mp_msg_test.diego2006-03-273-6/+3
* use shifts instead of division. 15% faster hqdn3dlorenm2006-03-261-20/+20
* Convert all if(verbose>X) to mp_msg_test calls.diego2006-03-247-14/+13
* feed something (hopefully correct timestamps) into the video filter chainmichael2006-03-212-3/+3
* lavc doesnt pass AVFrame.opaque around :/michael2006-03-211-2/+17
* 10l (null pointer dereference)michael2006-03-211-2/+12
* passing pts through the filter layer (lets see if pts or cola comes out at th...michael2006-03-2180-180/+191
* sync to x264 r476 (subq=7)lorenm2006-03-201-1/+1
* Support libavcodec vrc_strategy=1 (XviD ratecontrol).corey2006-03-171-1/+1
* compile in the filters that depend on libavcodec/dsputil.h only when mplayer ...nicodvb2006-03-162-8/+10
* Remove twos workaround, this bug was fixed in mov demuxerrtognimp2006-03-141-7/+0
* in24/in32/fl32 little/big-endian QuickTime PCM audio supportrathann2006-03-131-0/+20
* do not randomly chop up packets, this isnt allowed in almost no containermichael2006-03-131-3/+4
* -lavcopts aglobalmichael2006-03-132-0/+10
* 10l found by Oded: case 2 on a boolean value...rfelker2006-03-121-2/+2
* QuickTime in24 and in32 PCM audio supportrathann2006-03-111-0/+8
* add default case to encoder switch-case (maybe an error message would be good...reimar2006-03-081-0/+3
* free tmp earlier, it is not needed below and might leak on errors otherwisereimar2006-03-081-1/+1
* sync to x264 r457 (direct_pred=3)lorenm2006-03-051-2/+2
* Reduce Real DLL/so loading verbosity, OKed by Roberto.diego2006-03-032-4/+4
* XviD multi-threaded encoding supportgpoirier2006-03-011-1/+3
* 10l (dont limit dimension components independantly if noup)michael2006-02-241-2/+2
* Fix video delay when encoding with B-frames.corey2006-02-214-2/+25
* no upscale flag so automatic downscaling is possible in mencodermichael2006-02-181-0/+9
* memalign segfaults when used without declaration on amd64 (default function r...aurel2006-02-161-0/+4
* include config.h before includes that need itiive2006-02-161-1/+1
* Align memory at 16 byte boundaries.diego2006-02-141-3/+3
* lavc exposes the reconstructed picture, so no need to decode it againlorenm2006-02-131-1/+1
* Make sure maxlen is respected, instead of just failing the assert later on.reimar2006-02-101-0/+4
* Patch by Stefan Huehner / stefan % huehner ! org \rathann2006-02-0914-15/+15
* include config.h as img_format.h needs endian definitions, noticed by Alan Cu...iive2006-02-091-0/+1
* Add support for grayscale [m]jpegrtognimp2006-02-081-0/+1
* Fix mpng to work correctly with 16 bit png's. don't have any files to testods152006-02-071-0/+1
* Only compile libmpencoders if MEncoder has been enabled.diego2006-01-311-1/+6
* Move conditional compilation out of the code and into the build system.diego2006-01-3111-51/+39
* Make clean/distclean behave uniformly in all directories.diego2006-01-271-2/+2
* change muxer_write_chunk() so that pts/dts _could_ be passed from encoder to ...michael2006-01-2610-14/+14
* pass vbv_size & max_rate from encoder to muxer over muxer_stream_t (if this i...michael2006-01-251-0/+8
* vglobal so the user can tell the encoder that she wants global headers ... on...michael2006-01-241-1/+11
* Using INT_MAX without including limits.h breaks compilation on MinGW.diego2006-01-231-0/+1
* support libavcodec's new sc_factor parametercorey2006-01-221-0/+3
* proper support for shared libpostprocdiego2006-01-224-7/+11
* Use free instead of speex_free - since speex_free does not appear in thereimar2006-01-191-1/+1
* Push "Building audio filter chain" up to verbose level.diego2006-01-191-1/+1
* sync to x264 r398.lorenm2006-01-161-0/+7
* ad_hwmpa: pass-through fake audio codec for hardware mpeg decodersnicodvb2006-01-153-0/+139
* Consistent variable names for shared libavcodec.diego2006-01-141-1/+1
* Update licensing information: The FSF changed postal address.diego2006-01-1318-18/+18
* massive attack: mp_msg printf format fixesrathann2006-01-1210-33/+33
* convert some printfs to mp_msgrathann2006-01-101-1/+1
* added support for external libavformatnicodvb2006-01-091-2/+2
* sync to x264 r390 (bime)lorenm2005-12-301-0/+4
* Support vme=8 (iterative overlapped block).diego2005-12-291-1/+1
* Add bidir_refine to lavc's set of options, and document it.gpoirier2005-12-281-0/+3
* Remove tables used by MPlayer native 14_4 and 28_8 codecsrtognimp2005-12-272-2591/+0
* support downscaling frames for dynamic b frame decissiongpoirier2005-12-251-0/+3
* I screwed up keep aspect param, made behavior the opposite of man page.ods152005-12-201-1/+1
* malloc padding to avoid access beyond allocated memoryhenry2005-12-192-5/+5
* reverse the H264 hackhenry2005-12-191-19/+9
* negative quality values allow postproc regardless of inputhenry2005-12-181-6/+15
* do not postprocess H264henry2005-12-181-4/+5
* bitexact flagmichael2005-12-181-0/+3
* deobfuscate some very simple code...ods152005-12-171-4/+4
* do not set the flag when config failedhenry2005-12-161-1/+4
* Remove MPlayer native 14_4 and 28_8 codecs (they are in lavc)rtognimp2005-12-098-932/+1
* Move audio packets reordering from codec interface to demuxers for realrtognimp2005-12-091-100/+26
* prevent flicker on b-frames, trivial port from vf_spphenry2005-12-071-6/+22
* more warning fixesods152005-12-072-2/+2
* prevent flicker, to get old behaviour use spp=x:y:4 / x:y:5michael2005-12-061-6/+18
* expand aspect works by display aspect, not video aspect.ods152005-12-051-2/+3
* fixrathann2005-12-051-0/+3
* fixrathann2005-12-051-1/+1
* ad_libvorbis.c:119: warning: assignment from incompatible pointer typerathann2005-12-051-1/+2
* fixrathann2005-12-051-0/+1
* attribute alignmichael2005-12-031-1/+1
* switch to snowmichael2005-12-031-12/+17
* multithreaded decodingmichael2005-12-021-0/+6
* make -lavdopts debug work again, patch by Jason Tackaberry ( tack AH sault PO...gpoirier2005-12-021-0/+2
* Fixed wrong M_OPT_RANGE in vrc_maxrate/vrc_minrate , default was 0 and range ...reynaldo2005-11-291-2/+2
* 10llorenm2005-11-221-1/+1
* sync to x264 r373 (brdo)lorenm2005-11-221-0/+4
* Unify include path handling, -I.. is in CFLAGS.diego2005-11-18105-331/+331
* attempt to fix missing and/or broken boundary checksreimar2005-11-101-2/+6
* do not set ctx->vo_inited when init fails. This caused a crash when areimar2005-11-101-1/+1
* ultra simple&slow pp filter, yes yet another spp like filter :)michael2005-11-083-0/+410
* Speex audio decodingreimar2005-11-051-0/+113
* Speex support. Seeking and pts generation does not work.reimar2005-11-052-0/+8
* sync to x264 r360 (trellis)lorenm2005-11-041-0/+5
* close stream_fd on uninit. Fixes bugzilla bug #400.reimar2005-11-011-0/+2
* 10l, uninit() was not used, fixes bug #401reimar2005-10-301-0/+2
* sync to x264 r334 (crf)lorenm2005-10-241-0/+4
* 10l to whoever got aspect upside-down.. it's w/h, not h/w. hope this doesn't ...rfelker2005-10-231-3/+3
* replace mp3lame version detection by required features detectionaurel2005-10-181-6/+6
* Make a few more messages translatable by moving them into help_mp-en.h.diego2005-10-182-3/+3
* implement ADCTRL_RESYNC_STREAM, it tries to detect when decoding isreimar2005-10-121-0/+34
* sync to x264 r318 (mixed_refs)lorenm2005-10-081-0/+4
* Typo fix, patch by Ismail Dönmez <ismail AH kde POIS org POIS tr>gpoirier2005-10-061-2/+2
* neightbour --> neighbor typo fixdiego2005-10-062-6/+6
* hqdn3d: 2.5x faster temporal-only, 1.6x faster spatial-only.lorenm2005-10-061-1/+76
* Compilation fix for systems lacking lrintf like e.g. NetBSD.diego2005-10-051-4/+14
* Stupidity in last patch broke compile without MMX: RTjpeg_lmask is a unionreimar2005-10-041-5/+5
* Fix 100l bugs that break playback on 64 bit systems (like typedefing __u32reimar2005-10-042-21/+20
* Check for eof instead of decoding the same data over and over.reimar2005-10-011-0/+1
* forgotten include; patch by Jan Knutar (jknutar ad nic puntum fi)nicodvb2005-09-281-0/+2
* code before decleration, gcc2.95 fixods152005-09-281-11/+10
* make xvid encoding use the filename fromgpoirier2005-09-261-3/+4
* Break up all long lines that were missed during the last reformatting round.diego2005-09-191-4/+26
* 10l: the directories specified with --with-xvid*dir were ignored.gpoirier2005-09-191-1/+1
* 10l: fully working DXN profile support require XviD 1.1.x. Earlier version wi...gpoirier2005-09-181-0/+4
* print the first 16 bytes of frame data with -v -v, helps detect whenreimar2005-09-161-0/+2
* reduced verbositynicodvb2005-09-132-2/+2
* adds Simple, Advanced Simple and DivX profile support for XviD, Patch by Robe...gpoirier2005-09-131-17/+190
* pp_postprocess reads from target image, so request a readable one.reimar2005-09-131-1/+2
* Fix maximum frame size, could lead to crashes when changing playback speed.reimar2005-09-121-3/+4
* Fix multiple issues: No picture at all, broken pictures, only every secondreimar2005-09-121-58/+34
* do nothing if no free filenames are availablehenry2005-09-111-4/+10
* use slices if DR isn't availablehenry2005-09-111-0/+6
* forgotten MP_IMGFLAG_READABLEhenry2005-09-111-1/+1
* DR and slice supporthenry2005-09-111-21/+99
* screenshot filterhenry2005-09-111-0/+1
* screenshot filterhenry2005-09-113-0/+241
* Use bitrate from demuxerreimar2005-09-061-1/+3
* replace sleep with usec_sleep, required for recent mingw versions, patch by R...faust32005-09-031-1/+1
* custom quantization matrix for x264, original patch by Robert Swain < robert ...gpoirier2005-09-021-0/+63
* * really keep track on how many samples were decoded last round (fix 10l)attila2005-09-011-4/+7
* stop trying to decode faad audio, when last decoded length is <0attila2005-09-011-1/+1
* 10lattila2005-08-311-1/+1
* Allow forcing of demuxers and codecs by prepending '+'reimar2005-08-302-6/+16
* avoid reading more than maxlen bytes.reimar2005-08-251-2/+2
* 10l, missing returnfaust32005-08-251-1/+1
* Wrong scale conversion from VFCTRL_SET_EQUALIZER, priv->saturation shouldreimar2005-08-251-1/+1
* Fix MEncoder build with shared libavcodec.diego2005-08-171-0/+4
* tremor uses integer typesrathann2005-08-061-0/+4
* missing includerathann2005-08-061-0/+1
* Support new static libavcodec (depends on libavutil).al2005-08-012-2/+7
* Needs the previous mpi (pmpi), so request a readable one and requestreimar2005-07-311-1/+2
* vBlur reads from dmpi, so request a readable onereimar2005-07-311-1/+1
* when threshold != 0 the dest image must be readablereimar2005-07-311-1/+3
* If scaleh == 1 our destination image must be readablereimar2005-07-281-1/+2
* we do not read from dmpi, so it doesn't have to be readablereimar2005-07-281-1/+1
* deghost_plane also reads from destination, so request readable bufferreimar2005-07-281-1/+2
* lavf demuxer with raw PCM fix (and a related hang)reimar2005-07-281-0/+2
* Fix crash with large imagesreimar2005-07-281-0/+1
* restrict to YV12 since the default limit does not work well for anything else.reimar2005-07-261-0/+9
* Use a more stable URL.diego2005-07-261-1/+1
* Allow the ffmpeg people to use this code if they want.reimar2005-07-231-0/+2
* guard against double uninit (reportedly can happen on STRG+C)reimar2005-07-221-0/+1
* aspect and round params for vf_dsize.ods152005-07-221-3/+43
* Too little memory alloced.reimar2005-07-211-1/+1
* use stored dimensions instead of visible one when (vf_)get_image is callediive2005-07-204-8/+8
* add (no)visualize optionsiive2005-07-191-0/+4
* 10l: scene change detecion is deactivated with sc_threshold=1000000000ranma2005-07-171-1/+1
* 10l for meranma2005-07-171-1/+1
* Support for skip optionsreimar2005-07-171-0/+36
* memcpy and memmove both copy memory, but when using memcpy the source and des...gpoirier2005-07-151-1/+1
* 1/2 l: last patch lacked the option name, so it wasn't activeablegpoirier2005-07-111-0/+1
* ensure that dr buffers are readablemichael2005-07-113-3/+3
* x264 fast first pass, patch by Robert Swain < robert POUM swain AH gmail POUM...gpoirier2005-07-111-20/+40
* #ifdef HAVE_MMXmichael2005-07-111-0/+2
* The right name is Musepack, not MPC/MpegPlus.reimar2005-07-101-2/+2
* musepack demuxing and decoding support (demuxing is v7 bitstream only).reimar2005-07-103-0/+186
* 10l to Nico for this copy&paste bugrathann2005-07-101-2/+2
* -af-adv force=1 is now default (and thus also lavcresample)reimar2005-07-101-1/+1
* pp7 filter (spp=6 filter with 7 point dct where only the center sample is use...michael2005-07-093-0/+489
* cosmetics.ods152005-07-081-2/+2
* add 'aspect' and 'round' params to vf_expand.ods152005-07-071-17/+22
* unneededalex2005-07-031-5/+0
* restored framerate autodetection based on heightnicodvb2005-06-281-1/+1
* FFmpeg theora decoder supportrtognimp2005-06-261-1/+2
* make -srate work again, unify audio filter init and preinit.reimar2005-06-242-44/+15
* adds some more -identify output, patch by kiriuja < mplayer DASH patches PAM ...gpoirier2005-06-202-0/+4
* fix illegal readreimar2005-06-201-1/+1
* Add vrc_init_occupancy to lavcoptsranma2005-06-201-0/+5
* Be more patch-friendlyranma2005-06-191-10/+140
* Fix email addressranma2005-06-191-1/+1
* sync to x264 rev264 (lossless)lorenm2005-06-171-1/+1
* sync to x264 rev263 (RDO)lorenm2005-06-151-1/+1
* small change to field-matching metrics which hopefully makes a bigrfelker2005-06-142-7/+90
* fixed wrong binary mask: it precluded the syncword of adts-4 from being recog...nicodvb2005-06-121-1/+1
* forgotten reference to remove-logo, 10l for Richhenry2005-06-081-0/+2
* 10l for mehenry2005-06-081-2/+2
* remove_logo filter by yartrebo, committed with fixes for c++ variable declara...rfelker2005-06-082-1/+912
* correcting the previous draw_slice fixhenry2005-06-071-2/+4
* check for display height when drawing sliceshenry2005-06-071-2/+2
* gcc-2.95.3 fix, patch inspired by Steven M. Schultziive2005-06-061-1/+2
* sync to x264 r252 (8x8dct)lorenm2005-06-051-7/+16
* sanity checks for options; treat quality > 5 as 5, not 4henry2005-06-051-0/+5
* Add XviD's luminance masking (option name: lumi_mask)gpoirier2005-06-041-0/+10
* x86-64 fixes by Reimarhenry2005-06-041-289/+283
* disable mmx code for x86-64henry2005-06-041-0/+5
* move unchanged registers back to input spechenry2005-06-041-4/+4
* faster spp filter by Nikolaj Poroshin <porosh3 at psu ru>henry2005-06-043-1/+2116
* XviD zones support. Patch by Doom9: < feedback123 GROOVY doom9 STEADY org >gpoirier2005-06-021-2/+66
* sync to x264 r240 (threads)lorenm2005-05-291-0/+3
* quicktime fix updatehenry2005-05-251-3/+7
* prefer width&height from bitmapinfoheader for h263 streamshenry2005-05-251-4/+12
* DragonFly BSD supportdiego2005-05-252-2/+2
* No overlap allowed in memcpy, use memmovehzoli2005-05-241-1/+1
* Make sure that samplesize is at least 2, as some demuxers set it to 1hzoli2005-05-241-0/+1
* Fix ADCTRL_SKIP_FRAME and add ADCTRL_RESYNC_STREAMhzoli2005-05-242-2/+4
* sync to x264 r239 (zoned ratecontrol and UMHex ME)lorenm2005-05-241-4/+8
* Use memmove instead of memcpy for overlapping areas.reimar2005-05-231-1/+1
* 10lalex2005-05-211-1/+1
* 8bit palette mode support (and spurious ^M removal)henry2005-05-181-3/+18
* wrong memcpy of extradata; 10l to whomever wrote that broken codenicodvb2005-05-171-2/+1
* compilation/link fix with --disable-qtx --disable-dshowdiego2005-05-141-0/+2
* initialize vorbis structure before calling ERROR()nicodvb2005-05-121-4/+5
* vorbis extradata is now passed from demuxer to decoder in matroska's waynicodvb2005-05-121-20/+59
* sync to x264 rev223 (options: ratetol, vbv_*)lorenm2005-05-111-17/+21
* vstrict=-1 is now less "dangerous", make it default and remove m/ljpeg encodi...reimar2005-05-091-6/+1
* Add border masking support for lavcgpoirier2005-05-081-0/+7
* ljpeg codec needs YUVJ colorspace, tooreimar2005-05-081-1/+2
* updated psycho model range; made a parameter file-static in ae_toolame.cnicodvb2005-05-082-3/+3
* added twolame mp2 audio encodernicodvb2005-05-075-0/+245
* expose x264 options 'me' and 'me_range'.lorenm2005-05-051-0/+10
* set pix_fmtmichael2005-05-051-0/+1
* Support for new vssh dll, patch by adlandrtognimp2005-05-042-0/+15
* compilation fix (libavcodec sync)rik2005-05-011-1/+1
* LIBAVCODEC_BUILD >= 4754michael2005-04-302-0/+21
* fixed variability rangenicodvb2005-04-271-2/+2
* 10l, fix wrong byterate in waveformatnicodvb2005-04-271-1/+1
* typo, memset 0 was done on desc instead of cdesc, see bug #288reimar2005-04-271-1/+1
* toolame now works in vbr mode, toonicodvb2005-04-252-11/+23
* added faac audio encodernicodvb2005-04-254-0/+209
* fixed wrong function pointers definitionsnicodvb2005-04-252-9/+10
* - preserve ordering of the sliceshenry2005-04-241-8/+37
* restore old lavc_find_atag to be used when compiling mplayer without libavformatnicodvb2005-04-221-0/+28
* gcc 2.95 compilation fixreimar2005-04-221-1/+2
* macosx compilation fixnicodvb2005-04-225-0/+5
* FreeBSD fixnexus2005-04-225-0/+5
* audio encoding reworkednicodvb2005-04-2211-44/+866
* replace VO and VF numeric flags with #defined identifiershenry2005-04-189-19/+27
* remove x264 option "cabacidc", because the default is always best.lorenm2005-04-131-3/+0
* silence gcc warning:rathann2005-04-101-2/+2
* fix displaying of the subtitles when using sliceshenry2005-04-101-3/+19
* Better defaults encoding settings for XviD, intended to be a good tradeoff CP...gpoirier2005-04-081-4/+4
* remove nonsense code left from copy&paste from another filter (it was never u...rfelker2005-04-081-5/+0
* LOCO support via lavcrtognimp2005-04-071-1/+2
* 1l! mplayer's verbose variable is not a flag but a signed numberrfelker2005-04-011-1/+1
* typodiego2005-03-311-1/+1
* step 1 of fixing ad_faad:rfelker2005-03-291-1/+10
* sane default moderfelker2005-03-261-1/+1
* 1000l, last commit broke qpel interp entirelyrfelker2005-03-261-3/+3
* don't buffer more future context that we needrfelker2005-03-202-4/+4
* direct rendering support drastically improves speed, but it's buggy. :( disab...rfelker2005-03-201-1/+1
* 100l, meaning of strict_breaks was backwards...rfelker2005-03-201-1/+1
* 1000l to me: could break a/v sync and eventually cause buffer exhaustion on s...rfelker2005-03-171-1/+8
* improve handling of soft-telecined input (faster, fewer mistakes)rfelker2005-03-161-0/+8
* sync to x264 171: chroma_me, chroma_qp_offsetlorenm2005-03-141-5/+10
* missing return statement (1e5l for me)henry2005-03-081-2/+2
* subtracting 8 from negative w and h rounds the dimension to the closest multi...nicodvb2005-03-061-2/+17
* alac support via lavc decoderrtognimp2005-03-061-0/+1
* sync to x264 r150: new option 'b_pyramid'lorenm2005-03-041-0/+4
* Make nuv files work on bigendian (but old nuv files created with mencoderreimar2005-03-033-4/+9
* 35% faster turbo mode with 0.01dB drop. Based Loren Merritt's suggestions.gpoirier2005-03-021-4/+2
* configurable field parity (default from source); bugfixes; speed up mode 0rfelker2005-03-021-91/+73
* fixes for encoding of multiple fileshenry2005-03-0114-5/+57
* memory leaklorenm2005-02-271-4/+1
* Add support for 32-bit float WAV files and support for extended WAV filesivo2005-02-261-0/+4
* Remove file-global mpadec, add ad_driver member to sh_audio_t instead.hzoli2005-02-251-8/+10
* finally remove the refences to bps outside libaf. also simplification of some...alex2005-02-252-30/+27
* Add float output support. Add ADCTRL_QUERY_FORMAT control to report thehzoli2005-02-251-4/+85
* If -af-adv force=4 is in effect, use ADCTRL_QUERY_FORMAT to query thehzoli2005-02-251-0/+8
* more verbose messagealex2005-02-251-3/+4
* 100l to me: bugfix for negative striderfelker2005-02-241-5/+5
* bugfix for negative striderfelker2005-02-241-4/+4
* stride must be signed! otherwise negative stride is broken on 64bit systemsrfelker2005-02-241-1/+1
* 100l to michael :))))rfelker2005-02-241-2/+2
* sync to x264 r137: adaptive B-frame decision, flush delayed frames.lorenm2005-02-231-10/+37
* revert the flip part of vd_theora fixhenry2005-02-231-7/+8
* Use PIX_FMT_YUVJ420P for mjpeg so that vstrict=-1 is not necessaryreimar2005-02-231-0/+4
* switch from DIVX -> FMP4 fourcc for libavcodecmichael2005-02-221-1/+1
* Theora fixes:henry2005-02-221-12/+18
* Sync to x264 r134: weighted prediction for B-frames.lorenm2005-02-221-0/+4
* x264: expose option "level_idc".lorenm2005-02-201-0/+3
* Move x264 version check into configure.lorenm2005-02-181-4/+0
* sync to x264 r129: modified ratecontrol equation.lorenm2005-02-171-2/+2
* Improved NV12/NV21 support.syrjala2005-02-165-3/+11
* typodiego2005-02-161-1/+1
* bzero is deprecated patch by Gianluigi Tiesi <mplayer at netfarm.it>faust32005-02-042-2/+2
* makes --enable-*-faad really enable without any further check and drop suppor...aurel2005-02-031-13/+0
* pass wave extradata to the codec..alex2005-02-011-0/+9
* added ecx to clobber listalex2005-01-311-2/+2
* adding proper parenthesingalex2005-01-311-6/+6
* "support" YUVJ colorspaces added to libavcodec, makes mjpeg decoding work againreimar2005-01-261-0/+6
* Always select correct descramblig matrix for sipr audiortognimp2005-01-251-1/+1
* x1 and y1 give last used position, must be < width/heightreimar2005-01-251-4/+4
* wmv3 needs extradataalex2005-01-221-0/+1
* Play RV30 with 8-elements cmsg24rtognimp2005-01-221-1/+4
* tries to sync to ADTS/ADIF header before initializing the decoder; implement ...nicodvb2005-01-211-3/+51
* fixed wrong deinterleaving of channelsnicodvb2005-01-211-2/+2
* Initialized BITMAPINFOHEADER to 0 to avoid problems, esp. windows has problemsreimar2005-01-208-8/+8
* remove all setlocale calls, they break the behaviour of sscanf andreimar2005-01-204-40/+0
* preload quicktime.qts, this allows us to ignore the hardcoded path inside the...faust32005-01-173-2/+27
* Revert sh_audio->wf freeing.iive2005-01-171-2/+0
* set ss_mul to number of channels. Works with all samples I found.reimar2005-01-131-1/+1
* sync to x264 r93:lorenm2005-01-121-9/+15
* 100l, set inited to 0 in uninit, otherwise only first file will play video.reimar2005-01-091-0/+1
* change malloc and free to av_ variants where needed.reimar2005-01-083-49/+27
* replace almost obsolete email address: snel@phys.uu.nl -> rsnel@cube.dyndns.orgrik2005-01-082-2/+2
* x264: disable subq=0 (the huge bitrate penalty wasn't worth the speed),lorenm2005-01-071-2/+2
* change rc_init_buffer to be a fraction of total buffer size.lorenm2005-01-021-6/+7
* Raw encoder does not support stride.reimar2005-01-021-0/+1
* TwinVQ decoder and demuxerrtognimp2004-12-294-1/+739
* sync to x264 r72.lorenm2004-12-281-5/+14
* removing AFMT_ dependancyalex2004-12-277-33/+37
* Demuxer was fixed, so do not skip the first frame anymorereimar2004-12-261-1/+0
* 10l fix I hope, reverse if notalex2004-12-191-0/+2
* add the flip filter at the end of the filter chain.reimar2004-12-183-1/+23
* conditional lowres: activate lowres if frame width >= thresholdnicodvb2004-12-171-2/+12
* make clean should also clean the native subdirectory.diego2004-12-091-0/+1
* fix byteordermichael2004-12-061-3/+3
* suppress dummy frames due to B-frame delay.lorenm2004-12-011-5/+21
* reserve enough memory for imagehenry2004-12-011-2/+2
* call draw_slice in top-down order (fixes crash with -vf expand=...,scale)henry2004-12-011-9/+7
* fix image dimensions at filter config timehenry2004-12-013-2/+24
* new lavc codec: ffvhufflorenm2004-11-282-1/+5
* fl32: BE float32 PCM audio in mov filesrtognimp2004-11-271-0/+4
* set sample aspect ratiolorenm2004-11-241-0/+2
* removing strange csp matching code (was copy&pasted from vf_pp where it origi...michael2004-11-231-12/+2
* fix segfault with (height|width)%6!=0henry2004-11-221-8/+8
* 1e6l fix (use 422P instead of UYVY)henry2004-11-221-32/+25
* libmpeg2 4:2:2 decodinghenry2004-11-201-30/+65
* 24bit LPCM is signed...reimar2004-11-191-1/+1
* sync to x264 r61 (improved 2pass ratecontrol)lorenm2004-11-181-7/+14
* Free WAVEFORMATEX in sh_audio when all other sh_audio members are freed.iive2004-11-151-0/+2
* fix for negative values for width and height (aspect-preserving scaling).reimar2004-11-121-27/+33
* remove mac shlb support to use new helix codec for realvideo support on osxnplourde2004-11-032-208/+18
* have each XviD's option flag have its (no)counterpartgpoirier2004-11-021-0/+12
* crash with Y8 colourspace fixedreimar2004-10-211-0/+1
* adapting existing mmx/mmx2/sse/3dnow optimizations so they work on x86_64aurel2004-10-2112-186/+208
* Bitrate setting option in ve_xvid4.c doesn't follow the rules describedrathann2004-10-181-5/+8
* 10l...autoaspect was always applied to muxer aspect if using newer libavcodec...rfelker2004-10-181-1/+2
* Mark I-frames as seekable only if we encode with one reference frame, IDR are...iive2004-10-171-1/+3
* Sync with GomGom's patch-12 version.iive2004-10-161-30/+171
* some memory leaks fixedreimar2004-10-142-0/+6
* 10liive2004-10-121-0/+1
* too large extradatamichael2004-10-111-1/+1
* Sync with GomGom's patch-12 version.iive2004-10-111-101/+227
* fix compilation on macosx with --enable-qtx patch by Zachary Bedell <zaclist@...faust32004-10-102-3/+3
* Support for 24 bit and 20 bit LPCM (simple and slow :-( )reimar2004-10-091-0/+60
* add new control message, that is send after end of stream, to flush all remai...iive2004-10-091-0/+1
* Adds a parameter 'scenecut', to control the threshold for inserting extra I-f...iive2004-10-081-0/+3
* make use of 24bit afmtalex2004-10-041-3/+1
* mpi->w and h are set by vf_get_image, do not overwrite them.reimar2004-10-011-2/+0
* better default parameter,added counterpart option, better names for few optio...iive2004-09-271-7/+15
* compensate for width/height being picture width/height instead of bitstream w...michael2004-09-271-3/+3
* low resolution decodingmichael2004-09-261-0/+5
* add support for subpel quality refinement option in x264.iive2004-09-221-0/+3
* 10lrfelker2004-09-221-1/+1
* setting samplesize to 2 in decoders where neccessary.reimar2004-09-2113-1/+14
* encoding to mp2 with libtoolamenicodvb2004-09-211-0/+5
* encoding to mp2 with libtoolame - only cbr atmnicodvb2004-09-212-0/+143
* 10l: Make turbo mode compatible with 3-pass encodinggpoirier2004-09-201-1/+1
* 100l typomichael2004-09-191-2/+2
* New lavc flag: "turbo" mode which is supposed to speed up 2-pass encodinggpoirier2004-09-191-0/+26
* support generating divx2pass.log on 2nd pass patch by (Loren Merritt <lorenm ...michael2004-09-181-9/+14
* compile fixgabucino2004-09-181-1/+0
* fix reimar's 10l...no actually imho it's arpi's 100l for writing therfelker2004-09-181-0/+1
* passing an array or double precission parameters for the scaling function, in...michael2004-09-183-12/+14
* moved sh_audio initialization from dec_audio to demuxer.c to fixreimar2004-09-161-19/+0
* fix ineffectual video equalizer command line options, patch by kiriuja <mplay...faust32004-09-151-0/+23
* fix compile on gcc 2.95.3iive2004-09-141-2/+4
* AVC support moved to libavcodec, avcC atom is now passed in extradatartognimp2004-09-131-98/+2
* 2pass encoding support for x264(r46).iive2004-09-121-19/+31
* Make --with-x264incdir work, patch by Jan Knutar <jknutar at nic.fi>diego2004-09-111-1/+1
* output faad error message in case of a decoder errorreimar2004-09-111-1/+2
* disable direct rendering for h264michael2004-09-071-1/+1
* do not modify d_width and d_height when -xy option was given, otherwise -xy h...reimar2004-09-061-1/+2
* pullup docs + new feature for slow cpus :)rfelker2004-09-061-2/+2
* first attempt to make 24-bit PCM DVDs workreimar2004-09-031-8/+18
* strictness level -1 to 'almost' ignore breaksrfelker2004-09-031-2/+6
* just some debugging junk i'd like to have in there for now :)rfelker2004-09-021-0/+4
* missing initialization of roundreimar2004-09-021-0/+1
* hue filter bugfix by ("James Crowson" <jbcrowso at ncsu dot edu>)michael2004-09-021-1/+1
* non spec compliant optizations supportmichael2004-09-021-0/+7
* Adds rounding parameter for width and height values returned.reimar2004-08-301-4/+27
* AVC (fourcc avc1) in mp4 supportrtognimp2004-08-291-0/+100
* small gcc warning fixesrathann2004-08-284-6/+6
* x264 encoder support. Original patch send by Bernhard Rosenkraenzer <bero at ...iive2004-08-273-1/+327
* clenupshenry2004-08-261-7/+12
* some more segfault fixesfaust32004-08-261-0/+5
* 10lmichael2004-08-261-1/+1
* change to match current bgr/rgb definitionmichael2004-08-261-15/+13
* prevent libmpeg2 from freeing shfaust32004-08-251-0/+1
* actually use the acceleration on SPARChenry2004-08-241-2/+2
* libmpeg2 B-frame fixhenry2004-08-241-28/+50
* support for snowalex2004-08-211-1/+2
* support snowalex2004-08-211-0/+2
* do not exit without an error messagefaust32004-08-121-2/+4
* RGBA variantsmichael2004-08-112-0/+8
* missing 32bit RGBA variants and some cleanupmichael2004-08-112-4/+24
* more precise wordingdiego2004-08-091-1/+1
* forgotten libmpeg2 postprocessinghenry2004-08-021-0/+11
* Importing libmpeg2 from mpeg2dec-0.4.0bhenry2004-08-021-14/+5
* ICC 8.0 compilation fixesatmos42004-08-021-13/+13
* mencoder psnr segfaults on readonly fs patch by (Fabio Russo <f.russo at sosi...michael2004-07-201-0/+2
* Cinepak, CVID and RoqA/V are now in ffmpegrtognimp2004-07-154-318/+0
* Cinepak and RoqA/V are now in ffmpegrtognimp2004-07-152-1563/+0
* Cinepak, CYUV and RoqA/V are now in ffmpegrtognimp2004-07-153-11/+3
* fix 10l fixed_quant bug reported by Michaeliive2004-07-131-2/+2
* dc=11 fixedmichael2004-07-061-1/+1
* dc precision and closed gop patch by (Nico Sabbi <nsabbi at tiscali dot it>)michael2004-07-061-0/+14
* Console message corrected and moved to help_mp-en.h.diego2004-07-062-6/+4
* Use aspect ratio from Theora context. Patch by j at v2v dot ccmosu2004-07-061-0/+6
* multi-threaded lavc patch by (Loren Merritt <lorenm at u dot washington dot e...michael2004-07-061-0/+7
* x86-64 (amd64) support by Kenny Rootalex2004-06-261-1/+1
* top/bottom mb row skippingmichael2004-06-261-0/+8
* ranlib cleanupalex2004-06-241-0/+2
* another 10lalex2004-06-241-1/+1
* Fix memory corruption, noticable at reallocate imageiive2004-06-241-8/+9
* 10lalex2004-06-241-1/+1
* support for realvideo codecs under macosx, original patch by Donnie Smithalex2004-06-242-7/+219
* libfame has been removed from MPlayer long ago. Compilation fix pointeddiego2004-06-171-1/+1
* display height may be a lot smaller or larger than picture height, sample pro...iive2004-06-121-3/+3
* configurable 'junk' borders for pulluprfelker2004-06-101-6/+9
* old changes in my local tree i forgot to commit - minor fixesrfelker2004-06-102-2/+56
* nsse weightmichael2004-06-071-0/+5
* More support for audio format 0x0rtognimp2004-06-061-0/+1
* Segfault fix for some h264 in avi filesrtognimp2004-06-061-1/+1
* Big Endian fix. Patch by Romain Dolbeaunplourde2004-05-311-4/+11
* Fix "raw " audio in mov files.rtognimp2004-05-231-0/+4
* support for 24 bit pcm/wav filesreimar2004-05-161-0/+4
* removed #ifdefs that are already handled by libao2/afmt.hreimar2004-05-141-5/+1
* give Y8 and Y800 lower conversion priority to avoid grayscaled videoreimar2004-05-141-3/+3
* If demuxer does not fill codecdata try to get if from waveformatexrtognimp2004-05-141-0/+5
* fix bigendian problems (left-right swapped 8bit pcms), add 32bit supportreimar2004-05-081-12/+10
* Qt RLE is now in ffmpegrtognimp2004-05-052-401/+1
* 10lrfelker2004-05-011-1/+1
* more lvalue casts, ugly this timerfelker2004-05-011-8/+8
* more lvalue castsrfelker2004-05-011-2/+2
* minimal fix for alex's 1000000000000l compile errors. imo the fix inrfelker2004-04-304-0/+4
* Remove MSZH/ZLIB, FLI and QTRLE, they are now in ffmpegrtognimp2004-04-296-1298/+2
* soft skipping for mencoder. rather than skipping decoding/filteringrfelker2004-04-284-1/+89
* 1l debug junkrfelker2004-04-281-1/+0
* forgot this, needed for vf_hardduprfelker2004-04-281-0/+1
* "hard" frame duplication for mencoder. this finally makes it possiblerfelker2004-04-283-1/+95
* a52 dynamic range compression support by Peter Ganstereralex2004-04-261-0/+37
* prefer yuv formats over rgb in case both are supported by hwfaust32004-04-231-13/+13
* dr bugfix by zoli (author of the filter)rfelker2004-04-231-5/+21
* New filter by Ville Saari (114263 at foo dot bar dot org)rfelker2004-04-173-1/+701
* printf -> mp_msg; print error msg when qtmlClient.dll is missingfaust32004-04-131-13/+17
* printf -> mp_msg, error msg when qtmlClient.dll is missingfaust32004-04-131-19/+23
* printf -> mp_msgfaust32004-04-131-26/+25
* .mp4 with lavf supportmichael2004-04-111-0/+1
* BGR16michael2004-04-111-0/+1
* quant_parameter is 2*mpeg1_quant, no problems noticed with too high valuesiive2004-04-091-2/+0
* check for invalid user inputiive2004-04-081-2/+15
* inttypesalex2004-04-061-1/+1
* Removed mpflac as ffflac is way better and ad_flac won't compile with externa...alex2004-04-053-543/+1
* Support for HE-AAC. Patch by Loren Merritt <lorenm at u dot washington anothe...mosu2004-04-011-1/+1
* vf_phase filter by Ville Saari (114263 at foo dot bar dot org)rfelker2004-03-293-1/+286
* Revert my old twos fix, it seems to break more files than it fixed.rtognimp2004-03-281-0/+5
* Use aspect from encoder for AVI vprp headerranma2004-03-249-1/+11
* use flag for XvMC codec recognition and enable dr1 for fixed version of lavciive2004-03-161-4/+14
* AltiVec support in postproc/ + altivec optimizations for yuv2yuvX patch by (R...michael2004-03-111-1/+2
* xvmc use get_format for IDCT/MC recognitioniive2004-03-011-5/+34
* fix compilation without libavcodechenry2004-02-261-0/+2
* spp softthresholding in mmxmichael2004-02-241-1/+77
* spp soft thresholding patch by (James Crowson <jbcrowso at ncsu dot edu>)michael2004-02-241-8/+40
* vd_ffmpeg to set repeat-first-field patch by (Zoltan Hidvegi <mplayer at hzol...michael2004-02-241-0/+1
* A bit late, but here's the "more sane options ordering" patch.ranma2004-02-231-8/+4
* flushing stuff after seeking (finally we can view MPEG without thouse blocks ...michael2004-02-185-3/+20
* Adds support for the film grain effect and deblocking filters in xvidattila2004-02-171-1/+10
* remove raw nonsense and replace it by one ovcattila2004-02-175-169/+153
* fixing segfault: libavcodec doesn't allocate some buffers if avctx->thread_co...rik2004-02-161-0/+3
* Fix ffmpeg RGB24 mapping (needed for qtrle)rtognimp2004-02-121-1/+1
* bit_exact patch by ("Steven M. Schultz" <sms at 2BSD dot COM>)michael2004-02-071-0/+3
* allow using of float fixed_quantiive2004-02-061-9/+7
* new filter: vf_noformat.joey2004-02-061-0/+93
* new filter: vf_noformat.joey2004-02-062-1/+3
* get_bit_count -> put_bits_countrik2004-02-061-1/+1
* #include dsputil.h as it contains the lrintf emu codemichael2004-02-051-4/+4
* qp change filtermichael2004-02-053-1/+193
* psnr and debug option addediive2004-02-041-18/+62
* new options - aspect,autoaspect,turbo,chroma_opt. patch by Nico <nsabbi@tisca...iive2004-02-021-17/+146
* quantizer noise shapingmichael2004-02-021-0/+5
* rgb test pattern generator, so we could change everything to match alex's def...michael2004-01-303-1/+144
* 10l fix by Jindrich Makovickaranma2004-01-291-15/+24
* kerndeint adaptive deinterlacerranma2004-01-293-1/+329
* not pretty, but at least it prevents the channels from getting out of order...rfelker2004-01-271-1/+3
* 10lrfelker2004-01-271-1/+1
* Use fli decoder from libavcodecrtognimp2004-01-251-1/+2
* prevent the libdv decoder from adding "NTSC setup" on decodeattila2004-01-201-1/+1
* Use MSZH and ZLIB decoders from libavcodecrtognimp2004-01-121-1/+3
* fix for nv12 swapped chromaattila2004-01-101-5/+5
* ildctcmp, VSAD, VSSEmichael2004-01-051-0/+9
* disable dr1&slices for the other vissualizations toomichael2004-01-011-2/+3
* disable slices & dr1 if motion vector vissualization is used, still doesnt wo...michael2004-01-011-2/+2
* vismv, alt, ilme optionsmichael2003-12-302-2/+15
* Sync to original FLAC.lumag2003-12-291-21/+12
* interlaced scalingmichael2003-12-291-5/+44
* scenechange_threshold command line option patch by (Balatoni Denes <pnis at c...michael2003-12-281-0/+5
* workaround for min_srcsize==0 (scg726.acm)arpi2003-12-261-0/+6
* occured --> occurred typo patch by Clinton Roy <croy@dstc.edu.au>diego2003-12-241-1/+1
* Remove 8BPS, MsRLE, MsVideo1, RPZA, SMCrtognimp2003-12-238-2026/+0
* Remove 8BPS, MsRLE, MsVideo1, RPZA, SMCrtognimp2003-12-232-12/+2
* better top_field_first behaviour (mostly what rich suggested)michael2003-12-221-4/+8
* using top_field_first from mpi, and support overriding itmichael2003-12-221-0/+36
* set top_field first for lavc decoding and add MP_IMGFIELD_INTERLACEDmichael2003-12-222-2/+11
* vf_zrmjpeg MJPEG encoding filter, works together with vo_zr2. Only YV12rik2003-12-193-0/+885
* mmx simplificationsmichael2003-12-151-91/+25
* remove zlib dependencyfaust32003-12-151-0/+5
* mmx optimizationsrfelker2003-12-151-1/+255
* big updates to ilpack: do proper interpolation rather than justrfelker2003-12-151-34/+95
* various updates:rfelker2003-12-142-16/+12
* fixing more stupid mistakesrfelker2003-12-111-2/+2
* pass quantizer tables through (averaging values when fields come fromrfelker2003-12-111-1/+29
* simplified frame decision logic and reduced the occurrance of length=1rfelker2003-12-113-46/+55
* and remove one stupid debug printfrfelker2003-12-111-1/+0
* allow for different combing metrics to be selected (not useful yet)rfelker2003-12-112-12/+26
* change some hardcoded thresholds to match results of previous 100l bugfix (wi...rfelker2003-12-111-2/+2
* 100l bug found by Zoli, wasted time and unfairly delocalized the metricsrfelker2003-12-111-2/+2
* Patch from the author, Zoltan Hidvegi:rfelker2003-12-111-1/+4
* fix bug when bmovl can't read the whole pic at onceattila2003-12-101-1/+17
* Yet another inverse telecine filter by Zoltan Hidvegi <mplayer@hzoli.2y.net>....alex2003-12-084-1/+1632
* xvid 1.0 beta2iive2003-12-081-4/+4
* RAWYUV output in MEncoder. Patch by Tuukka Toivonen <tuukkat@ee.oulu.fi>alex2003-12-083-1/+84
* Fix compilation if lavc is compiled as a shared lib. Patch by Panagiotis Issa...alex2003-12-071-0/+6
* query_format support by Matthias Goerner <m.goerner@iu-bremen.de>alex2003-12-071-0/+6
* twos 16bit 2 channels fixed.rtognimp2003-12-021-0/+2
* ffrv20 decodermichael2003-11-301-2/+5
* uninit supportalex2003-11-291-0/+7
* yuv colorspace converteralex2003-11-293-1/+103
* reget_buffer() supportrtognimp2003-11-261-1/+4
* Support arbitrary compression level in ZLIB.rtognimp2003-11-241-14/+8
* fix for vf_palette, because paletted 8-bit to BGR{15,16} conversion is incorr...joey2003-11-231-4/+8
* use the old names for 4 optionsiive2003-11-181-4/+4
* memcpy pix instead of black screen if no DR and codec provides no qscale tablemichael2003-11-161-2/+6
* Made the FLAC decoder be less greedy resulting in much better A/V sync handling.mosu2003-11-161-2/+8
* RD optimal lambda->qp supportmichael2003-11-121-0/+5
* XviD Api4 driver from http://ed.gomez.free.fr/iive2003-11-122-0/+1277
* XviD Api4 supportiive2003-11-125-6/+6
* 1l, another version check missing, noted by rgselkrtognimp2003-11-101-0/+2
* 1l missing version checkiive2003-11-101-0/+2
* Support for paletted codecs in ffmpegrtognimp2003-11-091-1/+64
* Fix build with LIBAVCODEC_BUILD < 4684.ranma2003-11-091-0/+4
* aspect change does not flush buffersiive2003-11-081-3/+7
* Warning fixes (approved by A'rpi).rathann2003-11-082-3/+5
* addition of special image formats for Zoran MJPEG, and vd_zrmjpeg.crik2003-11-046-1/+250
* mencoder lavc audio encoding supportranma2003-11-031-0/+7
* another lame workaround for the g1 filter layer ...michael2003-11-031-8/+19
* If alex is too lazy to apply a patch, then i'll do it :)attila2003-11-031-0/+3
* 10lmichael2003-11-031-1/+1
* noise reductionmichael2003-11-021-0/+5
* 1000lmichael2003-10-311-2/+4
* 10lmichael2003-10-311-1/+3
* skip filter if codec doesnt provide the QP array and user didnt force a QP (f...michael2003-10-281-0/+2
* autoqmichael2003-10-281-18/+46
* hue changeing of grayscale probably isnt usefullmichael2003-10-281-2/+0
* 10lmichael2003-10-281-8/+9
* another 10l ...michael2003-10-281-0/+2
* optimizemichael2003-10-281-4/+76
* optimizingmichael2003-10-271-28/+78
* change offsets (quality 2-4 looks better now)michael2003-10-271-4/+17
* different / faster / simpler "quantization"michael2003-10-271-14/+6
* 10lmichael2003-10-271-10/+24
* 120lmichael2003-10-271-2/+2
* 10l and minor optimizationmichael2003-10-261-4/+8
* simple alternative postprocessing filtermichael2003-10-263-1/+325
* -vop ---> -vfdiego2003-10-254-4/+4
* constant qscale was broken due to libavcodec changes, fix taken from ve_lavc.cranma2003-10-241-1/+4
* vf_huemichael2003-10-233-1/+198
* 100l patch by (Tilmann Bitterberg <transcode at tibit dot org>)michael2003-10-231-1/+1
* fast deinterleaver (= il filter with stride/width/height tricks)michael2003-10-223-1/+103
* mpeg4 has only 8bit per numerator and denominator ...michael2003-10-201-1/+4
* sample_aspect_ratiomichael2003-10-202-3/+16
* gamma weight patch by (Alexander Stege <mplayer at legale-software dot com>)michael2003-10-181-4/+13
* optimizationmichael2003-10-171-3/+41
* Fix compilation when libavcodec is missing.attila2003-10-162-2/+8
* skip null frames in mpeg files, patch by Zoltan Hidvegi <mplayer@hzoli.2y.net>attila2003-10-111-0/+2
* some missing formatsalex2003-10-091-0/+3
* uyvy output support in swscaleralex2003-10-091-0/+1
* YUV422P dr1 fixmichael2003-10-091-4/+2
* use lagrange multipler instead of qscalemichael2003-10-071-6/+18
* bug found by Alexander Stegenexus2003-10-061-1/+1
* correct handling of select ret=0, patch by Jonas Jensen <jbj@knef.dk>alex2003-10-051-2/+6
* FLAC decoding support via imported libmpflac.lumag2003-10-043-1/+546
* many small typo and grammar fixesgabucino2003-10-043-4/+4
* 10lalex2003-10-031-0/+3
* reversing my brokeness, but imho dnet is still broken on BE systemsalex2003-10-021-2/+0
* mv0michael2003-10-021-0/+5
* rd cbpmichael2003-09-301-0/+5
* support for selecting which plane to use for metrics in the pulluprfelker2003-09-283-9/+13
* fix for bigendian systemsalex2003-09-261-0/+2
* 10l found by Dominik 'Rathann' Mierzejewski <dominik@rangers.eu.org>alex2003-09-261-1/+1
* 10l really disable faad if gcc is brokenfaust32003-09-211-1/+4
* fix 2-pass encoding with libavcodec onwin32, patch by Tristan Seligmann <mith...faust32003-09-191-2/+2
* 2pass stats curruption fix by ("Johannes E. Schindelin" <Johannes dot Schinde...michael2003-09-111-0/+2
* pass stream header FCCmichael2003-09-111-0/+3
* 10l, debug code broke compile with mmx disabledrfelker2003-09-081-0/+2
* added new config system support and fixed some bugs (altought sanity checks a...alex2003-09-051-28/+39
* size presets: added the standard resolutions as proposed by Fabrice (ffmpeg)alex2003-09-051-1/+6
* DR, 10l fixeshenry2003-09-051-35/+59
* simple logo removerhenry2003-09-033-1/+250
* 100l: you have 2 nibbles per byte, don't divide byte count by 2rtognimp2003-09-031-1/+1
* minor leak fixalex2003-09-021-0/+1
* support for user specified intra/inter matricesalex2003-09-011-0/+63
* switched lavc_param_format to CONF_TYPE_IMGFMTalex2003-09-011-23/+31
* asv2 encodingmichael2003-09-011-0/+8
* FFASV2michael2003-09-011-0/+1
* direct render frames whose fields are not in a common buffer, ratherrfelker2003-09-011-12/+33
* remove read/revert hackalex2003-08-311-24/+1
* 2 new filters: tile & framesteparpi2003-08-314-1/+512
* more mmx and fix 100l sig11 in the previous mmx commitrfelker2003-08-311-3/+104
* nv21 supportalex2003-08-311-6/+6
* basic nv12 and nv21 support by Angelo Cano <angelo_cano@fastmail.fm>alex2003-08-314-5/+23
* 1000l, mmx code was not being used because of missing config.h, andrfelker2003-08-311-13/+11
* tweaks and cleanuprfelker2003-08-313-9/+22
* 1000lrfelker2003-08-311-0/+1
* fix 10l (computation based on uninitialized data which led torfelker2003-08-311-9/+23
* use internal (included) libfaad2arpi2003-08-301-1/+2
* 10^1337 litres (now, that's an inflation)alex2003-08-291-1/+2
* 100l fix for paletted 8bpp files, I committed an old versionrtognimp2003-08-281-12/+4
* Quicktime 8BPS decoderrtognimp2003-08-283-1/+239
* mpeg2michael2003-08-251-0/+2
* codecs.conf is obsolete.diego2003-08-222-2/+2
* pullup -- third generation inverse telecine engine. the backendrfelker2003-08-185-1/+885
* clean up field flags:rfelker2003-08-184-16/+22
* Theora-CVS update patch by Martin Drab <drab@kepler.fjfi.cvut.cz>alex2003-08-181-28/+19
* sysm --> syms typo fix by Joey Parrishdiego2003-08-171-2/+2
* -brightness && -vf scale fixmichael2003-08-161-0/+1
* Workaround: skip first mp3 frame, that mostly contains trashed data. This fix...alex2003-08-151-0/+1
* Removed the historic cfgparser and switched full to the new config parser (al...alex2003-08-136-12/+12
* 'tinterlace' filter (partial inverse of tfields) by Not Zed <notzed@ximian.co...alex2003-08-113-1/+184
* Add mpeg2_flags to mp_image_t, copy flags in vd_libmpeg2.c,ranma2003-08-035-1/+174
* mb decision stuffmichael2003-07-291-6/+10
* xvmc updatesiive2003-07-261-5/+6
* sync to ffmpeg, updates, cleanupsiive2003-07-211-24/+28
* Fix M$RLE 4bit. Patch by Michael Guennewig <michaelguennewig(at)gmx(dot)de>rtognimp2003-07-211-3/+4
* width -> frame / field typemichael2003-07-201-2/+4
* Win32 codec paths in vd_realvid.cdiego2003-07-192-2/+2
* new ff_draw_horiz_band()michael2003-07-171-4/+16
* 3*100l (backported from g2)arpi2003-07-131-4/+9
* quant_store is obsoletearpi2003-07-131-4/+0
* 10lalex2003-07-131-1/+1
* removed our native svq1 and huffyuv implementation as libavcodec's implementa...alex2003-07-137-3924/+1
* removing my (nonworking) email addressalex2003-07-031-1/+1
* cosmeticsalex2003-07-032-2/+2
* xvmc supportiive2003-07-011-2/+178
* Fix SIG11 if no args givenalbeu2003-06-261-1/+1
* basic xvmc image supportiive2003-06-213-0/+14
* small warning fixrathann2003-06-191-1/+0
* HM12 & NV12 "decoder" (specially interleaved YUV formats, used by Hauppauge's...arpi2003-06-185-1/+143
* lossless ff mjpeg encodingmichael2003-06-171-0/+9
* YUV 444 411 410 supportmichael2003-06-141-0/+18
* context model size & coder type options for FFV1michael2003-06-131-0/+10
* 1000lrfelker2003-06-132-14/+14
* renames: DATADIR->MPLAYER_DATADIR, CONFDIR->MPLAYER_CONFDIR, LIBDIR->MPLAYER_...arpi2003-06-092-6/+6
* libmpeg2-altivec patch by Magnus Damm <damm@opensource.se>:arpi2003-06-091-0/+2
* FFV1michael2003-06-091-0/+2
* RealAudio 1.0 (14_4) and 2.0 (28_8) native decoders.rtognimp2003-06-083-2/+151
* RealAudio 1.0 (14_4) and 2.0 (28_8) native decoders.rtognimp2003-06-087-0/+3370
* I've found some time to implement the encoding support for the newarpi2003-06-063-27/+400
* just updated vd_theora.c to decode the additional header packets,arpi2003-06-061-0/+22
* fixed mem corruption bugsarpi2003-06-061-4/+4
* 100l to me :(rfelker2003-06-021-1/+1
* vf_scale.h & related cleanup & some small warning fix by dominikmichael2003-06-014-2/+8
* it's still a 10l bug + 10l to me for commiting sh*t first time, and originall...alex2003-05-231-1/+1
* 10lalex2003-05-231-2/+2
* oops, forgot thatalex2003-05-231-1/+0
* removed obsolete (and currently non-working) scaling functions, after that it...alex2003-05-231-24/+1
* new filter for dropping (near-)duplicate frames. can be used to fixrfelker2003-05-223-1/+185
* OpenBSD support by Bjorn Sandell <biorn@dce.chalmers.se>alex2003-05-202-2/+2
* cleanup, use vf->dmpi rather than vf->priv->dmpi for consistencyrfelker2003-05-205-73/+63
* fix segfaults with slices. support slice rendering into a filter evenrfelker2003-05-205-79/+93
* FFASV1michael2003-05-192-1/+14
* ac3 byteswapping support (when format!=0x2000)arpi2003-05-171-3/+7
* realaudio 28_8 and 14_4 dll supportfaust32003-05-171-1/+1
* dynamic path[] allocationalex2003-05-121-1/+5
* use dynamic path[] allocation and possible better wraSetDLLAccessPath mechani...alex2003-05-121-1/+11
* Theora demuxer/codec support, patch by David Kuehling <dvdkhlng@gmx.de>arpi2003-05-112-1/+7
* theora video decoder, based on patch by David Kuehling <dvdkhlng@gmx.de>arpi2003-05-111-0/+157
* cygwin/mingw32 support by Sascha Sommeralex2003-05-112-3/+25
* passing ImageDesc (stsd) to ffsvq3michael2003-05-101-0/+6
* Made the decoder honor the aspect ratio set by the container (if it was set a...mosu2003-05-061-0/+1
* support more image formats. hopefully this bpp handling is correct...rfelker2003-05-061-7/+10
* sort of a hack, but at least this lets the framerate-increasingrfelker2003-05-033-0/+10
* fixed a 10l (undefined behavior) and made the other parameters configurablerfelker2003-05-031-5/+9
* more 10l's -- fortunately part of the bug was that the buggy code didn't get ...rfelker2003-05-021-20/+149
* Support for codec 14_4 and 28_8rtognimp2003-04-301-1/+15
* 100l in my 100l fix! :(rfelker2003-04-301-7/+17
* not needed anymore (vo_jpeg.c and vo_dga.c were depending on it some time ago)alex2003-04-291-26/+0
* new mmx/mmx2/3dnow code for improved performancerfelker2003-04-291-21/+151
* DTS support by Peter Schuller <peterschueller@telemed.de> (revised by arpi)alex2003-04-281-55/+320
* new mode for tfields filter -- shifts fields by a quarter-pixel so therfelker2003-04-281-0/+51
* at least 100l for me, the last commit was nonsenserfelker2003-04-281-3/+15
* slices support for vf_crop. now cropping black borders should make arfelker2003-04-271-0/+29
* display size/aspect adjusting filterrfelker2003-04-273-1/+69
* generate meaningful d_width & d_height when scaling, rather than useless nons...rfelker2003-04-271-2/+11
* optimization -- lots of conditional jumps in inner loops are badrfelker2003-04-261-1/+2
* optional automatic aspect encoding based on d_width and d_heightrfelker2003-04-261-0/+4
* segfault fixmichael2003-04-261-1/+7
* optimizationrfelker2003-04-261-6/+31
* moving getFilter stuff back (vf_scale.c -> swscale.c)michael2003-04-251-58/+11
* fallback to non-dr1 if the codec wants more than 1+2 buffersmichael2003-04-251-14/+36
* removing sws - global verbose var dependancymichael2003-04-243-3/+153
* too verbosealex2003-04-191-1/+1
* vf_clone_mpi_attributes()michael2003-04-198-13/+16
* 1. new alternate approach to inverse telecine! much better!rfelker2003-04-194-1/+697
* support old libavcodecmichael2003-04-182-0/+6
* passing qscale_type around so the pp code can fix the mpeg2 <<1 thingmichael2003-04-184-1/+4
* w%8!=0 hackarpi2003-04-151-2/+2
* Fix serious breakage, 10000l !rguyom2003-04-071-3/+5
* Adaptive quantization support for "-lavcopts psnr" and "-lavdopts vstats".rguyom2003-04-062-5/+38
* Oops :)arpi2003-04-061-2/+0
* Rewritten, to use new libmpeg2 0.3.1 APIarpi2003-04-061-251/+118
* + bf_thresholdrguyom2003-04-061-0/+3
* 100l.rguyom2003-04-041-3/+6
* disable vf_bmovl for systems without posix selectfaust32003-04-042-0/+9
* "psnr" & related code is only for the -HEAD (unstable) XviD branch.rguyom2003-04-041-0/+6
* Shift vhq values and set vhq=1 to MODEDECISION.rguyom2003-04-041-4/+5
* - added <time.h> since we're using time() related functionsrguyom2003-04-031-13/+24
* Actually do something useful with XVID_GLOBAL_EXTRASTATS / XVID_EXTRASTATS.rguyom2003-04-031-4/+67
* XviD:rguyom2003-04-021-4/+6
* XviD :rguyom2003-04-021-4/+17
* Updating XviD :rguyom2003-04-021-71/+5
* xvid fixes and more options by elcabesa & Martin Drabhenry2003-04-022-20/+43
* bcopy -> memcpy for MINGW32 portfaust32003-03-301-1/+1
* 10000l (YUV vs. YVU swscale fix/cleanup)michael2003-03-271-4/+4
* macosx fix by Dan Christiansen <danchr@daimi.au.dk>alex2003-03-261-2/+2
* try to break pattern at scene changes to prevent merging pictures thatrfelker2003-03-231-0/+7
* improvements to detc filter:rfelker2003-03-231-15/+16
* lavc 4663 / quantizer biasmichael2003-03-221-1/+12
* compiler warning fix by Dominik Mierzejewski <dominik@rangers.eu.org>alex2003-03-211-1/+1
* increment is a signed number (-1 or +1)arpi2003-03-151-1/+1
* And 10L their, i should have started to read vop.txt sooner ;)albeu2003-03-151-4/+4
* 10L again with the options minsalbeu2003-03-151-4/+4
* New options stuffalbeu2003-03-151-6/+26
* Support for the new options stuffalbeu2003-03-152-4/+51
* 10L the scale filter accpet w and h to -3albeu2003-03-151-2/+2
* 1000L i forgot mencoderalbeu2003-03-151-1/+2
* Add support for the new option stuff.albeu2003-03-151-3/+35
* Add the new -vf option wich is the same as vop in reverse order.albeu2003-03-1544-67/+226
* clear black bands when using slicesarpi2003-03-141-0/+9
* 1000lmichael2003-03-131-2/+16
* per context frame_rate_basemichael2003-03-121-1/+6
* Pass start slice to the vo it make dr + slice implemantation easieralbeu2003-03-101-0/+7
* new version of the de-telecine filter, largely rewritten. should workrfelker2003-03-091-122/+310
* Ugly hack to handle bad width/height values from stream headerarpi2003-03-091-5/+27
* - removed unused global 'handle'arpi2003-03-091-16/+28
* merging fourcc with codec_tagmichael2003-03-082-4/+4
* aic & umvmichael2003-03-051-0/+9
* add support for sgi files to mencoder patch by (Todd Kirby <slapcat at pacbe...michael2003-03-053-1/+330
* hmm found this in my local tree ;)michael2003-03-051-3/+3
* fix for a couple of linking problems patch by (Ambrose Li <a.c.li at ieee dot...michael2003-03-051-0/+2
* 10l (pp cant convert formats) fixes segfaultmichael2003-03-041-2/+2
* Add missing uninitalbeu2003-03-041-1/+12
* A new nuppel video encoder. Mainly for RT encoding on slow box.albeu2003-03-033-1/+222
* new filterrfelker2003-03-013-1/+190
* motion estimation range limitmichael2003-02-271-2/+7
* MACOSX support patch, based on Dan Christiansens workalex2003-02-254-5/+35
* experimental slices supportarpi2003-02-231-3/+37
* sws_ prefix, more seperation between internal & external swscaler APImichael2003-02-233-23/+24
* draw_slice supportarpi2003-02-231-1/+32
* start_slice() added - similar to get_image(), but is called when using slicesarpi2003-02-232-1/+6
* yuv2rgb brightness/contrast/saturation/different colorspaces support finishedmichael2003-02-211-0/+54
* filter for applying 3:2 telecine to 23.976 fps progressive material.rfelker2003-02-203-1/+154
* experimental de-telecine filter. not documented or configurable yet,rfelker2003-02-203-1/+278
* 100lrfelker2003-02-161-1/+1
* minor 1l I forgot to commit a while backrfelker2003-02-161-1/+5
* vf_hqdn3d: High-Quality version of the denoise3d filterarpi2003-02-153-2/+300
* 10larpi2003-02-151-1/+1
* cygwin win32 dll supportfaust32003-02-151-5/+3
* moving postprocess code to libavcodecmichael2003-02-142-4/+6
* real cygwin support by Sascha Sommer <saschasommer@freenet.de>alex2003-02-122-4/+4
* down3dright filter by kabi (converts between 2 common stereoscopic systems)michael2003-02-113-1/+147
* 10l to kabi (compile fix, uint8->uint8_t)arpi2003-02-111-3/+3
* windows support and eleminating some 10ls. Win32 ATRC has audio artifacts, Wi...alex2003-02-111-26/+239
* possible 10lalex2003-02-101-15/+17
* linux->osdeparpi2003-02-092-3/+3
* cleanup & more optimizearpi2003-02-091-16/+5
* simpler/faster LowPass() macroarpi2003-02-091-2/+14
* removed obsolete unused cyuv.carpi2003-02-092-85/+1
* libfaad2 v1.0, v1.1, v1.2 detection, and API change workaround in ad_faad.carpi2003-02-071-0/+14
* cleanup detection of various divx4 versions/alternativesarpi2003-02-064-8/+36
* fixed palette supportarpi2003-02-045-0/+8
* move some verbose msg to dbg2arpi2003-02-042-3/+7
* - append the 'palette' filter if the codec supports RGB8/BGR8 and no csparpi2003-02-041-3/+25
* compiler warning fixes patch by Dominik Mierzejewski <dominik@rangers.eu.org>arpi2003-02-022-0/+7
* Based on the discussion in the other thread I made a newarpi2003-02-021-66/+286
* Typokmkaplan2003-02-011-1/+1
* 1000larpi2003-01-301-1/+1
* new video filter: denoise3d - temporal&spatial noise reductionarpi2003-01-303-1/+273
* fixing rgb4 & bgr4 (2 pixels per byte)michael2003-01-305-5/+14
* - fixed the input buffering (don't read input unless we're already processedarpi2003-01-291-11/+15
* 1000l bug (double free() when libaf init failed)arpi2003-01-281-0/+1
* The code for converting RGB to YUV in bmovl is slow because it usesarpi2003-01-281-3/+3
* avoid extract of imposible high depths in wrong rgb/bgr functionsiive2003-01-261-2/+2
* Quicktime rle 32 bit supportedrtognimp2003-01-262-1/+104
* This is a simple patch to change the alpha blending code in bmovl to usearpi2003-01-261-3/+12
* new video filter to extract a single field using stride arithmetic,rfelker2003-01-233-1/+77
* UYVY inputmichael2003-01-231-1/+2
* 10lhenry2003-01-191-1/+1
* Cleanup of the muxer API, func parameters muxer & muxer_f eliminated.arpi2003-01-197-18/+7
* AltiVec detection code ("borrowed" from FFmpeg andarpi2003-01-181-0/+1
* 2-pass libaf initialization to get better filter chain.arpi2003-01-181-2/+50
* Remove duplicated codertognimp2003-01-171-16/+2
* Adding support for more logical libaf configurationanders2003-01-171-1/+1
* bunkus: Encapsulated arguments to #define in ( ... ) so that the #defines can...mosu2003-01-151-4/+4
* BGR16 is not a valid format for this codecrtognimp2003-01-141-1/+1
* don't waste time on rg_scale nonsense if not necessary.rfelker2003-01-131-2/+31
* 1000l, this clips!! IMO rg_scale nonsense should be removed withrfelker2003-01-131-2/+2
* I hope this works as expected with old lavc versions. At least it compiles now.rfelker2003-01-111-2/+7
* may not be perfect but it's certainly a start. feel free to changerfelker2003-01-101-20/+22
* halfpack now takes an optional argument, field, which tells it to keeprfelker2003-01-101-3/+24
* use mp_msg for messages. prolly more filters need to be fixed like this toorfelker2003-01-102-2/+2
* YUV 411/422/444 support for ppmichael2003-01-051-5/+19
* qpel & pre ME improvementsmichael2003-01-051-0/+13
* ehh.. 10l againarpi2003-01-051-0/+1
* - added x/y rounding for YUV formats (should be moved to mp_image.c|h later)arpi2003-01-051-2/+23
* Found another 10l :-), but the filter is still broken :-(filon2003-01-041-1/+1
* cannot rotate non-symmetric yuv pixel formatsarpi2003-01-031-0/+18
* fixed 16bpp packed YUV formatsarpi2003-01-031-6/+32
* better image/plane copyarpi2003-01-031-6/+13
* pphelpmichael2003-01-031-5/+0
* compiler warning fixes by Dominik Mierzejewski <dominik@rangers.eu.org>arpi2003-01-031-12/+16
* motion estimation pre passmichael2003-01-021-0/+5
* lavc 4649michael2003-01-011-1/+6
* trellis quantizationmichael2002-12-311-2/+8
* don't abort if setparams failed - fixes some Qclp filesarpi2002-12-291-1/+1
* (temporary?) fix for redundant buffer re-allocationarpi2002-12-291-6/+15
* i hate assertsarpi2002-12-281-4/+6
* ffmp2 (with mpeg files) sig11 fixedarpi2002-12-281-6/+8
* lavc 4647michael2002-12-281-6/+26
* 5l - fixed asserts... mpi->width is allocated width, not the effective onearpi2002-12-281-5/+5
* the long-waited MUXER layer, and new MPEG-PS muxerarpi2002-12-277-29/+30
* do not config video out system if input dimensions are invalid (triggered a s...alex2002-12-271-3/+4
* API change in dev-api-3 branch.rguyom2002-12-251-0/+3
* suxen_drol on xvid-devel@xvid.org said : "please do not userguyom2002-12-221-2/+0
* win32 dlls supportalex2002-12-221-16/+71
* alpha support by Alan Young <ayoung@teleport.com>alex2002-12-221-9/+31
* set keyframe flag at encodingarpi2002-12-211-4/+5
* 1l (%d->%f), cosmeticsarpi2002-12-211-3/+4
* corrected w32codec address (noticed by Peter Nelson on mplayer-users)alex2002-12-202-2/+2
* fixed memleak caused by multiple config() calls - thx Gabuarpi2002-12-191-0/+1
* mb qp limitsmichael2002-12-181-0/+8
* Use the XVID_API_UNSTABLE macro instead of a home-made one.rguyom2002-12-182-13/+69
* handle mencoder's 0-byte 'skipped frames'arpi2002-12-161-0/+2
* Sorenson 1/3 encoding just for fun :)arpi2002-12-164-1/+330
* Support the latest development code from XViD dev-api-3 CVSrguyom2002-12-152-24/+93
* compiler warning fixesarpi2002-12-143-17/+27
* we don't need to pass gworld :)arpi2002-12-111-1/+1
* print list of supported output colorspacesarpi2002-12-111-0/+9
* moved component lister up, as it messes up 'desc'arpi2002-12-111-17/+18
* codmeticsarpi2002-12-111-3/+0
* AVVideoFrame -> AVFramemichael2002-12-093-32/+67
* ffmpeg cleanup/messup supportmichael2002-12-091-3/+28
* fixed in/out framesize rounding bug (causing low-rate QCLP hangup/looping)arpi2002-12-071-7/+8
* infinity fix by ("Steven M. Schultz" <sms at 2BSD dot COM>)michael2002-12-051-0/+4
* Fix draw_slice() in passthrough mode.arpi2002-12-053-0/+8
* - It fixes a small bug where a byte value is divided by 255.0 to convertarpi2002-12-041-5/+6
* PSNRmichael2002-12-042-4/+75
* Reduce fixed-point replay gain support precision with Tremor.rguyom2002-12-041-2/+2
* Add Tremor (an integer-only Vorbis decoder) support.rguyom2002-12-041-4/+16
* specific debug output supportmichael2002-12-042-1/+14
* cleanupmichael2002-12-043-144/+3
* support for lavc build 4641michael2002-12-043-91/+119
* 10l :)arpi2002-12-011-1/+1
* DMO audio support (including 6ch support too)arpi2002-12-013-1/+106
* SVQ1 support (ugly hack... - really we need 'syuv' support in swscaler :))arpi2002-12-011-1/+39
* - fixed 10l bug (imagedesc handle allocation)arpi2002-11-271-3/+8
* DMO supportarpi2002-11-263-1/+93
* some fixesalex2002-11-251-3/+54
* loader supportarpi2002-11-243-756/+8
* 10l (broken ffmpeg12)michael2002-11-241-1/+2
* Locale fix.rguyom2002-11-241-0/+10
* warning patch by (Dominik Mierzejewski <dominik at rangers dot eu dot org>)michael2002-11-232-2/+2
* Instead of min_quantizer, max_quantizer, min_iquantizer, etc... use arguyom2002-11-221-58/+24
* aspect ratio clenaupmichael2002-11-202-47/+27
* Implements [min|max]_[i|p]quantizer.rguyom2002-11-171-11/+67
* Added support for VorbisGain tags.rguyom2002-11-171-3/+54
* disable dr1 for huffyuv (422P & stride hack & dr1 -> bad )michael2002-11-151-0/+3
* vstrict is no flagmichael2002-11-141-1/+1
* A bit more sane range.rguyom2002-11-141-1/+1
* - added modulated quatizationrguyom2002-11-141-6/+26
* ffhuffyuvmichael2002-11-142-4/+50
* don't print error if no errorarpi2002-11-141-1/+1
* New features:anders2002-11-121-3/+3
* no need to EnterMovies(), do minimal InitializeQTML onlyarpi2002-11-121-4/+4
* minimalist quicktime video structures headerarpi2002-11-121-0/+755
* qt video dll codecs supportarpi2002-11-124-1/+303
* fixed output bits per samplearpi2002-11-121-10/+24
* dlopen() support for ad and vdalex2002-11-112-0/+81
* removed get_info, using the same sheme as in libmpcodecs insteadalex2002-11-111-2/+3
* fixing vd_ffmpeg to handle cleaned-up ffmpegmichael2002-11-081-1/+1
* Fix IPB DRalbeu2002-11-071-1/+2
* *HUGE* set of compiler warning fixes, unused variables removalarpi2002-11-0614-39/+46
* perspective correcture filtermichael2002-11-053-1/+344
* Fix stereo MACE filesrtognimp2002-11-041-2/+2
* smartblurmichael2002-11-043-1/+265
* ms\0x00\x11 supportalex2002-11-041-2/+4
* qt swot supportalex2002-11-041-2/+3
* MACE fixarpi2002-11-041-0/+12
* shape adaptive blur (slightly slow though)michael2002-11-043-1/+319
* - realaudio ATRC (sony atrac3) codec supportarpi2002-11-041-3/+3
* locale fixnexus2002-11-031-0/+10
* Fixed a bug which would prevent proper parsing of floating pointrguyom2002-11-031-0/+10
* bugfixes :rguyom2002-11-031-192/+192
* fixing vstats so B frames are shown as B and not Pmichael2002-11-031-1/+14
* removed dummy config(), query_format()arpi2002-11-021-16/+0
* - DR supportarpi2002-11-021-22/+28
* cleanupmichael2002-11-022-8/+8
* cleanupmichael2002-11-021-14/+31
* cleanuprfelker2002-11-021-4/+0
* removed -pass nonsense from mencoder! it's now a suboption to -divx4optsrfelker2002-11-022-51/+2
* verbose can be negativearpi2002-11-014-9/+4
* usage of libmpeg2, liba52, mp3lib & svq1 can be disabledarpi2002-11-018-0/+27
* cosmetics :)arpi2002-11-011-2/+11
* vf_unsharp: proper rounding & print if sharpening or bluringarpi2002-11-011-4/+7
* boxblur, another useless filtermichael2002-10-313-1/+222
* qtaudio - audio decoder using win32 quicktime 5 dllsarpi2002-10-313-1/+294
* (de)intrleave luma & chroma idependantlymichael2002-10-311-30/+34
* (de)interleave filter (can be used to split/merge an interlaced image so othe...michael2002-10-313-1/+167
* (useless) UV plane swappermichael2002-10-313-1/+109
* per context cpuCaps (idea by kabi)michael2002-10-301-7/+5
* change qscale type to int8 and fix qscale orderingmichael2002-10-302-10/+3
* The default query_format shouldn't accept IMGFMT_MPEGPESalbeu2002-10-301-1/+7
* 10L ! Don't remove the scale filter if we don't added ourselfalbeu2002-10-301-4/+4
* cleanly passing the cpuCapsmichael2002-10-301-2/+8
* Auto insert vf_lavc for the MPEG vo'salbeu2002-10-291-0/+17
* new video filter: unsharp - does image (l/c/l+c) sharping/bluringarpi2002-10-293-1/+330
* cleanupmichael2002-10-291-0/+24
* cosmetics ;)michael2002-10-291-5/+5
* better deblocking filtermichael2002-10-291-2/+3
* cleaned up liblzo detect and namingalex2002-10-291-1/+1
* 10l - fixed wma version misdetectionalex2002-10-291-0/+1
* passing picture_type (might be usefull for postprocessing)michael2002-10-293-0/+23
* fixing segfaultmichael2002-10-291-2/+6
* postprocessing cleanup:michael2002-10-281-9/+54
* config_vo error handlingarpi2002-10-282-2/+2
* pass extradata to the codecarpi2002-10-281-5/+24
* 1l :)arpi2002-10-271-0/+4
* handle direct rendering buffer allocation failuremichael2002-10-271-1/+14
* 2xSai filter... just for fun, imho uselessarpi2002-10-253-1/+367
* debug izearpi2002-10-251-1/+3
* 10l... #ifdef doesn't work for enums :(arpi2002-10-241-1/+1
* updated commentsarpi2002-10-241-17/+20
* 100l - Michael is right, we don't need le2me herearpi2002-10-241-1/+1
* 10larpi2002-10-231-1/+2
* fixed unaligned access (bus error on sparc)arpi2002-10-231-2/+3
* automatic rotation for mode 4..7, based onarpi2002-10-231-1/+7
* time.h required for select()arpi2002-10-231-0/+1
* -vop bmovl - BitMap OVerLay videofilter for MPlayerarpi2002-10-233-1/+444
* - using avcodec_alloc_context()arpi2002-10-221-4/+5
* compiler warning fixes by Dominikarpi2002-10-221-1/+1
* task donealex2002-10-191-2/+0
* using sh->context for private dataalex2002-10-191-16/+37
* support to use minilzo lib alternativelyalex2002-10-193-7/+7
* bypass palette from bih, when codec cannot give it in o_biharpi2002-10-191-5/+8
* #ifdef PIX_FMT_YUV411P...arpi2002-10-191-0/+2
* exporting palette for 4/8bpp modesarpi2002-10-171-0/+30
* fixing palette exportarpi2002-10-171-1/+8
* rgb1/rgb4 supportarpi2002-10-171-1/+15
* 10l bug, found by valgrind :)arpi2002-10-161-1/+2
* 10l. use mpcodecs_draw_slice, instead of libvo directlyarpi2002-10-161-3/+2
* new filter: 1bpp - converts 1bpp image to yuv/rgb 8/16/32 bpparpi2002-10-163-1/+188
* set up ss_div/ss_mul properly, accept 'alaw' fourcc tooarpi2002-10-161-1/+3
* tell the codec wrapper the codec path (fixes realaudio Sipr)arpi2002-10-161-3/+13
* MSGL_DBG2 -> MSGL_INFOattila2002-10-141-1/+1
* printf -> mp_msgattila2002-10-141-3/+4
* put M4S2 & MP4S headers in avctx->extradata (in the unlikely case that they a...michael2002-10-141-0/+8
* compiler warning fixesarpi2002-10-133-2/+4
* liblzo realtime video codec support (decoding only)arpi2002-10-133-0/+156
* make local stuff 'static', complete uninitarpi2002-10-131-8/+9
* new error resilience supportmichael2002-10-131-3/+14
* yuy2 output supportmichael2002-10-131-1/+2
* don't honor stride hints if the next filter(chain) doesn't support stridearpi2002-10-101-2/+11
* support for VFCAP_ACCEPT_STRIDE in vo driversarpi2002-10-092-4/+7
* VFCAP_DRAW_SLICE addedarpi2002-10-091-1/+3
* parse samplerate & channels from LPCM headerarpi2002-10-081-5/+17
* reset channels tooarpi2002-10-081-0/+1
* 411P added (DV ntsc)arpi2002-10-071-0/+1
* argh. gcc sux. someone please explain why float x=0; if(x>0) ... is true.arpi2002-10-071-1/+1
* I think libfaad2 changed recently. The functions faacDecInit() andarpi2002-10-071-1/+2
* I found that default isn't optimal so it's changed a bit. :)arpi2002-10-061-1/+1
* Adding -format and -af switchesanders2002-10-061-2/+2
* aufio filter layer (libaf) integration to libmpcodecs, mplayer and mencoderarpi2002-10-052-3/+140
* renamed to LUT-based sw. eq.alex2002-10-041-2/+2
* 1l - update len too in sliced modearpi2002-10-011-0/+1
* fixing RV10 streamcopy - detect packet format (simple single frame vs. slicesarpi2002-10-011-12/+17
* rv10 cleanupmichael2002-10-011-3/+42
* idct algo selection supportmichael2002-09-292-1/+15
* removed obsolote func, some cosmetics of AUDIO: msgarpi2002-09-291-38/+2
* warning fixesarpi2002-09-295-8/+8
* vcodec=mpeg4 set as defaultarpi2002-09-291-1/+1
* -ac/-afm rewrite, now works the same way as -vc/-vfmarpi2002-09-282-17/+99
* decoder merged, using mpi now. support for stride, and outfmt 411p,422parpi2002-09-271-15/+88
* some cleanuparpi2002-09-271-79/+28
* -vf eq2, LUT-based brightness/contrast/gamma correction (Y-only)arpi2002-09-273-1/+239
* pass fourcc to lavcmichael2002-09-261-0/+3
* -vc/-vfm accepts codec/driver _list_ now. empty list element for -vc meansarpi2002-09-262-11/+26
* interlaced dctmichael2002-09-261-0/+7
* best audio/video codec selection & init moved to libmpcodecsarpi2002-09-254-0/+71
* darkmasking & docsmichael2002-09-241-0/+7
* adaptive quant support ...michael2002-09-231-0/+22
* tons of warning fixes, also some 10l bugfixes, including Dominik's PVA bugarpi2002-09-227-19/+14
* wine headers cleanuparpi2002-09-223-13/+8
* declarations moved to *.c filesarpi2002-09-223-14/+9
* use img_format.h instead of wine/mmioFOURCC hackarpi2002-09-221-7/+7
* we don't need the 0x1FF hack any morearpi2002-09-212-3/+3
* Use string selection to choose modekmkaplan2002-09-211-5/+16
* Support for XviD encodingkmkaplan2002-09-213-1/+379
* This patch allows you to use fractional values for specifying a zoom.arpi2002-09-201-1/+1
* use avcodec_alloc_context()michael2002-09-192-96/+108
* standard GSM support for .mov filesarpi2002-09-151-2/+14
* This patch fixes a segfault for native cvid decoder in bgr32 and bgr24 modes.arpi2002-09-151-6/+6
* 10l bug - 'len' was handled wrong.arpi2002-09-151-2/+2
* out formats reordered, quality orderarpi2002-09-151-10/+12
* unused, replaced by vd_msrle.carpi2002-09-151-78/+0
* - fixed some bugs in RLE decoderarpi2002-09-151-52/+39
* query_format support by Tilman Sauerbeck <tsauerbeck@users.sourceforge.net>alex2002-09-131-111/+85
* fixed to comply with new loaderalex2002-09-133-7/+9
* aspect ratio support by encoding (currently only with mpeg4 and h263p)alex2002-09-131-2/+31
* extended par supportalex2002-09-131-2/+13
* removed unused code. fixed yv12+debug-mode sig11alex2002-09-131-27/+3
* drop-deinterlace (dint) filter by Andriy N. Gritsenko <andrej@lucky.net>arpi2002-09-103-1/+198
* changing return type of put_image void->intarpi2002-09-1029-62/+69
* TGA images (-mf on:type=tga) supportarpi2002-09-103-1/+277
* - some cleanup, unused code removedarpi2002-09-101-103/+81
* yuv422planar->yuy2 supportarpi2002-09-091-1/+6
* 10lalex2002-09-091-8/+8
* Code to XviD VBR Library from transcode.kmkaplan2002-09-091-0/+91
* fixing mpeg in avimichael2002-09-061-0/+4
* removed xacodec_driver, using sh->context instead, removed xacodec_image, usi...alex2002-09-061-400/+327
* merged xacodec.c and vd_xanim.calex2002-09-051-2/+881
* 1000l - planar YUV support fixed (indeo 3,4,5, i263 etc)arpi2002-09-041-1/+3
* NULL->0 (warning fix)arpi2002-09-041-2/+2
* enabled csp-query support, but only for formats with 'query' flag setarpi2002-09-031-1/+3
* pass outflags[] index via sh->outfmtidx to the vd->control() func (for VfW)arpi2002-09-031-0/+1
* - vfwex redundancy removedarpi2002-09-032-358/+33
* bgr8 palette fixedarpi2002-09-031-1/+2
* fixed some problems with colorspace/init order, some cleanuparpi2002-09-031-116/+62
* VDCTRL_QUERY_FORMAT isn't required for constant csp supportarpi2002-09-021-7/+0
* correct palette handling and query_format support (now huffyuv, cram and mwv1...alex2002-09-022-90/+228
* fixed uninit orderarpi2002-09-011-4/+5
* FreeBSD fixnexus2002-09-011-0/+1
* merged with dll_init.calex2002-09-011-5/+174
* 10lalex2002-09-012-6/+0
* merged with dll_initalex2002-09-012-32/+434
* merged with dll_init.c, moved some variables from sh_audio to private structalex2002-09-011-16/+178
* added LCL decoder by Roberto Togni <r_togni@libero.it>, removed my old vd_zlibalex2002-09-014-188/+742
* warning fixes by Dominik Mierzejewski <dominik@rangers.eu.org>arpi2002-09-015-5/+5
* some messages added/changedarpi2002-08-311-1/+2
* 100l... sh->vcodec may be changed by mpvdec->decode()arpi2002-08-311-1/+2
* made compatible to LCLalex2002-08-311-10/+59
* -afm/-vfm help implemenetd, some cosmetics of ad/vd codec names/commentsarpi2002-08-3119-19/+55
* -afm/-vfm migration from ID (int) to NAME (string) - simplifies code and make...arpi2002-08-3054-64/+15
* 2*10l to mearpi2002-08-302-2/+2
* vfwex separated from vfw, to work with new vfm system and dlopenarpi2002-08-303-21/+95
* sync driver names with codec-cfgarpi2002-08-305-10/+10
* renamed codecsarpi2002-08-301-2/+2
* renamed to match driver family namearpi2002-08-304-0/+0
* renamed to ad_mp3lib.carpi2002-08-301-0/+0
* align fix - Björn Sandell <biorn@dce.chalmers.se>arpi2002-08-301-1/+1
* added bgr support and support for forcing output formatalex2002-08-301-19/+62
* "halfpack" (yuv planar 4:2:0 -> packed 4:2:2, half height) video filterrfelker2002-08-303-1/+203
* dct selection supportmichael2002-08-301-1/+10
* mostly compiler warning fixes, some small bugfixarpi2002-08-2815-11/+34
* passing extra stuff from real stuff to lavcmichael2002-08-281-0/+10
* 10l fixalex2002-08-281-1/+1
* finally removed query_vaa, bes_da and vo_tune_info - the obsoleted libvo apialex2002-08-282-4/+2
* align -> balign patch by (Björn Sandell <biorn at dce dot chalmers dot se>)michael2002-08-281-1/+1
* 'sipr' descrambling implemented, at least for 16*6 matrixarpi2002-08-271-4/+35
* removed unused codealex2002-08-271-32/+0
* SetDLLAccessPath isn't used. Patch by Andres Hess <jaska@gmx.net>alex2002-08-271-3/+3
* fixing compilation without divx4 patch by (Rémi Guyomarch <rguyom at pobox d...michael2002-08-251-1/+1
* 10lmichael2002-08-251-4/+7
* support for the new ratecontrol codemichael2002-08-251-10/+130
* support for 'sipr' codec - descrambling/reorder not yet fixed.arpi2002-08-251-1/+10
* some newer rv20 variants also uses custommsg 0x24 to set codec subtypearpi2002-08-241-1/+1
* uses new dp_hdr_t packet structurearpi2002-08-241-7/+18
* optimizationmichael2002-08-231-21/+23
* removed -W -Wall -g and other gcc-specific warning/debug optionsarpi2002-08-221-1/+1
* - functions inside of functions are invalid in icc. replaced with #define'sarpi2002-08-221-8/+8
* MMX optimized code for soft equalizer filterrfelker2002-08-221-5/+73
* soft video equalizer filter, currently supports brightness andrfelker2002-08-213-1/+157
* allocating large enough buffer, fixes green stuff on top for encoding of heig...michael2002-08-211-1/+5
* asserts to check buffer size and non overlapingnessmichael2002-08-211-0/+15
* typo fix, patch by (Eric Lammerts <eric at lammerts dot org>)michael2002-08-181-1/+1
* same behavior for luma & chroma single coeff eliminationmichael2002-08-181-1/+1
* skip blocks with small chroma dc supportmichael2002-08-171-1/+1
* dynamic libavcodec.so support updated byarpi2002-08-145-5/+5
* arpi told me ...jaf2002-08-141-2/+2
* messages moved from vf.c and vd.cjaf2002-08-131-0/+2
* messages moved from vf.c and vd.cjaf2002-08-132-13/+10
* semi regular noise pattern patch by (Jindrich Makovicka <makovick at kmlinux ...michael2002-08-131-10/+33
* messages moved from dec_??d?o.cjaf2002-08-132-14/+14
* mmx optimized avg/film noisemichael2002-08-111-2/+46
* optimizationmichael2002-08-111-4/+4
* film/average noise cleanupmichael2002-08-111-6/+5
* film/average noise patch by (Jindrich Makovicka <makovick at KMLinux dot fjfi...michael2002-08-111-7/+55
* oops forgot to commit thatmichael2002-08-111-2/+1
* HPUX porting fixes - patch by Gansser, Martin <MGansser@rand.de>arpi2002-08-091-0/+1
* mpeg4 mpeg quantizer encodingmichael2002-08-071-1/+8
* native DV audio/video decoders using libdvarpi2002-08-055-2/+213
* compilation bug found by Julien Portalier <julien@portalier.com>arpi2002-08-051-0/+2
* warning fixarpi2002-08-051-1/+1
* ver=-1 as defaultmichael2002-08-041-1/+1
* support for packetized aac streams (used in .mp4 files)arpi2002-08-041-6/+21
* Add the control VFCTRL_CHANGE_RECTANGLEkmkaplan2002-08-043-46/+127
* Add the control VFCTRL_CHANGE_RECTANGLEkmkaplan2002-08-041-0/+1
* imho swscale also likes aligned stride :)arpi2002-08-021-1/+1
* - some reorder/cleanup of mp_image flagsarpi2002-08-024-23/+59
* colorspace part cleanup and support for IMGFMT_422P, _444Parpi2002-08-021-27/+29
* added new formats: 444p,422p, 411parpi2002-08-021-0/+3
* compatibility with _OLD_ lavc & uv_stride checkmichael2002-08-021-2/+14
* planar yuv 444 422 411 supportmichael2002-08-014-0/+38
* - yuv422 disabled (no IMGFMT for _planar_ 422)arpi2002-07-311-37/+13
* new filter to use libavcodec's deinterlacerarpi2002-07-313-1/+223
* vd_vfw.carpi2002-07-301-1/+0
* added missing formats :)rfelker2002-07-291-0/+4
* 10l to dunnoatmos42002-07-281-1/+4
* Fix overall frametime overflow, hopefully long long int is portable. (unteste...atmos42002-07-281-1/+1
* Add type= and fix a minor typing difference from ffmpegatmos42002-07-281-3/+2
* ... removed from vf's control(), sing struct for equalizer. based on patch by...arpi2002-07-283-20/+24
* Generate ffmpeg compatible vstats_<time>.log, when -lavdopts vstats is specif...atmos42002-07-281-0/+41
* New plugin to test crop parameters. Arguments are the same as for thekmkaplan2002-07-273-1/+100
* video eq:arpi2002-07-251-4/+4
* eq range mapping -100..100 => 0..100arpi2002-07-251-1/+1
* print warning about unsupported video eq attributesarpi2002-07-251-1/+4
* eq reworkedalex2002-07-252-7/+13
* fixed possible 10l bug (vf not initialized yet)alex2002-07-251-2/+6
* equalizer reworkedalex2002-07-244-52/+48
* Hopefully correct 10l fix for duuno who.atmos42002-07-231-1/+1
* support for older xvid versions and IMGFMT_IYUValex2002-07-221-4/+9
* DR1+IPB support (works only with ffmpeg12, as libmpeg2 doesn't accept stride)arpi2002-07-201-1/+3
* added 'priv' field to mpi - requires for tracking frames with differentarpi2002-07-201-0/+2
* Add direct rendering method 2albeu2002-07-201-3/+37
* Put back the ordering of the if as requested by Arpi.kmkaplan2002-07-181-2/+6
* Round height or width to valid values when doing automatic calculation.kmkaplan2002-07-181-2/+18
* Avoid ulong typedef clash and replace if by unsigned long, patch by Joey Parr...atmos42002-07-172-24/+20
* fallback to slices, if dr1 fails (bug found by kabi)michael2002-07-161-1/+3
* 10l y422p -> y420pmichael2002-07-161-5/+32
* 10l (init flags after init ...)michael2002-07-161-13/+25
* svq1 direct renderingmichael2002-07-151-4/+7
* imgtype IP supportmichael2002-07-151-7/+14
* 10lmichael2002-07-151-1/+3
* dont depend upon vo_directrenderingmichael2002-07-141-3/+1
* fixing fixmesmichael2002-07-141-8/+23
* direct rendering method 1 (disabled currently as its not bugfree / finished y...michael2002-07-141-36/+99
* 8 and 16bpp qtrle supportalex2002-07-122-12/+242
* ad_dk4adpcm is done by ima_adpcm (obsoleted)atmos42002-07-122-68/+1
* Don't call libvo draw slice directlyalbeu2002-07-111-6/+4
* Add draw slice for the codecsalbeu2002-07-112-0/+7
* support for external pp by divx4. some fixes/cosmetics?alex2002-07-115-9/+35
* better support for rgb/bgr formatsalex2002-07-111-6/+10
* Support for Xvid using their new api. If divx4 compatiblity is disabeledalbeu2002-07-105-1/+179
* Small fix: Correct mathematical order in MEDIAN macro (gcc 3.1 didn't like it).atmos42002-07-091-1/+1
* Support for yuv410p as needed by ffsvq1.atmos42002-07-091-0/+9
* #ifdef'ed divx4 2pass code - idea by Diegoarpi2002-07-081-9/+20
* yuv handling simplified (using new mpi fields)alex2002-07-071-12/+5
* support avcontext based quant_store exportalex2002-07-071-1/+9
* bugfix by Michael.Lampe@iwr.uni-heidelberg.dearpi2002-07-061-1/+2
* more scaling algosmichael2002-07-041-2/+16
* parameter overrides limitarpi2002-06-291-0/+1
* bugfix by Keiki SATOH <kki@wakusei.ne.jp>arpi2002-06-291-1/+12
* removed unused math.h, becouse it causes cygwin to gcc segfault - found/fixed...alex2002-06-281-1/+0
* {RGB,BGR}{1,4}michael2002-06-273-0/+10
* support the 'align16' codec flagarpi2002-06-251-0/+12
* first try to load linux dlls, if failed and we're supporting win32 dlls, then...alex2002-06-241-1/+1
* first try to load linux dlls, if failed and we're supporting win32 dlls, then...alex2002-06-241-10/+11
* support dropping some chroma src lines for a bit extra speedmichael2002-06-241-4/+12
* better planar support, chroma subsampling support and Y8/Y800 supportalex2002-06-237-68/+39
* better planar support, chroma subsampling support and Y8/Y800 supportalex2002-06-231-6/+35
* yv12 osd drawer is working for y8/y800/yvu9/if09 becouse it uses only Y-plane...alex2002-06-231-0/+4
* IF09 addedarpi2002-06-231-0/+2
* yvu9 & y8michael2002-06-231-2/+7
* yvu9 and if09 supportalex2002-06-235-1/+32
* if09 supportalex2002-06-232-7/+12
* yvu9 supportalex2002-06-231-4/+5
* do not crash by decoding erroralex2002-06-231-0/+2
* Fix for interlaced huffyuv by roberto togni <rtogni at bresciaonline.it>atmos42002-06-231-67/+215
* use libavcodec's get_bits() code (optional, disabled by default)arpi2002-06-233-19/+45
* use libavcodec's optimized MC functionsarpi2002-06-221-0/+16
* init libavcodecarpi2002-06-221-0/+11
* SVQ1 addedarpi2002-06-223-2/+71
* imported from xine, generalized, created header file, all tables moved toarpi2002-06-223-0/+2762
* use built-in yvu9->yv12 code, because it requires all src/dst strides andarpi2002-06-221-4/+20
* don't require sh->bih (should fix v4l)arpi2002-06-221-5/+4
* NV12 addedarpi2002-06-222-0/+2
* vf_yvu9 supportalex2002-06-211-1/+1
* yvu9 supportalex2002-06-211-3/+17
* yvu9toyv12 converteralex2002-06-211-0/+71
* report if no palettealex2002-06-211-0/+6
* yvu9 supportalex2002-06-211-0/+7
* added yvu9alex2002-06-211-0/+6
* wmv1michael2002-06-181-0/+10
* higher quality modemichael2002-06-161-4/+6
* direct rendering (hopefully at least, TFM for the video filters is a bit none...michael2002-06-161-5/+64
* audio subpacket reordering fixed for odd matrix heightarpi2002-06-141-1/+1
* noise generating filtermichael2002-06-143-1/+299
* rounding bugfixmichael2002-06-131-3/+51
* Implement Nilmoni's and Bernd Ernesti's patches for:atmos42002-06-132-10/+10
* fixed copyrightarpi2002-06-101-12/+19
* FreeBSD hacknexus2002-06-101-0/+3
* use path & dllname from configarpi2002-06-101-3/+5
* get matrix w*h from the demuxerarpi2002-06-101-30/+26
* FreeBSD compile fixnexus2002-06-101-0/+2
* yeah, it worx! but needs a big cleanup and removal of hardcoded stuffarpi2002-06-101-5/+16
* readaudio decoder - not yet workingarpi2002-06-103-1/+197
* freebsd support (hack) by Nexusarpi2002-06-091-26/+20
* win32 dll support (non-working)arpi2002-06-091-0/+28
* grayscale only decoding supportmichael2002-06-091-0/+7
* very high bitrate (RealOne) support fixedarpi2002-06-091-1/+1
* - removed unused function pointersarpi2002-06-091-41/+15
* realvideo support by Florian Schneider <flo-mplayer-dev@gmx.net>arpi2002-06-081-0/+4
* RealVideo rv30 decoder, using binary driver from realplayer8arpi2002-06-082-1/+214
* warning & newline fixes by Dominik Mierzejewski <dominik@rangers.eu.org>arpi2002-06-072-2/+2
* test pattern filtermichael2002-06-033-1/+286
* workaround bugs & error resilience ffmpeg decoder optionsmichael2002-06-021-2/+19
* fame=quality:fps args support, small fixes for 0.9.0 apiarpi2002-06-011-8/+26
* use new api of libfame 0.9.0arpi2002-06-011-3/+9
* single coefficient elimination disabled by defaultmichael2002-06-011-2/+2
* warning fix (strings.h > string.h)pl2002-05-301-1/+1
* setting mpi's w/h to disp_w/h. it fixes mpeg1 crash when height%16!=0arpi2002-05-301-1/+5
* 8bit 'twos' S8 pcm audio support - fixes MOTI1E.MOVarpi2002-05-301-0/+3
* grayscaled palette supportarpi2002-05-302-1/+11
* restore original bih->biCompression if codec init failedarpi2002-05-291-4/+9
* - modify bih->biCompression instead of sh->formatarpi2002-05-291-8/+12
* new options to support Michael's libavcodec patch, #ifdefedarpi2002-05-291-1/+27
* report error if bad dimensions requested (<=0)alex2002-05-261-0/+6
* warning fixes, patch by Ulrich Hecht <uli@suse.de>arpi2002-05-254-4/+8
* typoalex2002-05-251-1/+1
* 10lalex2002-05-231-1/+1
* big cosmetics patch, cleanup of messages printed by mplayer and libs.arpi2002-05-207-34/+20
* do not pass the flip flag to vo - maybe it support flipping just report no su...arpi2002-05-201-0/+8
* memset and memcpy were used without #include <string.h> in a few places.arpi2002-05-203-0/+3
* new special w/h values: -2 and -3. based on proposal by Bohdan Horst <nexus@h...arpi2002-05-191-0/+5
* ignore first 2 framesarpi2002-05-181-1/+5
* small fixarpi2002-05-181-1/+1
* iive is right - we shouldn't use IP buffering for vfw. it was changedarpi2002-05-161-1/+3
* rgb24, bgr 24/32 support even for grayscalearpi2002-05-151-21/+40
* added support for codec selectionalex2002-05-131-1/+17
* -vop help, patch by Julian J. M. <bandit@telecable.es>arpi2002-05-132-0/+10
* new filter, to detect best crop sizearpi2002-05-123-1/+138
* keep aspect ratio - based on Fredrik Kuivinen's ideaarpi2002-05-123-11/+30
* various openbsd and general warning fixes - patch by Björn Sandell <biorn@dc...arpi2002-05-121-0/+1
* always reser audio input buffer pointerarpi2002-05-123-6/+3
* FPS autodetection, accept args: quality:fpsarpi2002-05-081-4/+30
* w/h=0 means d_w/h instead of originalarpi2002-05-061-3/+6
* dvbscale - setup scaling for the DVB cardarpi2002-05-062-1/+49
* reset default capsarpi2002-05-061-0/+1
* passthru mode for filters which don't alter image just config parameters (que...arpi2002-05-061-1/+9
* blit_frame is useless - noticed by Nick K.arpi2002-05-051-3/+1
* a hack to make ffmjpeg created files viewable with windows dlls tooalex2002-05-051-4/+17
* msmpeg4v2 -> MP42 mapping, requested by Gabucinoalex2002-05-041-0/+2
* better fix for i420/iyuv as suggested by arpirfelker2002-05-041-1/+1
* fixed raw i420/iyuv to some extent, so that cb/cr channels are norfelker2002-05-031-4/+8
* 10lalex2002-05-021-1/+1
* avid mjpeg support (external huffman table)alex2002-05-021-0/+32
* printf to mp_msgalbeu2002-05-021-2/+2
* setting vf_inited flag, some printf->mp_msg, some MSGL_FATAL->MSGL_WARNarpi2002-05-012-16/+11
* expand=-1:-50:0:0 -> mwidth:mheight+50:0:0pontscho2002-05-011-0/+9
* apply aspect prescaling to -xyarpi2002-04-291-20/+23
* 8bpp raw avi supportarpi2002-04-291-0/+5
* Uncompressed avi files are stored upside down.ksorim2002-04-291-1/+1
* 1000larpi2002-04-281-1/+1
* 10larpi2002-04-282-2/+3
* support hurryup flag (-(hard)framedrop)arpi2002-04-271-1/+5
* 10larpi2002-04-271-0/+2
* realtime yv12->mpeg1 with libavcodec qscale=1arpi2002-04-273-1/+150
* A little fix with hw video parameters settingalbeu2002-04-271-1/+0
* divx5.1 features addedarpi2002-04-271-0/+22
* osd crash fixedarpi2002-04-261-0/+1
* Correct my half reverse commit. Sorry Atmos.albeu2002-04-261-0/+4
* Don't break the pointer for the next file.albeu2002-04-261-7/+4
* Allow disabling of libfame and allow to enforce (not) building libavcodec.atmos42002-04-262-1/+9
* bigendian fix - thx to Rogério Brito <linuxconsult@yahoo.com.br>arpi2002-04-251-1/+5
* bigendian fix - thx to Rogério Brito <linuxconsult@yahoo.com.br>arpi2002-04-251-0/+2
* Hopefully fix ffmpeg12 aspect.atmos42002-04-241-1/+0
* changed back to AFMT_AC3 (but now libao2 drivers autodetect it and fallback t...arpi2002-04-221-0/+1
* hq mode in first pass should work (as bad, ehh as well as LQ)michael2002-04-221-2/+7
* support for new stuff (lavc internal 2pass, ...)michael2002-04-211-0/+22
* Added uninitalbeu2002-04-211-8/+14
* 8bpp paletted -> 15/16/24/32 converterarpi2002-04-213-1/+140
* 10l, >1bpp modes fixed..., x<->y swappedarpi2002-04-211-17/+12
* export palette for rgb8/bgr8arpi2002-04-211-0/+5
* Complement existing filters - rotate and flip.eyck2002-04-213-1/+96
* filters uninitarpi2002-04-204-0/+28
* swscaler yv12 vs i420 workaroundarpi2002-04-191-2/+4
* debug linearpi2002-04-191-0/+1
* accept I420/IYUV in query_formatarpi2002-04-191-0/+2
* flipped rgb fixedarpi2002-04-191-1/+2
* rotation/mirror filterarpi2002-04-193-1/+111
* 10larpi2002-04-181-2/+1
* don't allow invalid parametersarpi2002-04-181-5/+2
* fixed block artefacts and speedup at the same timeiive2002-04-181-2/+7
* bitrate>16000 means bits not kbits - noticed by George Hawkins <george_hawkin...arpi2002-04-181-1/+3
* slices+field pictures fixed, initial sig11 workaroundarpi2002-04-181-1/+19
* IMGTYPE_IPB not yet supported :(arpi2002-04-171-0/+1
* enabled new OSD code in -vop expand, subtitles rendering support to mencoderarpi2002-04-171-7/+40
* align yuv 4:2:0 y position by 2arpi2002-04-171-2/+3
* 10larpi2002-04-171-2/+2
* mpi clear funcarpi2002-04-172-15/+38
* Preliminary support for lavcs b-frame encoding, disabled by default.atmos42002-04-171-0/+3
* disable hq for 1st passarpi2002-04-161-1/+2
* (buggy) osd support, disabled for now, mencoder needs fixes to compilearpi2002-04-161-4/+125
* OSD handled by vf control()arpi2002-04-153-3/+9
* 2-pass qscale fixedarpi2002-04-151-6/+2
* workaround Juanjo's stupid vme changearpi2002-04-141-3/+5
* fame doesn't accept stridearpi2002-04-141-1/+1
* export width tooarpi2002-04-141-2/+2
* draw_slices with framedrop fixedarpi2002-04-142-4/+4
* mp_image moved to libmpcodecsarpi2002-04-133-0/+123
* img_format moved to libmpcodecsarpi2002-04-131-0/+48
* mp_image.h and img_format.h moved to libmpcodecsarpi2002-04-1322-34/+110
* updatearpi2002-04-131-36/+1
* less namespace pollutionarpi2002-04-131-3/+3
* fastmemcpy path fixedarpi2002-04-131-1/+1
* native codecs files moved to libmpcodecs/native/arpi2002-04-136-5/+1123
* moved to libmpcodecs/native/arpi2002-04-1316-0/+10760
* handle width*bpp!=stridearpi2002-04-131-1/+1
* 10larpi2002-04-131-0/+2
* rgb2bgr converterarpi2002-04-133-1/+104
* yuy2 support, fixed bug of dropping frame after config_vo callsarpi2002-04-131-2/+29
* RGB24/YUY2 -> DV encoding, using libdvarpi2002-04-123-1/+121
* capabilities support -> automatic insertion of scale, expand, pparpi2002-04-1114-47/+179
* VFCAP defines moved out from vf.h, to be easier to include in libvoarpi2002-04-111-0/+26
* VFCAP flags addedarpi2002-04-111-0/+24
* print VO infoarpi2002-04-111-0/+17
* new filter: fliparpi2002-04-113-1/+87
* vme default changed 3->4arpi2002-04-111-1/+1
* 10larpi2002-04-111-1/+1
* soem fixesarpi2002-04-114-4/+20
* encodersarpi2002-04-108-5/+720
* query_format debug moved 1 verbose level downarpi2002-04-101-1/+1
* 2 new simple filters: yuy2 and formatarpi2002-04-094-1/+132
* vf_fame added - yv12->mpes converterarpi2002-04-083-1/+130
* copy width tooarpi2002-04-081-2/+2
* relaly black packed yuv imagesarpi2002-04-081-1/+7
* really black yv12/rgb images (todo: packed yuv)arpi2002-04-081-0/+8
* pp passtrougharpi2002-04-081-0/+7
* free old context, really use query_formatarpi2002-04-071-0/+5
* 10larpi2002-04-071-1/+1
* allocate 2 lines more memory - to avoid some sig11arpi2002-04-071-1/+1
* colorspace conversion supportarpi2002-04-071-2/+56
* swscale filterarpi2002-04-073-2/+82
* vf control codes added, autoq supportarpi2002-04-076-4/+41
* accept only 4:2:0 planar yuv formatsarpi2002-04-071-0/+12
* export qscale for postprocarpi2002-04-071-0/+9
* missing #ifdfe - 0.1larpi2002-04-071-0/+2
* quant_store moved to frame structarpi2002-04-071-5/+2
* accept -pp value from argsarpi2002-04-071-0/+5
* mpeg+pp0 fixedarpi2002-04-071-1/+2
* postprocessing filter (fixme: -pp 0)arpi2002-04-073-1/+81
* vo_config_count now counts calls to vo->config()arpi2002-04-071-1/+4
* don't config twicearpi2002-04-071-1/+1
* vf_next_uninit was Wrong Thing - thx to Fredrik Kuivinenarpi2002-04-063-11/+0
* video filter layer - written from scratch, but inspired a lot by Fredrik Kuiv...arpi2002-04-068-111/+586
* Bugreports start appearing - no reaction :/pl2002-04-051-1/+1
* i just fixed b-frames & slices in libavcodec :) ... iam too tired for benchma...michael2002-04-051-3/+2
* use -slicesarpi2002-04-041-1/+1
* global var for option -slicesarpi2002-04-042-0/+3
* libavcodec slices supportarpi2002-04-031-19/+44
* control() donearpi2002-04-034-7/+20
* removed useless contect struct -> code simplifiedarpi2002-04-031-28/+14
* libmad support, rewritten from scratch using Xine decoder as samplearpi2002-04-033-1/+180
* vd_mpegpes addedarpi2002-04-033-1/+53
* rewritten - it replaces libmpeg2/decode.c nowarpi2002-04-031-27/+234
* samplearpi2002-04-011-0/+129
* audio input buffer allocation/free cleanuparpi2002-04-0110-64/+40
* config vo only if aspect really changed and width&&height isn't changed (if w...alex2002-04-011-6/+10
* cleanuparpi2002-04-011-6/+5
* ehh. vorbis support...arpi2002-04-011-1/+5
* twos audio fixedarpi2002-04-011-1/+12
* added vfw uninitalex2002-04-011-1/+1
* added acm uninitalex2002-04-011-1/+1
* using sh->context and added proper uninitalex2002-04-011-3/+5
* using sh->contextalex2002-04-011-14/+41
* vorbis driver ported, and also fixed a bug, as nominal_bitrate can be -1arpi2002-03-312-1/+185
* fixed ibpsmelanson2002-03-311-1/+1
* modified the new MS RLE decoder to support BGR15/16 output formats inmelanson2002-03-311-50/+161
* copy palette to 4*256 bytes area to avoid sig11 when colors<256 but index>col...arpi2002-03-311-9/+15
* migrating to Melanson's great codec name change... which is of course nonsens...arpi2002-03-311-3/+3
* reworked ADPCM decoders; changes include:melanson2002-03-305-46/+679
* ac3_iec958_build_burst moved from ac3-iec958.carpi2002-03-271-4/+22
* eeh 10l removed too much lines :(atmos42002-03-271-0/+2
* Issue a warning in VDec if disp_w and disp_h weren't set by codec and try wor...atmos42002-03-272-4/+14
* ported back hack for interlaced mpeg2, without it mplayer draws whole frame f...iive2002-03-261-1/+3
* Don't kill me, pure indent change as I forgot to reindent when copy and pasti...atmos42002-03-261-47/+46
* Port dec_audio.c faad aac decoder to libmpcodecs, cleaned up code, improved b...atmos42002-03-263-1/+209
* fixed up this audio decoder toomelanson2002-03-261-20/+29
* added YUY2 output to the widely used (heh) CYUV decoder because it seemedmelanson2002-03-261-2/+3
* fixed so the decoder cooperates better with the rest of the systemmelanson2002-03-261-19/+24
* fixed to work nicely with the new system (and yes, I did originate the RoQmelanson2002-03-261-17/+19
* ad_msgsm addedarpi2002-03-253-1/+60
* ok, use ad_* stuffarpi2002-03-253-3/+69
* argh... Nick messed up driver names tooarpi2002-03-255-4/+14
* imporetd from MPlayerXP, with small modificationarpi2002-03-251-0/+131
* do not export the Worldarpi2002-03-251-4/+4
* imported from MPlayerXP, dlopen() hack removed, some bugs fixed, interface fu...arpi2002-03-2515-0/+1176
* changed to be more-or-less compatible with Nick's stuffarpi2002-03-251-4/+4
* Fix aspect info for square pixel.atmos42002-03-251-2/+0
* check and set codec selection - impossible to do it at find_codecarpi2002-03-251-0/+2
* proposal for audio decodersarpi2002-03-251-0/+30
* common stuff moved to mpc_info.harpi2002-03-252-22/+30
* UV vs VU fixarpi2002-03-241-3/+10
* added aspect ratio support and local ctxalex2002-03-231-21/+65
* 10l, hopefully fixed query formatalex2002-03-231-1/+2
* fixed query formatalex2002-03-231-2/+4
* 10l. IMGFLAG_ALLOCATED shouldn't be set from vd driver\! - it's for internal ...arpi2002-03-231-7/+5
* moved get_image into decoder (Arpi's request)alex2002-03-231-4/+5
* added xanim urlalex2002-03-231-1/+1
* adding support for 12 bit planar YUV formats (for YUV4MPEG(2))rik2002-03-231-0/+7
* try to uncomment this line - very funny effect (skipping I frames)arpi2002-03-231-0/+2
* added zlibalex2002-03-222-1/+5
* added, supporting only BGR24 (avizlib.dll does the same)alex2002-03-221-0/+132
* committed Roberto Togni's patch for control() function in HuffYUV decodermelanson2002-03-221-2/+17
* Im proved Build Version selection for DivX 5.atmos42002-03-212-2/+22
* added HuffYUV support, courtesy of Roberto Togni <rtogni@bresciaonline.it>melanson2002-03-213-1/+860
* using -dr instead -vaa_dralex2002-03-202-3/+3
* 10l ;)alex2002-03-201-0/+3
* oh yeah, this is it...MPlayer now has 4-bit MS RLE support...I thinkmelanson2002-03-201-16/+152
* config vo if resolution changed (after decoded image read the dimensions out ...alex2002-03-191-1/+8
* MPlayer now has a Microsoft RLE decoder to call its own...only supportsmelanson2002-03-193-3/+191
* supports query_format in codecsarpi2002-03-182-4/+9
* decore version check for divx3 and divx5arpi2002-03-181-0/+14
* don't call video->get_info if it's NULLarpi2002-03-181-0/+1
* init_video() changed - now it handles codec selectionarpi2002-03-181-27/+29
* added vo_configarpi2002-03-181-0/+1
* decore version check for divx3 and divx5arpi2002-03-181-0/+13
* libvo printfs added (moved from mplayer.c), mpi buffers free'd to fix multifi...arpi2002-03-171-5/+26
* init_video_vaa() removedarpi2002-03-171-19/+0
* fixed colorspace detectionarpi2002-03-171-1/+2
* useless 'max benchmar' removedarpi2002-03-171-15/+0
* mpegpes supportarpi2002-03-161-3/+17
* prefer outfmt with no conversion (see vo's query flags)arpi2002-03-161-8/+11
* handle error from mpcodecs_config_vo()arpi2002-03-1620-38/+22
* temp workaround for mencoderarpi2002-03-141-2/+3
* pitches mess removedarpi2002-03-141-1/+1
* libvo init moved to libmpcodecsarpi2002-03-141-0/+102
* missing config_voarpi2002-03-141-0/+1
* libjpeg and loader conflict workaroundpontscho2002-03-111-0/+2
* kill few warningpontscho2002-03-111-3/+2
* framedrop fixarpi2002-03-111-0/+2
* hopefully fixed divx5 header + xvid conflictarpi2002-03-112-2/+2
* removed unneeded includesarpi2002-03-101-4/+0
* keeps it cleanjaf2002-03-101-0/+1
* Add IJPG decoder.pontscho2002-03-103-1/+205
* postprocess.h requires for GET_PP_QUALITY_MAX - patch by Fredrik Kuivinenarpi2002-03-101-0/+1
* old temp vars removed, in-codecs equalizer support added, error message if -v...arpi2002-03-091-16/+6
* vo_config request printfarpi2002-03-091-1/+2
* divx_quality and equalizer support donearpi2002-03-097-13/+53
* mpng, libmpeg2 added, none of them finished :(arpi2002-03-095-4/+213
* divx5 support into libmpcodecs (untested)atmos42002-03-092-0/+8
* TODO listarpi2002-03-081-0/+31
* cyuv, nuv, qtrle, qtsmc, roq addedarpi2002-03-087-1/+316
* comments fixedarpi2002-03-071-6/+5
* fli and msvideo1 addedarpi2002-03-074-1/+146
* common includes moved to private vd_internal.harpi2002-03-0712-88/+9
* direct rendering can be disabled -vaa_nodrarpi2002-03-071-1/+2
* direct rendering supportarpi2002-03-072-13/+25
* xanim, raw, rle addedarpi2002-03-075-1/+245
* vfw, vfwex, odivx, divx4 addedarpi2002-03-075-8/+448
* 10larpi2002-03-071-1/+1
* commente dout info's declarpi2002-03-071-1/+1
* vd_dshow addedarpi2002-03-063-1/+114
* new controls added for query/set pp levelarpi2002-03-062-2/+8
* 11larpi2002-03-061-2/+4
* order of #includes changed - shouldn't include local things before config.harpi2002-03-062-5/+12
* avcodec_inited moved to vd_ffmpegarpi2002-03-061-1/+1
* vd_ffmpeg addedarpi2002-03-062-1/+134
* vd_ffmpeg added, handling of EXPORT imgtype changedarpi2002-03-061-1/+17
* optim :)arpi2002-03-061-1/+1
* using new cinepak codec apiarpi2002-03-061-3/+6
* Qt RPZA decoder interface by Roberto Togni <rtogni@bresciaonline.it>arpi2002-03-023-1/+69
* implemented basic wrapper functions to new libmpcodecs apiarpi2002-03-011-17/+45
* dec_video.c addedarpi2002-03-012-1/+208
* 10l... forgot to set VFMarpi2002-03-011-1/+1
* fixed stride for packed formats, more detailed printf at image allocationarpi2002-03-011-2/+8
* cinepak addedarpi2002-02-281-0/+1
* cinepak addedarpi2002-02-282-1/+2
* callbacks addedarpi2002-02-281-0/+5
* cinepak decoder - untestedarpi2002-02-281-0/+69
* libmpcodecs video decoder templatearpi2002-02-281-0/+46
* libmpcodecs core - initial versionarpi2002-02-284-0/+191