summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Increase alignment of av_malloc() as needed by AVX ASM.Vitor Sessak2011-04-261-9/+7
* Update x86inc.asm from x264 to allow AVX emulation using SSE and MMX.Vitor Sessak2011-04-261-1/+248
* mjpeg: Detect overreads in mjpeg_decode_scan() and error out.Michael Niedermayer2011-04-261-0/+4
* documentation: extend documentation for ffmpeg -aspect optionStefano Sabatini2011-04-261-1/+7
* APIChanges: update commit hashes for recent additions.Anton Khirnov2011-04-261-3/+3
* lavc: deprecate FF_*_TYPE macros in favor of AV_PICTURE_TYPE_* enumsStefano Sabatini2011-04-267-23/+63
* aac: add headers needed for log2f()Michael Niedermayer2011-04-262-0/+2
* lavc: remove FF_API_MB_Q cruftAnton Khirnov2011-04-263-23/+0
* lavc: remove FF_API_RATE_EMU cruftAnton Khirnov2011-04-263-16/+0
* lavc: remove FF_API_HURRY_UP cruftAnton Khirnov2011-04-2614-96/+2
* pad: make the filter parametricStefano Sabatini2011-04-262-9/+162
* vsrc_movie: add key_frame and pict_type.royger2011-04-261-0/+2
* vsrc_movie: fix leak in request_frame()Stefano Sabatini2011-04-261-0/+2
* lavfi: add key_frame and pict_type to AVFilterBufferRefVideo.Roger Pau Monné2011-04-264-1/+12
* vsrc_buffer: add sample_aspect_ratio fields to arguments.Michael Niedermayer2011-04-265-8/+33
* lavfi: add fieldorder filterMark Himsley2011-04-266-1/+272
* scale: make the filter parametricStefano Sabatini2011-04-262-14/+139
* yadif: support 16-bitJames Darnley2011-04-261-49/+67
* yadif: support more than yuv420p.James Darnley2011-04-261-4/+25
* yadif: Fix assert() failureMichael Niedermayer2011-04-261-1/+1
* graphparser: add a NULL check on the argument passed to strstrStefano Sabatini2011-04-251-1/+1
* setdar: prefer "sar" over "par" in log info messageStefano Sabatini2011-04-251-1/+1
* fade: fix draw_slice() check on fade->factor valueMark Himsley2011-04-251-1/+1
* fade: make draw_slice() chroma check against planes 1 and 2Mark Himsley2011-04-251-1/+1
* win32: include the correct header in cmdutils.cLuca Barbato2011-04-251-0/+1
* ac3: fix memleak in fixed-point encoderJanne Grunau2011-04-251-1/+1
* flashsv: Return more meaningful error values.Diego Biurrun2011-04-252-4/+4
* flashsv: Employ explicit AVCodec struct initializers.Diego Biurrun2011-04-252-20/+19
* read AVI palette from the end of extradataKostya Shishkov2011-04-241-4/+8
* cosmetics: K&R coding style and more whitespace for Flash Screen VideoDiego Biurrun2011-04-252-121/+121
* vorbisdec: Employ proper printf format specifiers for uint_fast32_t.Diego Biurrun2011-04-251-1/+1
* applehttp: Don't export variant_bitrate if it isn't knownMartin Storsjö2011-04-241-1/+3
* crypto: Use av_freep instead of av_freeMartin Storsjö2011-04-241-3/+3
* configure: Add missing libm library dependencies to .pc files.Reinhard Tartler2011-04-241-4/+4
* oggdec: reindent after 8f3eebd6Clément Bœsch2011-04-241-7/+7
* configure: Add missing libavutil inter-library dependencies to .pc files.Reinhard Tartler2011-04-241-2/+2
* Handle unicode file names on windowsKirill Gavrilov2011-04-244-1/+97
* rtp: Rename the open/close functions to alloc/freeMartin Storsjö2011-04-2414-35/+35
* Lowercase all ff* program names.Diego Biurrun2011-04-238-18/+18
* Refer to ff* tools by their lowercase names.Diego Biurrun2011-04-234-25/+23
* Replace more FFmpeg instances by Libav or ffmpeg.Diego Biurrun2011-04-235-7/+7
* Replace `` by $() syntax in shell scripts.Diego Biurrun2011-04-232-8/+8
* patcheck: Allow overiding grep program(s) through environment variables.Brad2011-04-231-24/+26
* Remove stray libavcore and _g binary references.Diego Biurrun2011-04-232-3/+0
* vorbis: Rename decoder/encoder files to follow general file naming scheme.Diego Biurrun2011-04-234-3/+3
* aacenc: Fix whitespace after last commit.Nathan Caldwell2011-04-231-10/+13
* cook: Fix small typo in av_log_ask_for_sample message.Diego Biurrun2011-04-231-1/+1
* aacenc: Finish 3GPP psymodel analysis for non mid/side cases.Nathan Caldwell2011-04-232-6/+303
* Remove RDFT dependency from AAC decoder.Alex Converse2011-04-221-1/+1
* Add some debug log messages to AAC extradataAlex Converse2011-04-221-0/+9
OpenPOWER on IntegriCloud