summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* 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
* cosmetics, Pair -> EntryBaptiste Coudurier2008-08-31
* store index in table in MXFStreamContext, simplifyBaptiste Coudurier2008-08-31
* merge descriptor write table with essence container uls table and simplifyBaptiste Coudurier2008-08-31
* fix type in prototypeBaptiste Coudurier2008-08-31
* remove header_byte_count_offset from contextBaptiste Coudurier2008-08-31
* simplify and correctly rewrite metadata in header partition, mark it closed c...Baptiste Coudurier2008-08-31
* simplify current partition offsetBaptiste Coudurier2008-08-31
* Implement RTSP/Realmedia-compatible OPTIONS command. See "Realmedia patch"Ronald S. Bultje2008-08-31
* turn on E-AC-3 decoding support and update the ChangelogJustin Ruggles2008-08-31
* header partition is open incomplete for nowBaptiste Coudurier2008-08-31
* simplify code and comment regarding determination whether or not AHT is used.Justin Ruggles2008-08-31
* always write footer partition according to specsBaptiste Coudurier2008-08-31
* use correct table nameJustin Ruggles2008-08-31
* 10l fix mxf_get_essence_container_ulBaptiste Coudurier2008-08-31
* cosmetics, mux_write -> mxf_writeBaptiste Coudurier2008-08-31
* correctly set track durationBaptiste Coudurier2008-08-31
* set duration to distinguished valueBaptiste Coudurier2008-08-31