summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Fraps version 3 seems to be the same as Fraps v5Kostya Shishkov2008-12-04
* WRAW fourccBaptiste Coudurier2008-12-04
* partial WRAW fourcc support, might need image flippingBaptiste Coudurier2008-12-04
* silence gcc warning: ‘n_bands’ may be used uninitializedJustin Ruggles2008-12-04
* ac3dec: use uint8_t for band sizesJustin Ruggles2008-12-04
* Removes misleading const qualifier, gets rid of two compiler warningsReynaldo H. Verdejo Pinochet2008-12-04
* Add necessary header for av_set_program_name and av_program_add_stream_index.Diego Biurrun2008-12-03
* add fourccs from avi filesBen Littler2008-12-03
* ARM: convert VFP code to UAL syntaxMåns Rullgård2008-12-03
* Implement complexity estimation parsing and try to detect an incorrectly setMichael Niedermayer2008-12-03
* add GEOX fourcc for mpeg4Michael Niedermayer2008-12-03
* Move declaration of av_set_program_name and av_program_add_stream_indexDiego Biurrun2008-12-03
* Delete unnecessary 'extern' keywords.Diego Biurrun2008-12-03
* Delete unnecessary 'extern' keywords.Diego Biurrun2008-12-03
* add FFDS fourcc, ok'd by kostyaBen Littler2008-12-03
* Remove entry about unsupported QCELP codec, it is now supported.Diego Biurrun2008-12-03
* ac3dec: skip decoding and use error concealment for remaining blocks inJustin Ruggles2008-12-03
* mlp: initialize all CRC tables in a common function.Laurent Aimar2008-12-03
* Trivial rephrasing, avoids too long lineReynaldo H. Verdejo Pinochet2008-12-02
* Trivial, Cosmetics, mostly brace placement changesReynaldo H. Verdejo Pinochet2008-12-02
* Fix reading out of buffer during RV30/40 deblock mask calculationKostya Shishkov2008-12-02
* 34l: forgot to change one case of chroma MC for RV40Kostya Shishkov2008-12-02
* Check RV30/40 slice offsets to be inside buffer.Kostya Shishkov2008-12-02
* Update ff_rv34_decode_frame() arguments definitionKostya Shishkov2008-12-02
* Remove unused RV40 spatial intra prediction functionKostya Shishkov2008-12-02
* Commit last ok'ed parts of QCELP decoder and enable it.Kenan Gillet2008-12-02
* ADTS AAC probe.Michael Niedermayer2008-12-02
* Fix regression test failure with pthreads on multiprocessor systems.Michael Niedermayer2008-12-02
* Remove commented-out duplicate declarations.Diego Biurrun2008-12-02
* Remove unused declarations.Diego Biurrun2008-12-02
* More OKed parts of the QCELP decoderKenan Gillet2008-12-01
* Remove hack added to make "make checkheaders" pass, it is unneeded nowVitor Sessak2008-12-01
* More OKed parts of the QCELP decoderKenan Gillet2008-12-01
* Get rid of now unneeded pps/sps correctness code as pps/sps will notMichael Niedermayer2008-12-01
* Allocate parameter sets sanely instead of using alloc_parameter_set().Michael Niedermayer2008-12-01
* Make more informative the error messages regarding the access to theStefano Sabatini2008-12-01
* Improve documentation for the -pass and -passlog options. Add mentionStefano Sabatini2008-12-01
* enable RV40 decoderKostya Shishkov2008-12-01
* RV40 MC functionsKostya Shishkov2008-12-01
* Implement rule-number parsing, the initial step in stream (and bitrate)Ronald S. Bultje2008-12-01
* Fix segfault due to deallocated entries in delayed_pic after size change.Michael Niedermayer2008-11-30
* Change RDTDemuxContext->st into an array of streams, which will make futureRonald S. Bultje2008-11-30
* document ff_rdt_parse_open(). See ML discussion in "[PATCH] RDT/RealmediaRonald S. Bultje2008-11-30
* Change function prototype from taking an AVStream to taking an index to theRonald S. Bultje2008-11-30
* More OKed parts of the QCELP decoderKenan Gillet2008-11-30
* Handle AltiVec objects in a more elegant fashion, similar to MMX.Diego Biurrun2008-11-30
* Remove ineffectual hack that attempts to build ppc/check_altivec.o withoutDiego Biurrun2008-11-30
* configure: vertical alignment cosmetics.Ramiro Polla2008-11-30
* configure: Use check_lib2 for bzlib.Ramiro Polla2008-11-30
* channel layout support for ffmpeg.cBenjamin Larsson2008-11-29