summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* dca and aac decoders use float_to_int16_interleave, so check forDavid Conrad2009-10-08
* ARM: whitespace cosmeticsMåns Rullgård2009-10-07
* ARM: NEON avg_pixels8 and avg_h264_qpel8_mc00Måns Rullgård2009-10-07
* Add w and h fields to AVFilterPic.Stefano Sabatini2009-10-07
* Add ALAC encoding and decoding regression tests.Justin Ruggles2009-10-06
* Implement trace messages logging in the filterchain processing.Stefano Sabatini2009-10-06
* ARM: make function names all-lowercaseMåns Rullgård2009-10-06
* ARM: enable ARMv4 add_pixels_clampedMåns Rullgård2009-10-06
* ARM: ARMv6 optimised add_pixels_clamped()Måns Rullgård2009-10-06
* ARM: whitespace cosmeticsMåns Rullgård2009-10-06
* ReindentDaniel Verkamp2009-10-06
* Add RF64 support to wav demuxer.Daniel Verkamp2009-10-06
* Add my GPG key fingerprintDaniel Verkamp2009-10-06
* Move HuffYUV left prediction to dsputil.Nathan Caldwell2009-10-06
* Since some junk may be or may be not present before actual VC-1 extradata,Andrew Dennison2009-10-06
* Remove casts that are useless since the argument is void *.Reimar Döffinger2009-10-06
* Allow building api-example from outside of libavcodec and alsoJai Menon2009-10-06
* Only read ID3v1 tag if ID3v2 isn't present or is empty.Anton Khirnov2009-10-05
* cosmetics: reindent and line wrap after last commitJustin Ruggles2009-10-05
* alacenc: add a fixed LPC coefficient mode as compression level 1. oldJustin Ruggles2009-10-05
* Revert:Michael Niedermayer2009-10-05
* id3v2: Export all text information frames with correct names.Anton Khirnov2009-10-05
* MP3 muxer: Write all metadata.Anton Khirnov2009-10-05
* Fix pcm_read_seek () when the position it calculates is greater than 2 GB.Daniel Verkamp2009-10-05
* Allow the combined TrueHD/AC3 tracks on Blu-Ray discs to be demuxed as two se...Ian Caulfield2009-10-05
* ARM: add ff_ prefix to lots of functionsMåns Rullgård2009-10-04
* ARM: cosmeticsMåns Rullgård2009-10-04
* ARM: replace some #if with if()Måns Rullgård2009-10-04
* ARM: clean up file/function naming conventionsMåns Rullgård2009-10-04
* ARM: clean up dsputil initialisationMåns Rullgård2009-10-04
* Sun Raster RGB supportPeter Ross2009-10-04
* Add FIXME about low_delay vs has_b_frames.Carl Eugen Hoyos2009-10-03
* H264 allows B frames without requiring a >=1 sized buffer.Wallak2009-10-03
* ARM: shorten some long macro namesMåns Rullgård2009-10-03
* ARM: update ldm/stm instructions to modern syntaxMåns Rullgård2009-10-03
* ARM: whitespace cosmeticsMåns Rullgård2009-10-03
* Reindent after channel layout commit from yesterdayRobert Swain2009-10-03
* increase maximum compressed frame sizeSascha Sommer2009-10-03
* return AVERROR_INVALIDDATA when the bitstream could not be decodedSascha Sommer2009-10-03
* Support decoding of uncompressed PCX scanlinesPeter Ross2009-10-03
* ARM: use plain labels for pc-relative addressingMåns Rullgård2009-10-02
* ARM: remove unnecessary .fpu neon directivesMåns Rullgård2009-10-02
* ARM: use undocumented .syntax directive to enable UAL syntaxMåns Rullgård2009-10-02
* Prefer "loglevel" over "logging level number or string" as argname ofStefano Sabatini2009-10-02
* Add vorbis channel layout support according to those defined in the Vorbis IRobert Swain2009-10-02
* ARM: apply extern symbol prefix where neededMåns Rullgård2009-10-02
* configure: define extern symbol prefix without quotes for for asm filesMåns Rullgård2009-10-02
* Do not use -mdynamic-no-pic if PIC is enabledMåns Rullgård2009-10-02
* ARM: add -marm flag since we do not support ThumbMåns Rullgård2009-10-02
* wav demuxer: return AVERROR_EOF instead of AVERROR(EIO) when the end ofReimar Döffinger2009-10-02