summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Make avfilter_unref_buffer() accept a NULL parameter.Stefano Sabatini2011-01-15
* Reindent after the last commit.Stefano Sabatini2011-01-15
* In ffplay, do not open display if -nodisp is set.Stefano Sabatini2011-01-15
* Parse fact chunks from wav files to find duration.Michael Niedermayer2011-01-15
* Factor tag reading code out of wav read_header()Michael Niedermayer2011-01-15
* Second hunk from secrity fix from google.Frank Barchard2011-01-15
* do not read over the end of the packetSascha Sommer2011-01-15
* Set duration for wav files from sample size and data size or the wf64 sample ...Michael Niedermayer2011-01-15
* Check rangebits to avoid a possible crash.Frank Barchard2011-01-15
* Change some band size calculations in Bink decoder to use width in blocksKostya Shishkov2011-01-15
* Lagarith: fix decoding of one-coloured frames by reading the per-planeReimar Döffinger2011-01-15
* Add docs and Changelog entry for the -copytb option added in r26340.Stefano Sabatini2011-01-15
* Add APIchanges entry for the av_metadata_copy() addition.Stefano Sabatini2011-01-15
* Check symbol validity to avoid a crash, fixes issue 2523.Daniel Kang2011-01-15
* cosmetics: spacing, line wrap, and remove unneeded bracesJustin Ruggles2011-01-15
* Process all EXP_REUSE blocks at once in exponent_min().Justin Ruggles2011-01-15
* Take advantage of per-channel exponent and exponent strategy layout toJustin Ruggles2011-01-15
* Simplify compute_exp_strategy() by passing a pointer to all exponents andJustin Ruggles2011-01-15
* Use a local variable in the inner loop of group_exponents() to simplify theJustin Ruggles2011-01-15
* cosmetics: remove unneeded bracesJustin Ruggles2011-01-15
* cosmetics: rename block_num to blk for variable name consistencyJustin Ruggles2011-01-15
* Move exp_strategy from AC3Block to AC3EncodeContext in order to arrange byJustin Ruggles2011-01-15
* Rearrange exponent buffer to group all blocks for a single channel together.Justin Ruggles2011-01-15
* Cosmetics: fix weird indent.Stefano Sabatini2011-01-15
* H.264/SVQ3: make chroma DC work the same way as luma DCJason Garrett-Glaser2011-01-15
* Port SVQ3 to use the new mb_luma_dc method of storing luma DC coefficients.Jason Garrett-Glaser2011-01-15
* In yadif filter, default to top field first if interlacing is unknownBaptiste Coudurier2011-01-15
* also support decoding of AVPackets with multiple wma packetsSascha Sommer2011-01-14
* H.264: Remove useless arg to chroma_dc_dequant_idct_cJason Garrett-Glaser2011-01-14
* Fix ff_pw_3 alignment.Ronald S. Bultje2011-01-14
* In mxf muxer, check the return value of gmtime, fix #2494Baptiste Coudurier2011-01-14
* Update smc fate ref due to r26310Baptiste Coudurier2011-01-14
* Fix SVQ3Jason Garrett-Glaser2011-01-14
* New "copytb" ffmpeg cli option to copy input stream time base when stream cop...Baptiste Coudurier2011-01-14
* Remove outdated comment in h264dsp.hJason Garrett-Glaser2011-01-14
* Reindent after r26337.Jason Garrett-Glaser2011-01-14
* H.264: switch to x264-style tracking of luma/chroma DC NNZJason Garrett-Glaser2011-01-14
* H.264: split luma dc idct out and implement MMX/SSE2 versionsJason Garrett-Glaser2011-01-14
* Make opt_audio_sample_fmt() abort in case of invalid sample formatStefano Sabatini2011-01-14
* Add the word "Parsed" in the parsed filter names.Stefano Sabatini2011-01-14
* Add avcore.h header in samplefmt.h.Stefano Sabatini2011-01-14
* Copy metadata from ASF files contained in RTSP streams from ASF to RTSP layer,Ronald S. Bultje2011-01-14
* Reindent after 26330.Ronald S. Bultje2011-01-14
* Introduce av_metadata_copy() to copy metadata from one struct to another.Ronald S. Bultje2011-01-14
* H.264: eliminate non-transposed scantable support.Jason Garrett-Glaser2011-01-14
* add support for blocksize 64Sascha Sommer2011-01-14
* wtv: ignore VIDEOINFOHEADER2 picture aspect ratio information, as it is unrel...Peter Ross2011-01-14
* Revert aviobuf: Retry if the read/write function returns AVERROR(EAGAIN)Martin Storsjö2011-01-13
* Check linked pads media type mismatch in avfilter_link().Stefano Sabatini2011-01-13
* Make av_get_channel_layout_string() guess the number of channels if itStefano Sabatini2011-01-13