summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Use all 32 bits of the timestamp when calculating flv duration.Martin Storsjö2009-09-07
* Cosmetics: Fix typo.Carl Eugen Hoyos2009-09-06
* Mark all pix_fmts and supported_framerates compound literals as const.Reimar Döffinger2009-09-06
* disable new seeking code in mpeg-ts per #ifdef (use old read_seek by default)Ivan Schreter2009-09-06
* Make sample_fmts and channel_layouts compound literals const to reduce size ofReimar Döffinger2009-09-06
* ff_rm_metadata is const.Reimar Döffinger2009-09-06
* ff_sine_windows table contains only constant data, too.Reimar Döffinger2009-09-06
* The ff_cos_tabs table itself is constant, too, so mark it as such.Reimar Döffinger2009-09-06
* The pointers in ff_sin_tabs themselves are constant, so mark them accordingly.Reimar Döffinger2009-09-06
* ff_swb_offset_* tables should be const.Reimar Döffinger2009-09-06
* ff_id3v1_genre_str table should be const.Reimar Döffinger2009-09-06
* 100l, all avlanguage tables should be both static and const.Reimar Döffinger2009-09-06
* compatible_frame array can be static const, too.Reimar Döffinger2009-09-06
* do not decode more than one audio frame in a decode packet callSascha Sommer2009-09-06
* avoid extra memcpy during scale factor decodingSascha Sommer2009-09-06
* Rename CHECKED_ALLOC(Z) to FF_ALLOC(Z)_OR_GOTO and add context and labelRamiro Polla2009-09-06
* Rename CHECKED_ALLOC(Z) to FF_ALLOC(Z)_OR_GOTO and add context and labelRamiro Polla2009-09-06
* Indent.Ramiro Polla2009-09-05
* Make 16bit YUV formats compatible with NE avcodec_get_pix_fmt().Lars Täuber2009-09-05
* Make 16bit YUV formats compatible with NE avcodec_get_pix_fmt().Lars Täuber2009-09-05
* Use memcpy to copy till end of line in one go instead of copying pixel by pixelReimar Döffinger2009-09-05
* cosmetic changes (indentation, doxygen comments, braces, put structures for A...Ivan Schreter2009-09-05
* Slightly simplify detection of end of compressed data in xan_unpackReimar Döffinger2009-09-05
* Make vp3 arrays static const where possible.Reimar Döffinger2009-09-05
* Remove useless ulti_decode_end function.Reimar Döffinger2009-09-05
* Search for ipmovie signature beyond the start of the file.Reimar Döffinger2009-09-05
* Extend ipmovie signature to match exactly one place in mve files that have aReimar Döffinger2009-09-05
* prettyprinting cosmeticsDiego Biurrun2009-09-05
* fix handling of packet loss when the output buffer is fullSascha Sommer2009-09-05
* reindentSascha Sommer2009-09-05
* remove no longer needed debug outputSascha Sommer2009-09-05
* reduce output buffer needsSascha Sommer2009-09-05
* store packet GetBitContext in the decoder contextSascha Sommer2009-09-05
* Remove fake Speex header creation from FLV demuxer. Having it there was not theJustin Ruggles2009-09-04
* Add frame_size as a codec parameter requirement for Speex inJustin Ruggles2009-09-04
* Reduce pointless verbosity after seeks in the MP3 decoder.Diego Biurrun2009-09-04
* Add a newline in error message in CHECKED_ALLOC(Z).Ramiro Polla2009-09-04
* Indent.Ramiro Polla2009-09-04
* Use if(0){} instead of #if 0 to prevent debug code to rot.Ramiro Polla2009-09-04
* libspeex: Do not set AVCodecContext.frame_size in decoder init if there is noJustin Ruggles2009-09-04
* configure: fix check for x264Måns Rullgård2009-09-02
* cosmetics: indentation and other prettyprinting fixesDiego Biurrun2009-09-02
* add missing wmapro decoder partsSascha Sommer2009-09-02
* whitespace cosmetics, prettyprintingDiego Biurrun2009-09-01
* Update ffv1 codec long name in the documentation as well.Diego Biurrun2009-08-31
* Use "FFmpeg video codec #1" instead of "FFmpeg codec #1" as codec long name.Lars Täuber2009-08-30
* Fix incorrect display of ASF/WMV duration after r12926.Josh Harris2009-08-30
* Add function to compute ceil(log2(x)).Thilo Borgmann2009-08-30
* Convert ZERO8x2 macro into inline functionKostya Shishkov2009-08-30
* Remove unused variable.Reimar Döffinger2009-08-30