summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Add some parentheses to clarify operator precedence, fixes the warnings:Diego Biurrun2007-11-04
* make sure the mpeg audio header is valid before passing it to ff_mpegaudio_de...Andreas Öman2007-11-04
* Remove libvorbis Vorbis decoding support. Our native decoder is completeDiego Biurrun2007-11-04
* Enable debug variable only when debug code is enabled, fixes the warning:Diego Biurrun2007-11-04
* The function names of [rgb|bgr]1[56]to[UV|Y] had rgb<->bgr flipped.Diego Biurrun2007-11-04
* Remove unused variableBenjamin Larsson2007-11-04
* List enabled code in configure outputRamiro Polla2007-11-04
* Speed up show_listRamiro Polla2007-11-04
* Warn user if bitrate parameter is too lowRamiro Polla2007-11-04
* The Windows Help Forum is not ffmpeg-user for WindowsRamiro Polla2007-11-04
* Move external library codec registration to a separate section after allDiego Biurrun2007-11-04
* Add decoding support for variable block size FLAC files using the latest FLACJosh Coalson2007-11-04
* Add support for FLAC's new RICE2 entropy coding method. Patch by Josh Coalson.Josh Coalson2007-11-03
* add support for demuxing Electronic Arts .cdata filesAurelien Jacobs2007-11-03
* add Electronic Arts XAS ADPCM decoderAurelien Jacobs2007-11-03
* Add ff_ prefix to get_v()Kostya Shishkov2007-11-03
* Make get_v() available to the other demuxersKostya Shishkov2007-11-03
* typoMichael Niedermayer2007-11-03
* Use the ffmpeg mdct function, patch by Fabrice Bellard. Thread: [FFmpeg-devel...Fabrice Bellard2007-11-03
* fix misdetection of mp3could_not_find_codec_parameters.mp3Michael Niedermayer2007-11-03
* Seek regression for RM demuxer fixKostya Shishkov2007-11-03
* Doxyfication, patch by Stefano Sabatini %stefano P sabatini-lala A poste P it%Stefano Sabatini2007-11-02
* Split Musepack decoder into SV7 decoder and synth coreKostya Shishkov2007-11-02
* move adx.c to adxdec.cAurelien Jacobs2007-11-01
* split adx encoder in its own fileAurelien Jacobs2007-11-01
* remove useless debug funcAurelien Jacobs2007-11-01
* revert part of r10899 which was not intendedAurelien Jacobs2007-11-01
* cleanup and simplify adx_decode_header()Aurelien Jacobs2007-11-01
* remove useless initialization to 0 of adx contextAurelien Jacobs2007-11-01
* simplify dpcm decoders declaration using a macroAurelien Jacobs2007-11-01
* remove useless #undefAurelien Jacobs2007-11-01
* remove unreachable codeAurelien Jacobs2007-11-01
* cosmetics: alignmentAurelien Jacobs2007-11-01
* don't register adpcm encoders which are not implementedAurelien Jacobs2007-11-01
* doxy/cosmetics fixes. Patch by Stefano Sabatini %stefano P sabatini-lala A po...Stefano Sabatini2007-11-01
* Revert get_num() to old behaviour in order to handleKostya Shishkov2007-11-01
* check av_interleaved_write_frame() returnMichael Niedermayer2007-11-01
* cosmetics: sortAurelien Jacobs2007-11-01
* prefer our native vorbis decoder over libvorbisMichael Niedermayer2007-10-31
* fix issue130Michael Niedermayer2007-10-31
* support flv with invalid headerMichael Niedermayer2007-10-31
* factorize stream creationMichael Niedermayer2007-10-31
* Remove redundant -DHAVE_AV_CONFIG_H from tests/seek_test command.Diego Biurrun2007-10-31
* Remove unused variables, fixes the following warnings:Diego Biurrun2007-10-31
* Take the target address family in account when determining the family ofRonald S. Bultje2007-10-31
* Reindent after last commitLuca Abeni2007-10-31
* Resolve hosts and bind sockets even when the local_port is not set (0)Nicolas George2007-10-31
* EA IMA EACS decoderPeter Ross2007-10-30
* EA IMA SEAD decoderPeter Ross2007-10-30
* Leverage MinGW's llrint() in Cygwin compilations.Víctor Paesa2007-10-30