summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Fix weird indent in get_video_frame().Stefano Sabatini2011-01-16
* Add git-howto.Anton Khirnov2011-01-16
* support decoding of files that contain the numberSascha Sommer2011-01-16
* In ffmpeg.texi, prefer @itemize lists over text formatted "*" lists.Stefano Sabatini2011-01-16
* Values >4 for lowres corrupt output.Carl Eugen Hoyos2011-01-16
* Reformat documentation for -vsync @var{parameter}.Stefano Sabatini2011-01-16
* Since lowres == crop for bmp, remove it to avoid confusion.Carl Eugen Hoyos2011-01-16
* Fix fate breakage in r26382.Ronald S. Bultje2011-01-16
* Remove useless free, fix warning:Baptiste Coudurier2011-01-16
* Fix overflow in pred16x16_plane x86 simd code. Fixes issue 2547.Ronald S. Bultje2011-01-15
* Include libavcore/audioconvert.h, required forStefano Sabatini2011-01-15
* Reindent.Stefano Sabatini2011-01-15
* Make ff_dprintf_link() print meaningful information for audio links.Stefano Sabatini2011-01-15
* Remove evil timers that snuck their way into r26375.Jason Garrett-Glaser2011-01-15
* Fix r26375 on non-x86.Jason Garrett-Glaser2011-01-15
* H.264: Partially inline CABAC residual decodingJason Garrett-Glaser2011-01-15
* Rename AVFilterBufferRefAudioProps.samples_nb to nb_samples.Stefano Sabatini2011-01-15
* 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