summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* correctly set audio codec when demuxing sofdec filesAurelien Jacobs2007-11-07
* cosmetics: indentationAurelien Jacobs2007-11-07
* split wmv2 in its own fileAurelien Jacobs2007-11-07
* Fix deblocking filter for field pictures by properly looking for firstJeff Downs2007-11-07
* rename some msmpeg4 symbols and make them non-staticAurelien Jacobs2007-11-07
* Fix make checkheaders by adding missing #include.Diego Biurrun2007-11-07
* probe more kind of electronic arts filesAurelien Jacobs2007-11-07
* split definition of PCM_CODEC into PCM_ENCODER and PCM_DECODERAurelien Jacobs2007-11-07
* Move external library registrations into a separate block after all nativeDiego Biurrun2007-11-07
* Add some explanatory comments.Diego Biurrun2007-11-07
* Rename ogg2.[ch] to oggdec.[ch].Diego Biurrun2007-11-07
* Remove disabled muxer skeleton, blessed by Mans.Diego Biurrun2007-11-07
* Give the libnut muxer a lib prefix in its name so it does not conflict withDiego Biurrun2007-11-07
* Specify the server address when opening an rtp:// URL in rtsp.c, soRonald S. Bultje2007-11-07
* Check context before accessing its field.Thorsten Jordan2007-11-07
* Musepack SV8 demuxer and decoderKostya Shishkov2007-11-07
* Fix poc for field pictures. Prior to this, the poc of the second fieldJeff Downs2007-11-06
* ffplay currently needs special handling for pausing in some protocols.Björn Axelsson2007-11-06
* Allow propagation of stream selection through the ASF demuxer to theBjörn Axelsson2007-11-06
* Split out the MDPR chunk reading into its own function.Ronald S. Bultje2007-11-06
* fix predictor initialization for adpcm-ima encoder not to lose first sampleTimofei V. Bondarenko2007-11-06
* Keep -lvorbis in libvorbis linker flags even when only used for encoding.Diego Biurrun2007-11-06
* Correct assignment of interlaced_frame; was being set on output frames,Jeff Downs2007-11-05
* Do not send too many RTCP packets (according to RFC 3550, the minimumLuca Abeni2007-11-05
* Use a symbolic name for the payload size of an RTCP Sender Report packetLuca Abeni2007-11-05
* Fix mov checksums following r10852.Benoit Fouet2007-11-05
* Quote paths in uninstall commands where necessary.Diego Biurrun2007-11-04
* 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