summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Prevent a division by 0 in the g726 decoder when the configured samplerate is 0.Laurent Aimar2008-09-02
* Fix an invalid free in the AVI muxer when an unsupported audio track is added.Laurent Aimar2008-09-02
* Replace generic CONFIG_MUXERS preprocessor conditionals by more specificDiego Biurrun2008-09-02
* Remove pointless #ifdef CONFIG_VHOOK from the code.Diego Biurrun2008-09-02
* correctly mux mpeg2 audio 13818-3 in mp4Baptiste Coudurier2008-09-02
* allow mp2 to be muxed into mp4Baptiste Coudurier2008-09-02
* Parity bit calculation routine for G.729Vladimir Voroshilov2008-09-02
* Try to support invalid h264 that does not mark IDR with POC=0.Michael Niedermayer2008-09-02
* Fix detection of MPEG4 in MPEG-PS.Michael Niedermayer2008-09-02
* add a separate line in Makefile for E-AC-3 decoder and only compile it whenJustin Ruggles2008-09-02
* make pcm encoder setting bits_per_sample fieldBaptiste Coudurier2008-09-01
* Make show_banner()/show_version() print the libpostproc versionStefano Sabatini2008-09-01
* Implement postproc_version().Stefano Sabatini2008-09-01
* change back to using CONFIG_*_DEMUXER for ac3_eac3_probe(), but use itJustin Ruggles2008-09-01
* matroska: add E-AC-3 supportAurelien Jacobs2008-09-01
* simplify ac3_probe() and eac3_probe(). patch by Aurelien Jacobs.Aurelien Jacobs2008-09-01
* check ENABLE_*_DEMUXER instead of CONFIG_*_DEMUXERJustin Ruggles2008-09-01
* create a separate codec_id for E-AC-3Justin Ruggles2008-09-01
* Remove useless "else" case in if X { A; return }; else { B }. See discussionRonald S. Bultje2008-09-01
* Some RTSP streams use SDP lines longer than 1024 bytes, so the SDP lineRonald S. Bultje2008-09-01
* Implement Realmedia-compatible DESCRIBE command.Ronald S. Bultje2008-09-01
* fix sorting of audio codecsJustin Ruggles2008-09-01
* Remaining parts of Nellymoser encoderBartlomiej Wolowiec2008-09-01
* Check ff_init_me()s return value.Michael Niedermayer2008-09-01
* 1000l Fix snow regression test that i broke in r15135.Michael Niedermayer2008-09-01
* Warn the user about me_method values that are not supported.Michael Niedermayer2008-08-31
* Optimize vorbis_residue_decode() so that vr->type is a constant.Michael Niedermayer2008-08-31
* Remove debuging junk that probably hasnt been used by anyone since years.Michael Niedermayer2008-08-31
* check for malloc failureBaptiste Coudurier2008-08-31
* copy whole frame in vosData for dnxhd, this code will be used for other codec...Baptiste Coudurier2008-08-31
* the FLAC encoder has an integer-only mode available (compression_level <= 2)Justin Ruggles2008-08-31
* cosmetics: capitalizationJustin Ruggles2008-08-31
* Dnet AC-3 encoding is integer-onlyJustin Ruggles2008-08-31
* add E-AC-3 to supported codec listJustin Ruggles2008-08-31
* Okayed parts of nellymoserenc.cBartlomiej Wolowiec2008-08-31
* Send RTSP OPTIONS command to detect server type.Ronald S. Bultje2008-08-31
* Read RealChallenge1 field from the server.Ronald S. Bultje2008-08-31
* Implement RTSPServerType enum as a way to identify the flavour of RTSP thatRonald S. Bultje2008-08-31
* Revert back to old version (r15103).Ronald S. Bultje2008-08-31
* reduce code duplication by moving common header parsingStefan Gehrer2008-08-31
* Change headers' guardnames consistently with r15120.Stefano Sabatini2008-08-31
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-31
* Display error message when user attempts to resample non-S16 audio formats.Peter Ross2008-08-31
* Use ff_vp3_idct_data in vp3dsp_mmx.c rather than duplicating itDavid Conrad2008-08-31
* Declare ff_vp3_idct_data to be uint16_tDavid Conrad2008-08-31
* Don't declare SSE vp3 idct data static, so it can be used in the mmx versionDavid Conrad2008-08-31
* do no write multi descriptor when only one track is presentBaptiste Coudurier2008-08-31
* factorizeBaptiste Coudurier2008-08-31
* remove mxf_build_structural_metadata, simplifyBaptiste Coudurier2008-08-31
* move mxf_write_package to permit function mergeBaptiste Coudurier2008-08-31