summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fix mov debug (u)int64_t format strings.Alex Converse2011-04-221-3/+3
* bswap: use native types for av_bwap16().Jason Garrett-Glaser2011-04-221-2/+2
* doc: FLV muxing is supported.Carl Eugen Hoyos2011-04-231-1/+1
* applehttp: Handle AES-128 encrypted streamsMartin Storsjö2011-04-232-4/+106
* Add a protocol handler for AES CBC decryption with PKCS7 paddingMartin Storsjö2011-04-233-0/+172
* doc: Mention that DragonFly BSD requires __BSD_VISIBLE setMartin Storsjö2011-04-231-2/+2
* Use av_log_ask_for_sample() to request samples from users.Diego Biurrun2011-04-225-6/+11
* Make av_log_ask_for_sample() accept a variable number of arguments.Diego Biurrun2011-04-222-3/+9
* vqavideo: We no longer need to ask for version 1 samples.Diego Biurrun2011-04-221-2/+0
* aacdec: indentation cosmeticsYoung Han Lee2011-04-221-10/+9
* APIChanges: document git revision for CODEC_CAP_SLICE_THREADS addition.Ronald S. Bultje2011-04-211-1/+1
* Introduce slice threads flag.Ronald S. Bultje2011-04-2112-10/+23
* FATE: allow forcing thread-type when doing threaded fate runs.Ronald S. Bultje2011-04-212-3/+4