summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* drawtext: reindent after the previous commitStefano Sabatini2011-06-201-20/+20
* drawtext: fix strftime() text expansionStefano Sabatini2011-06-201-18/+27
* Bump major version for b8e893399ff8755721dc117695ec5ff183c1e07bReinhard Tartler2011-06-201-4/+4
* h264-mt: fix deadlock in packets with multiple slices (e.g. MP4).Ronald S. Bultje2011-06-201-0/+2
* mov: Fix empty edit detection.Yusuke Nakamura2011-06-191-1/+1
* Drop git- prefix from version labelsMans Rullgard2011-06-191-1/+0
* Use the contents of RELEASE as version fallback instead of 'UNKNOWN'Reinhard Tartler2011-06-192-1/+2
* path64/open64: filter out unsupported flagsMans Rullgard2011-06-191-0/+2
* Add Release NotesReinhard Tartler2011-06-191-0/+52
* sipr: Drop unused DSPContextAlex Converse2011-06-182-3/+0
* sipr: include string.h for mem*()Alex Converse2011-06-181-0/+1
* sipr: Use memmove() to copy overlapped buffers.Alex Converse2011-06-181-1/+1
* h264: drop some ugly castsAlex Converse2011-06-181-2/+2
* lavf: prevent crash in av_open_input_file() if ap == NULL.Ronald S. Bultje2011-06-181-1/+1
* more Changelog additionsReinhard Tartler2011-06-181-2/+6
* lavf: add a forgotten NULL check in convert_format_parameters().Anton Khirnov2011-06-181-0/+3
* Fix build if yasm is not available.Ronald S. Bultje2011-06-181-1/+3
* H.264: Add x86 assembly for 10-bit MC Chroma H.264 functions.Daniel Kang2011-06-183-0/+306
* lavc: add opt_find to AVCodecContext class.Anton Khirnov2011-06-171-1/+20
* h264: Complexify frame num gap shortening codeAlexander Strange2011-06-161-3/+14
* intreadwrite.h: fix AV_RL32/AV_RB32 signedness.Uoti Urpala2011-06-161-10/+10
* Fix decoding of mpegts streams with h264 video that does *NOT* have b framesMike Scheutzow2011-06-161-1/+2
* Add minor bumps and APIChanges entries for lavf private options.Anton Khirnov2011-06-163-3/+13
* ffmpeg: deprecate -vc and -tvstdAnton Khirnov2011-06-161-10/+6
* ffmpeg: use new avformat_open_* API.Anton Khirnov2011-06-162-31/+48
* ffserver: use new avformat_open_* API.Anton Khirnov2011-06-161-20/+17
* ffprobe: use new avformat_open_* API.Anton Khirnov2011-06-161-5/+8
* ffplay: use new avformat_open_* API.Anton Khirnov2011-06-161-15/+9
* cmdutils: add opt_default2().Anton Khirnov2011-06-162-4/+47
* dict: add AV_DICT_APPEND flag.Anton Khirnov2011-06-162-1/+14
* lavf: add avformat_write_header() as a replacement for av_write_header().Anton Khirnov2011-06-163-15/+80
* Deprecate av_open_input_* and remove their uses.Anton Khirnov2011-06-168-122/+89
* lavf: add avformat_open_input() as a replacement for av_open_input_*Anton Khirnov2011-06-163-1/+153
* AVOptions: add av_opt_find() as a replacement for av_find_opt.Anton Khirnov2011-06-166-9/+70
* AVOptions: add av_opt_set_dict() mapping a dictionary struct to a context.Anton Khirnov2011-06-162-0/+39
* ffmpeg: don't abuse a global for passing frame size from input to outputAnton Khirnov2011-06-161-6/+10
* ffmpeg: don't abuse a global for passing pixel format from input to outputAnton Khirnov2011-06-161-3/+5
* ffmpeg: initialise encoders earlier.Anton Khirnov2011-06-161-6/+6
* ffmpeg: merge output_codecs array into AVOutputStream members.Anton Khirnov2011-06-161-11/+7
* rtpenc_latm: Consistently use "Libav" in license boilerplate.Diego Biurrun2011-06-161-2/+2
* rtsp: Don't pass string pointer as format string to ff_url_joinMartin Storsjö2011-06-161-2/+2
* mmsh: fixed printf injection bug in mmsh requestKirill Zorin2011-06-161-1/+1
* codec-regression: remove pointless -r options for dnxhdAnton Khirnov2011-06-161-3/+3
* ac3enc: use correct alignment and length in channel coupling dsp functions.Justin Ruggles2011-06-151-11/+13
* ffmpeg: don't abuse a global for passing framerate from input to outputAnton Khirnov2011-06-151-9/+13
* ffmpeg: don't abuse a global for passing channels from input to outputAnton Khirnov2011-06-151-6/+9
* ffmpeg: don't abuse a global for passing samplerate from input to outputAnton Khirnov2011-06-154-19/+21
* ARM: update ff_h264_idct8_add4_neon for 4:4:4 changesMans Rullgard2011-06-152-19/+25
* swscale: use SwsContext for av_log when availableJanne Grunau2011-06-151-4/+4
* swscale: Remove HAVE_MMX from files that are only compiled with MMX enabled.Diego Biurrun2011-06-152-2/+2
OpenPOWER on IntegriCloud