summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* 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
* wav: return av_get_packet errors unchanged.Reimar Döffinger2009-10-02
* Fix seek regression test: several AVERROR(EIO) correctly changed to AVERROR_EOF.Reimar Döffinger2009-10-02
* Remove url_feof check that would be triggered only after incorrectly producingReimar Döffinger2009-10-02
* Remove useless setting of pkt->size, av_get_packet already handles that.Reimar Döffinger2009-10-02
* Return special EOF checking for aiff and au demuxers, the check was atReimar Döffinger2009-10-02
* Return any error return values from av_get_packet, get_buffer etc. unchangedReimar Döffinger2009-10-02
* Make seek regression tests fit after previous get_buffer change.Reimar Döffinger2009-10-02
* Make get_buffer and get_partial_buffer return url_ferror or AVERROR_EOF asReimar Döffinger2009-10-02
* Check whether 32-bit x86 is really 64-bitDavid Conrad2009-10-01
* matroskadec: cosmetics: indentationAurelien Jacobs2009-10-01
* matroskadec: don't overwrite extradata already read by ff_get_wav_header()Aurelien Jacobs2009-10-01
* matroskadec: fix handling of A_MS/ACM track with no extradataAurelien Jacobs2009-10-01
* Make rawvideo_read_packet return partial frames.Reimar Döffinger2009-10-01
* Simplify: remove pointless {} and elseReimar Döffinger2009-10-01
* Remove pointless setting of pkt->size, av_get_packet already handles this.Reimar Döffinger2009-10-01
* au demuxer: pass av_get_packet error on unchanged instead of converting toReimar Döffinger2009-10-01
* av_new_packet failing should return ENOMEM, not EIO.Reimar Döffinger2009-10-01
* Make avcodec_open set codec_id and codec_type if they haven't been set.Reimar Döffinger2009-10-01
* put_bits can only reliably write up to 31 bit bits, above it relies onReimar Döffinger2009-10-01