summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* intreadwrite.h: fix AV_RL32/AV_RB32 signedness.Uoti Urpala2011-06-16
* Fix decoding of mpegts streams with h264 video that does *NOT* have b framesMike Scheutzow2011-06-16
* Add minor bumps and APIChanges entries for lavf private options.Anton Khirnov2011-06-16
* ffmpeg: deprecate -vc and -tvstdAnton Khirnov2011-06-16
* ffmpeg: use new avformat_open_* API.Anton Khirnov2011-06-16
* ffserver: use new avformat_open_* API.Anton Khirnov2011-06-16
* ffprobe: use new avformat_open_* API.Anton Khirnov2011-06-16
* ffplay: use new avformat_open_* API.Anton Khirnov2011-06-16
* cmdutils: add opt_default2().Anton Khirnov2011-06-16
* dict: add AV_DICT_APPEND flag.Anton Khirnov2011-06-16
* lavf: add avformat_write_header() as a replacement for av_write_header().Anton Khirnov2011-06-16
* Deprecate av_open_input_* and remove their uses.Anton Khirnov2011-06-16
* lavf: add avformat_open_input() as a replacement for av_open_input_*Anton Khirnov2011-06-16
* AVOptions: add av_opt_find() as a replacement for av_find_opt.Anton Khirnov2011-06-16
* AVOptions: add av_opt_set_dict() mapping a dictionary struct to a context.Anton Khirnov2011-06-16
* ffmpeg: don't abuse a global for passing frame size from input to outputAnton Khirnov2011-06-16
* ffmpeg: don't abuse a global for passing pixel format from input to outputAnton Khirnov2011-06-16
* ffmpeg: initialise encoders earlier.Anton Khirnov2011-06-16
* ffmpeg: merge output_codecs array into AVOutputStream members.Anton Khirnov2011-06-16
* rtpenc_latm: Consistently use "Libav" in license boilerplate.Diego Biurrun2011-06-16
* rtsp: Don't pass string pointer as format string to ff_url_joinMartin Storsjö2011-06-16
* mmsh: fixed printf injection bug in mmsh requestKirill Zorin2011-06-16
* codec-regression: remove pointless -r options for dnxhdAnton Khirnov2011-06-16
* ac3enc: use correct alignment and length in channel coupling dsp functions.Justin Ruggles2011-06-15
* ffmpeg: don't abuse a global for passing framerate from input to outputAnton Khirnov2011-06-15
* ffmpeg: don't abuse a global for passing channels from input to outputAnton Khirnov2011-06-15
* ffmpeg: don't abuse a global for passing samplerate from input to outputAnton Khirnov2011-06-15
* ARM: update ff_h264_idct8_add4_neon for 4:4:4 changesMans Rullgard2011-06-15
* swscale: use SwsContext for av_log when availableJanne Grunau2011-06-15
* swscale: Remove HAVE_MMX from files that are only compiled with MMX enabled.Diego Biurrun2011-06-15
* swscale: Fix compilation with --disable-mmx2.Diego Biurrun2011-06-15
* swscale: remove misplaced comment.Ronald S. Bultje2011-06-14
* ffmpeg: fix streaming to ffserver.Ronald S. Bultje2011-06-14
* swscale: split out RGB48 output functions from yuv2packed[12X]_c().Ronald S. Bultje2011-06-14
* build: move vpath directives to main MakefileMans Rullgard2011-06-14
* swscale: fix JPEG-range YUV scaling artifacts.Michael Niedermayer2011-06-14
* build: move ALLFFLIBS to a more logical placeMans Rullgard2011-06-14
* ARM: factor some repetitive code into macrosMans Rullgard2011-06-14
* Fix SVQ3 after adding 4:4:4 H.264 supportJason Garrett-Glaser2011-06-13
* H.264: fix CODEC_FLAG_GRAYJason Garrett-Glaser2011-06-13
* 4:4:4 H.264 decoding supportJason Garrett-Glaser2011-06-13
* ac3enc: fix allocation of floating point samples.Justin Ruggles2011-06-13
* utils: Drop pointless '#if 1' preprocessor directive.Diego Biurrun2011-06-13
* ac3enc: remove empty ac3_float function that is never calledJustin Ruggles2011-06-13
* ac3enc: split templated float vs. fixed functions into a separate file.Justin Ruggles2011-06-13
* ac3enc: dynamically allocate AC3EncodeContext fields windowed_samples and mdctJustin Ruggles2011-06-13
* ac3enc: use function pointer to choose between AC-3 and E-AC-3 header outputJustin Ruggles2011-06-13
* Roll back 4:4:4 H.264 for nowJason Garrett-Glaser2011-06-13
* Fix SVQ3 after adding 4:4:4 H.264 supportJason Garrett-Glaser2011-06-13
* H.264: fix CODEC_FLAG_GRAYJason Garrett-Glaser2011-06-13