summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* remove some useless initializations (the whole context is initialized to 0)Aurelien Jacobs2007-10-21
* cosmetics: reindentAurelien Jacobs2007-10-21
* cosmetics: Add #endif comment.Aurelien Jacobs2007-10-21
* remove unused context varAurelien Jacobs2007-10-21
* New RM format deserves small version bumpKostya Shishkov2007-10-21
* indentation after last commitKostya Shishkov2007-10-21
* Make RV10/20 decoder work with new frame formatKostya Shishkov2007-10-21
* Make Matroska demuxer output full frames instead of slices for RealVideoAurelien Jacobs2007-10-21
* Demux full frames instead of sliced for RealVideo.Kostya Shishkov2007-10-21
* Document ff_des_encdecReimar Döffinger2007-10-20
* Add support for decrypting asf filesReimar Döffinger2007-10-20
* associate to each AVProgram the indexes of the AVStreams contained in itNico Sabbi2007-10-20
* API extension: AVProgram now has an array (stream_index) containing the index...Nico Sabbi2007-10-20
* cosmetics: moved to a separate function the code to print the characteristics...Nico Sabbi2007-10-20
* add support for git in version.sh (use short hash as version number)Aurelien Jacobs2007-10-20
* cosmetics to make version.sh more VCS agnosticAurelien Jacobs2007-10-20
* The 'Video Filter API' is better known as 'libavfilter'.Víctor Paesa2007-10-19
* Install MSVC import libraries without version numbering in the filename.Ramiro Polla2007-10-19
* Append BUILDSUF directly to NAME instead of prepending it to (S)LIBSUF.Ramiro Polla2007-10-19
* Fix typo.Jeremy Mordkoff2007-10-19
* cosmetics: Add #endif comment.Diego Biurrun2007-10-19
* Add support for DES en- and decryption.Reimar Döffinger2007-10-19
* Grammar.Ramiro Polla2007-10-19
* ensure all compiled in codec/muxer are registeredAurelien Jacobs2007-10-18
* better check for video track detectionAurelien Jacobs2007-10-18
* skip unsupported audio track dataAurelien Jacobs2007-10-18
* cosmetics: indentationAurelien Jacobs2007-10-18
* check if we found an audio track before initializing the audio streamAurelien Jacobs2007-10-18
* compute pts according to the audio codecAurelien Jacobs2007-10-18
* set bytes per sample in the contextAurelien Jacobs2007-10-18
* fix big endian files supportAurelien Jacobs2007-10-18
* simplifyAurelien Jacobs2007-10-18
* parse sample rate instead of setting a default oneAurelien Jacobs2007-10-18
* add support for PCM codecAurelien Jacobs2007-10-18
* check compression_type to assign audio codecAurelien Jacobs2007-10-18
* make compression_type a function local var instead of a context varAurelien Jacobs2007-10-18
* add support for big_endian encoded headersAurelien Jacobs2007-10-18
* add some error processingAurelien Jacobs2007-10-18
* cosmetics: indentationAurelien Jacobs2007-10-18
* parse header chunk in a loop (don't depend on a fixed chunk ordering)Aurelien Jacobs2007-10-18
* add audio and video codec context varsAurelien Jacobs2007-10-18
* better log messageAurelien Jacobs2007-10-18
* move vp6 header parsing into its own functionAurelien Jacobs2007-10-18
* remove 2 temporary variablesAurelien Jacobs2007-10-18
* set a default value for num_channelsAurelien Jacobs2007-10-18
* move audio header parsing in its own functionAurelien Jacobs2007-10-18
* add a log messageAurelien Jacobs2007-10-18
* fix commentAurelien Jacobs2007-10-18
* small simplificationAurelien Jacobs2007-10-18
* WMV3 mode with FASTTX=0 seems to use standard IDCT instead of own 8x8 transformKostya Shishkov2007-10-18