summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Change doxygen comment: Clarify when av_write_trailer should be called.Reimar Döffinger2008-09-03
* Clarify sample_aspect_ratio.Michael Niedermayer2008-09-03
* Add AVPacket.convergence_duration.Michael Niedermayer2008-09-03
* Try to clarify the semantics of AVPacket.duration.Michael Niedermayer2008-09-03
* fix issue 616 on roundup : decoding of short flac filesJai Menon2008-09-03
* Disable encoders by undefining CONFIG_FOO_ENCODER once instead of litteringDiego Biurrun2008-09-03
* Surround some encoding-specific functions with the appropriateDiego Biurrun2008-09-03
* Replace generic CONFIG_ENCODERS preprocessor conditionals by more specificDiego Biurrun2008-09-03
* Fix round to even for aspect ratio correction.Michael Niedermayer2008-09-03
* Remove unused code that used to handle protocol concatenation, i.e. tryingRonald S. Bultje2008-09-03
* gain codebook (first stage), 8k mode for G.729Vladimir Voroshilov2008-09-03
* Implement Realmedia/RTSP-compatible SETUP command. This includes calculationRonald S. Bultje2008-09-03
* fix fourcc commentBaptiste Coudurier2008-09-03
* 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