summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* 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
* 4:4:4 H.264 decoding supportJason Garrett-Glaser2011-06-13
* h264_parser: Fix whitespace after previous change.Philip Langdale2011-06-13
* h264_parser: Fix behaviour when PARSER_FLAG_COMPLETE_FRAMES is set.Philip Langdale2011-06-13
* wav: remove an invalid free().Carl Eugen Hoyos2011-06-13
* lavf: initialise reference_dts in av_estimate_timings_from_pts.Michael Niedermayer2011-06-13
* h264: don't be so picky on decoding pps in extradata.Michael Niedermayer2011-06-13
* avcodec.h: add or elaborate on some documentation comments.Wim Lewis2011-06-13
* h264: change a few comments into error messagesMichael Niedermayer2011-06-13
* ac3dec: fix doxy-style for comment ("///>" should be "///<" instead).Reimar Döffinger2011-06-13
* img2: add .dpx to the list of supported file extensions.Peter Ross2011-06-13
* ffv1: fix undefined behavior with insane widths.Michael Niedermayer2011-06-13