summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Use ff_sqrt() function instead of using a tableVitor Sessak2008-05-21
| | | | Originally committed as revision 13210 to svn://svn.ffmpeg.org/ffmpeg/trunk
* update adding codec docsBen Littler2008-05-21
| | | | Originally committed as revision 13209 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Let ffplay support "-version".Stefano Sabatini2008-05-21
| | | | | | Patch by: Stefano Sabatini, stefano.sabatini-lala poste it Originally committed as revision 13208 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not loop endlessly if converting into dv with timestamps Jan 1st notCarl Eugen Hoyos2008-05-21
| | | | | | | | | immediately following a lapyear. Patch by babupillai. Fixes issue 443. Originally committed as revision 13207 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support dvd pcm 20/24 bits, patch by Lars Täuber, lars.taeuber gmx netLars Täuber2008-05-21
| | | | Originally committed as revision 13206 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove useless/obsolete commentsBaptiste Coudurier2008-05-20
| | | | Originally committed as revision 13205 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove useless close functionBaptiste Coudurier2008-05-20
| | | | Originally committed as revision 13204 to svn://svn.ffmpeg.org/ffmpeg/trunk
* split swf de/muxerBaptiste Coudurier2008-05-20
| | | | Originally committed as revision 13203 to svn://svn.ffmpeg.org/ffmpeg/trunk
* only print debug info when sample is actually addedBaptiste Coudurier2008-05-20
| | | | Originally committed as revision 13202 to svn://svn.ffmpeg.org/ffmpeg/trunk
* warn about multiple fourccBaptiste Coudurier2008-05-20
| | | | Originally committed as revision 13201 to svn://svn.ffmpeg.org/ffmpeg/trunk
* demux all stsd ids if codec is the same, fix premature_mov_ending.mov, ↵Baptiste Coudurier2008-05-20
| | | | | | closes #451 Originally committed as revision 13200 to svn://svn.ffmpeg.org/ffmpeg/trunk
* correct build documentation for qt-faststart utilityMike Melanson2008-05-19
| | | | Originally committed as revision 13199 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics: move function to remove forward declarationsVitor Sessak2008-05-17
| | | | Originally committed as revision 13198 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Minor simplification of rotate_block()Vitor Sessak2008-05-17
| | | | Originally committed as revision 13197 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics: indentationVitor Sessak2008-05-17
| | | | Originally committed as revision 13196 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics: rename variableVitor Sessak2008-05-17
| | | | Originally committed as revision 13195 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify ra144_decode_frame()Vitor Sessak2008-05-17
| | | | Originally committed as revision 13194 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify vsad16_mmx2().Michael Niedermayer2008-05-17
| | | | Originally committed as revision 13193 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove a useless temporary bufferVitor Sessak2008-05-17
| | | | Originally committed as revision 13192 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify vsad16_mmx().Michael Niedermayer2008-05-17
| | | | Originally committed as revision 13191 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Convert ra144.h tables from hex to decimalVitor Sessak2008-05-17
| | | | Originally committed as revision 13190 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify vsad_intra16_mmx2()Michael Niedermayer2008-05-17
| | | | Originally committed as revision 13189 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify vsad_intra16_mmx()Michael Niedermayer2008-05-17
| | | | Originally committed as revision 13188 to svn://svn.ffmpeg.org/ffmpeg/trunk
* LPCM 24 bits support, patch by Lars Täuber, lars.taeuber gmx netLars Täuber2008-05-17
| | | | Originally committed as revision 13187 to svn://svn.ffmpeg.org/ffmpeg/trunk
* The MPEG4AAC codec is provided by an external library and will be disabledDiego Biurrun2008-05-17
| | | | | | with the next libavcodec major version bump. Originally committed as revision 13186 to svn://svn.ffmpeg.org/ffmpeg/trunk
* missing codec long names by Stefano Sabatini, stefano.sabatini-lala poste itDiego Biurrun2008-05-17
| | | | Originally committed as revision 13185 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Avoid using log2() freebsd does not support it.Michael Niedermayer2008-05-16
| | | | Originally committed as revision 13184 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Store license value in a variable for later use.Jeremy Kolb2008-05-16
| | | | | | patch by Jeremy Kolb, jkolb wsi com Originally committed as revision 13183 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Make 'ffserver -h' output consistent with other ff* tools.Stefano Sabatini2008-05-16
| | | | | | patch by Stefano Sabatini, stefano.sabatini-lala poste it Originally committed as revision 13182 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix big-endian vs. little-endian typo.Diego Biurrun2008-05-16
| | | | Originally committed as revision 13181 to svn://svn.ffmpeg.org/ffmpeg/trunk
* consistent codec name by Stefano Sabatini, stefano.sabatini-lala poste itDiego Biurrun2008-05-16
| | | | Originally committed as revision 13180 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add PCM codec long names; by Stefano Sabatini, stefano.sabatini-lala poste it.Diego Biurrun2008-05-16
| | | | Originally committed as revision 13179 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set $logfile before useMåns Rullgård2008-05-15
| | | | Originally committed as revision 13178 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec: add support for bzlib compressed tracksAurelien Jacobs2008-05-15
| | | | Originally committed as revision 13177 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: alignmentAurelien Jacobs2008-05-15
| | | | Originally committed as revision 13176 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a check for bzlib; used in the Matroska demuxer.Aurelien Jacobs2008-05-15
| | | | Originally committed as revision 13175 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Use C-style comment delimiters with #endif directives.Diego Biurrun2008-05-15
| | | | Originally committed as revision 13174 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Fix typos in ADPCM codec long names.Diego Biurrun2008-05-15
| | | | Originally committed as revision 13173 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: s/Id/id/ in libavcodec where Id refers to id Software.Stefano Sabatini2008-05-15
| | | | | | patch by Stefano Sabatini, stefano.sabatini-lala poste it Originally committed as revision 13172 to svn://svn.ffmpeg.org/ffmpeg/trunk
* try to demux even if codec is not recognized, should demux ↵Baptiste Coudurier2008-05-15
| | | | | | M1F1-float32C-AFsp.aif and fix #454 Originally committed as revision 13171 to svn://svn.ffmpeg.org/ffmpeg/trunk
* do not fail if correct is not recognizedBaptiste Coudurier2008-05-15
| | | | Originally committed as revision 13170 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics, remove space before opening parenthesisBaptiste Coudurier2008-05-15
| | | | Originally committed as revision 13169 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove useless buffersVitor Sessak2008-05-15
| | | | Originally committed as revision 13168 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify rotate_block()Vitor Sessak2008-05-15
| | | | Originally committed as revision 13167 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not pass the context to functions that do not use itVitor Sessak2008-05-15
| | | | Originally committed as revision 13166 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Declare vars as const when possibleVitor Sessak2008-05-15
| | | | Originally committed as revision 13165 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not copy tables to a context var, use them directlyVitor Sessak2008-05-15
| | | | Originally committed as revision 13164 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unneeded fields from the decoder contextVitor Sessak2008-05-15
| | | | Originally committed as revision 13163 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Read the bitstream where the data is actually needed instead of doing it in ↵Vitor Sessak2008-05-15
| | | | | | unpack_input() Originally committed as revision 13162 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use correct type in FFSWAP (thanks to Benoit Fouet for pointing it out)Vitor Sessak2008-05-15
| | | | Originally committed as revision 13161 to svn://svn.ffmpeg.org/ffmpeg/trunk