summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Another set of approved G.729 chunks (from decoder core)Vladimir Voroshilov2008-09-03
* theoradec: cosmetics: indentationAurelien Jacobs2008-09-03
* theoradec: skip decoding of uncoded MV in 4MV codeAurelien Jacobs2008-09-03
* theoradec: small 4MV code reorganization to ease future improvementsAurelien Jacobs2008-09-03
* Move av_set_pts_info() inside the mdpr_read_codecdata() call, so that it isRonald S. Bultje2008-09-03
* Use chunk-size in function calling mdpr_read_codecdata() rather than in theRonald S. Bultje2008-09-03
* Replace generic CONFIG_DECODERS preprocessor conditionals by more specificDiego Biurrun2008-09-02
* Silence a couple of 'defined but not used' warnings by adding an av_unusedDiego Biurrun2008-09-02
* 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