summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Let ffplay support "-version".Stefano Sabatini2008-05-21
* Do not loop endlessly if converting into dv with timestamps Jan 1st notCarl Eugen Hoyos2008-05-21
* support dvd pcm 20/24 bits, patch by Lars Täuber, lars.taeuber gmx netLars Täuber2008-05-21
* remove useless/obsolete commentsBaptiste Coudurier2008-05-20
* remove useless close functionBaptiste Coudurier2008-05-20
* split swf de/muxerBaptiste Coudurier2008-05-20
* only print debug info when sample is actually addedBaptiste Coudurier2008-05-20
* warn about multiple fourccBaptiste Coudurier2008-05-20
* demux all stsd ids if codec is the same, fix premature_mov_ending.mov, closes...Baptiste Coudurier2008-05-20
* correct build documentation for qt-faststart utilityMike Melanson2008-05-19
* Cosmetics: move function to remove forward declarationsVitor Sessak2008-05-17
* Minor simplification of rotate_block()Vitor Sessak2008-05-17
* Cosmetics: indentationVitor Sessak2008-05-17
* Cosmetics: rename variableVitor Sessak2008-05-17
* Simplify ra144_decode_frame()Vitor Sessak2008-05-17
* Simplify vsad16_mmx2().Michael Niedermayer2008-05-17
* Remove a useless temporary bufferVitor Sessak2008-05-17
* Simplify vsad16_mmx().Michael Niedermayer2008-05-17
* Convert ra144.h tables from hex to decimalVitor Sessak2008-05-17
* Simplify vsad_intra16_mmx2()Michael Niedermayer2008-05-17
* Simplify vsad_intra16_mmx()Michael Niedermayer2008-05-17
* LPCM 24 bits support, patch by Lars Täuber, lars.taeuber gmx netLars Täuber2008-05-17
* The MPEG4AAC codec is provided by an external library and will be disabledDiego Biurrun2008-05-17
* missing codec long names by Stefano Sabatini, stefano.sabatini-lala poste itDiego Biurrun2008-05-17
* Avoid using log2() freebsd does not support it.Michael Niedermayer2008-05-16
* Store license value in a variable for later use.Jeremy Kolb2008-05-16
* cosmetics: Make 'ffserver -h' output consistent with other ff* tools.Stefano Sabatini2008-05-16
* Fix big-endian vs. little-endian typo.Diego Biurrun2008-05-16
* consistent codec name by Stefano Sabatini, stefano.sabatini-lala poste itDiego Biurrun2008-05-16
* Add PCM codec long names; by Stefano Sabatini, stefano.sabatini-lala poste it.Diego Biurrun2008-05-16
* set $logfile before useMåns Rullgård2008-05-15
* matroskadec: add support for bzlib compressed tracksAurelien Jacobs2008-05-15
* cosmetics: alignmentAurelien Jacobs2008-05-15
* Add a check for bzlib; used in the Matroska demuxer.Aurelien Jacobs2008-05-15
* cosmetics: Use C-style comment delimiters with #endif directives.Diego Biurrun2008-05-15
* cosmetics: Fix typos in ADPCM codec long names.Diego Biurrun2008-05-15
* cosmetics: s/Id/id/ in libavcodec where Id refers to id Software.Stefano Sabatini2008-05-15
* try to demux even if codec is not recognized, should demux M1F1-float32C-AFsp...Baptiste Coudurier2008-05-15
* do not fail if correct is not recognizedBaptiste Coudurier2008-05-15
* cosmetics, remove space before opening parenthesisBaptiste Coudurier2008-05-15
* Remove useless buffersVitor Sessak2008-05-15
* Simplify rotate_block()Vitor Sessak2008-05-15
* Do not pass the context to functions that do not use itVitor Sessak2008-05-15
* Declare vars as const when possibleVitor Sessak2008-05-15
* Do not copy tables to a context var, use them directlyVitor Sessak2008-05-15
* Remove unneeded fields from the decoder contextVitor Sessak2008-05-15
* Read the bitstream where the data is actually needed instead of doing it in u...Vitor Sessak2008-05-15
* Use correct type in FFSWAP (thanks to Benoit Fouet for pointing it out)Vitor Sessak2008-05-15
* Cosmetics: remove useless parenthesisVitor Sessak2008-05-15
* The first table of decodetable[] is unrelated to the other. Rename it.Vitor Sessak2008-05-15