source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @a82630de   16 years michaelni Try to clarify the semantics of AVPacket.duration. Originally …
(edit) @d3ce0792   16 years jmenon86 fix issue 616 on roundup : decoding of short flac files Originally …
(edit) @c7ac9449   16 years diego Disable encoders by undefining CONFIG_FOO_ENCODER once instead of …
(edit) @999960c   16 years diego Surround some encoding-specific functions with the appropriate …
(edit) @f544a5fc   16 years diego Replace generic CONFIG_ENCODERS preprocessor conditionals by more …
(edit) @bb6c34e5   16 years michaelni Fix round to even for aspect ratio correction. Originally committed …
(edit) @0ad306b   16 years rsbultje Remove unused code that used to handle protocol concatenation, i.e. …
(edit) @063ad820   16 years voroshil gain codebook (first stage), 8k mode for G.729 Originally committed …
(edit) @e9dea59f   16 years rsbultje Implement Realmedia/RTSP-compatible SETUP command. This includes …
(edit) @bea6c1ec   16 years baptiste.coudurier fix fourcc comment Originally committed as revision 15169 to …
(edit) @bc165ee3   16 years voroshil Another set of approved G.729 chunks (from decoder core) Originally …
(edit) @4834eb19   16 years Aurélien Jacobs theoradec: cosmetics: indentation Originally committed as revision …
(edit) @feaf1a73   16 years Aurélien Jacobs theoradec: skip decoding of uncoded MV in 4MV code Thusnelda, the new …
(edit) @e32e2d56   16 years Aurélien Jacobs theoradec: small 4MV code reorganization to ease future improvements …
(edit) @15995030   16 years rsbultje Move av_set_pts_info() inside the mdpr_read_codecdata() call, so that …
(edit) @79d5045d   16 years rsbultje Use chunk-size in function calling mdpr_read_codecdata() rather than …
(edit) @2a43a093   16 years diego Replace generic CONFIG_DECODERS preprocessor conditionals by more …
(edit) @ab210908   16 years diego Silence a couple of 'defined but not used' warnings by adding an …
(edit) @bd10f6e1   16 years diego Prevent a division by 0 in the g726 decoder when the configured …
(edit) @d1c2156b   16 years diego Fix an invalid free in the AVI muxer when an unsupported audio track …
(edit) @8212568a   16 years diego Replace generic CONFIG_MUXERS preprocessor conditionals by more …
(edit) @c1843188   16 years diego Remove pointless #ifdef CONFIG_VHOOK from the code. The file is only …
(edit) @dfce888f   16 years baptiste.coudurier correctly mux mpeg2 audio 13818-3 in mp4 Originally committed as …
(edit) @428626d5   16 years baptiste.coudurier allow mp2 to be muxed into mp4 Originally committed as revision 15155 …
(edit) @d3bb8ad7   16 years voroshil Parity bit calculation routine for G.729 Originally committed as …
(edit) @d0b41d89   16 years michaelni Try to support invalid h264 that does not mark IDR with POC=0. Fixes …
(edit) @74aa41ba   16 years michaelni Fix detection of MPEG4 in MPEG-PS. Fixes issue568. Originally …
(edit) @406ab5cc   16 years justin.ruggles add a separate line in Makefile for E-AC-3 decoder and only compile it …
(edit) @7cabcf7d   16 years baptiste.coudurier make pcm encoder setting bits_per_sample field Originally committed …
(edit) @1981deaf   16 years stefano.sabatini-lala Make show_banner()/show_version() print the libpostproc version …
(edit) @2a4a62bf   16 years stefano.sabatini-lala Implement postproc_version(). Originally committed as revision 15148 …
(edit) @bdf6972c   16 years justin.ruggles change back to using CONFIG_*_DEMUXER for ac3_eac3_probe(), but use it …
(edit) @23cdcb22   16 years Aurélien Jacobs matroska: add E-AC-3 support Thanks again Justin ! Originally …
(edit) @75198e7   16 years justin.ruggles simplify ac3_probe() and eac3_probe(). patch by Aurelien Jacobs. …
(edit) @4d951ef8   16 years justin.ruggles check ENABLE_*_DEMUXER instead of CONFIG_*_DEMUXER Originally …
(edit) @2988c93   16 years justin.ruggles create a separate codec_id for E-AC-3 Originally committed as …
(edit) @5f86057   16 years rsbultje Remove useless "else" case in if X { A; return }; else { B }. See …
(edit) @d6bb9ebd   16 years rsbultje Some RTSP streams use SDP lines longer than 1024 bytes, so the SDP …
(edit) @897ade1b   16 years rsbultje Implement Realmedia-compatible DESCRIBE command. Originally committed …
(edit) @e6fa1ca5   16 years justin.ruggles fix sorting of audio codecs Originally committed as revision 15139 to …
(edit) @755ba886   16 years bartek.wolowiec Remaining parts of Nellymoser encoder Originally committed as …
(edit) @719f3702   16 years michaelni Check ff_init_me()s return value. Originally committed as revision …
(edit) @6f55b11e   16 years michaelni 1000l Fix snow regression test that i broke in r15135. Originally …
(edit) @b74ec693   16 years michaelni Warn the user about me_method values that are not supported. Fixes …
(edit) @c541e668   16 years michaelni Optimize vorbis_residue_decode() so that vr->type is a constant. Based …
(edit) @969c163f   16 years michaelni Remove debuging junk that probably hasnt been used by anyone since …
(edit) @e8c4df40   16 years baptiste.coudurier check for malloc failure Originally committed as revision 15132 to …
(edit) @db568c07   16 years baptiste.coudurier copy whole frame in vosData for dnxhd, this code will be used for …
(edit) @9a584db4   16 years justin.ruggles the FLAC encoder has an integer-only mode available (compression_level …
(edit) @a692130f   16 years justin.ruggles cosmetics: capitalization Originally committed as revision 15129 to …
(edit) @575a5bf   16 years justin.ruggles Dnet AC-3 encoding is integer-only Originally committed as revision …
(edit) @44723c84   16 years justin.ruggles add E-AC-3 to supported codec list Originally committed as revision …
(edit) @748384a1   16 years bartek.wolowiec Okayed parts of nellymoserenc.c Originally committed as revision …
(edit) @1cf151e9   16 years rsbultje Send RTSP OPTIONS command to detect server type. Originally committed …
(edit) @30aa6aed   16 years rsbultje Read RealChallenge1 field from the server. Originally committed as …
(edit) @e0776043   16 years rsbultje Implement RTSPServerType enum as a way to identify the flavour of RTSP …
(edit) @75128a22   16 years rsbultje Revert back to old version (r15103). Originally committed as revision …
(edit) @03f7e56   16 years stefan.gehrer reduce code duplication by moving common header parsing from the …
(edit) @0eaf5235   16 years stefano.sabatini-lala Change headers' guardnames consistently with r15120. Originally …
(edit) @98790382   16 years stefano.sabatini-lala Globally rename the header inclusion guard names. Consistently apply …
(edit) @f0319383   16 years pross Display error message when user attempts to resample non-S16 audio …
(edit) @b4c3d835   16 years lessen42 Use ff_vp3_idct_data in vp3dsp_mmx.c rather than duplicating it …
(edit) @43410eaf   16 years lessen42 Declare ff_vp3_idct_data to be uint16_t Originally committed as …
(edit) @587ae47a   16 years lessen42 Don't declare SSE vp3 idct data static, so it can be used in the mmx …
(edit) @b187836   16 years baptiste.coudurier do no write multi descriptor when only one track is present …
(edit) @6ae9d3fa   16 years baptiste.coudurier factorize Originally committed as revision 15114 to …
(edit) @f05773ea   16 years baptiste.coudurier remove mxf_build_structural_metadata, simplify Originally committed …
(edit) @98f7c5e0   16 years baptiste.coudurier move mxf_write_package to permit function merge Originally committed …
(edit) @a4d7a678   16 years baptiste.coudurier cosmetics, Pair -> Entry Originally committed as revision 15111 to …
(edit) @d4ffc57d   16 years baptiste.coudurier store index in table in MXFStreamContext, simplify Originally …
(edit) @f2ebd159   16 years baptiste.coudurier merge descriptor write table with essence container uls table and …
(edit) @b6fa8a8a   16 years baptiste.coudurier fix type in prototype Originally committed as revision 15108 to …
(edit) @85b5ee2b   16 years baptiste.coudurier remove header_byte_count_offset from context Originally committed as …
(edit) @cc984060   16 years baptiste.coudurier simplify and correctly rewrite metadata in header partition, mark it …
(edit) @ca276e6   16 years baptiste.coudurier simplify current partition offset Originally committed as revision …
(edit) @158efd74   16 years rsbultje Implement RTSP/Realmedia-compatible OPTIONS command. See "Realmedia …
(edit) @1f6a594d   16 years justin.ruggles turn on E-AC-3 decoding support and update the Changelog Originally …
(edit) @6685f63   16 years baptiste.coudurier header partition is open incomplete for now Originally committed as …
(edit) @f07fe6e7   16 years justin.ruggles simplify code and comment regarding determination whether or not AHT …
(edit) @7d5fdf9   16 years baptiste.coudurier always write footer partition according to specs Originally committed …
(edit) @9cf8ebe3   16 years justin.ruggles use correct table name Originally committed as revision 15099 to …
(edit) @c5a20912   16 years baptiste.coudurier 10l fix mxf_get_essence_container_ul Originally committed as revision …
(edit) @4e2f346b   16 years baptiste.coudurier cosmetics, mux_write -> mxf_write Originally committed as revision …
(edit) @68f4259c   16 years baptiste.coudurier correctly set track duration Originally committed as revision 15096 …
(edit) @cdedd878   16 years baptiste.coudurier set duration to distinguished value Originally committed as revision …
(edit) @4d418883   16 years baptiste.coudurier correctly write codec ul, mpeg-2 needs profile and level to be set …
(edit) @f6a1ca1d   16 years vitor1001 Misc cosmetics in compute_lpc_coefs(): braces removal and empty lines …
(edit) @1ffbafa0   16 years justin.ruggles skip converter exponent strategy for all channels at once Originally …
(edit) @fc324cd5   16 years vitor1001 Remove useless var in compute_lpc_coefs() Originally committed as …
(edit) @e1747bfa   16 years justin.ruggles merge declaration and init. variable is not used outside the loop. …
(edit) @f2e4eb62   16 years justin.ruggles cosmetics: indentation Originally committed as revision 15089 to …
(edit) @5d2dd908   16 years vitor1001 Merge declaration and initialization of a few vars in …
(edit) @8dfc56ec   16 years justin.ruggles commit more OKed parts of the E-AC-3 decoder Originally committed as …
(edit) @064abb8a   16 years baptiste.coudurier simplify, pass AVStream directly instead of index Originally …
(edit) @38573e8f   16 years baptiste.coudurier cosmetics, whitespace Originally committed as revision 15085 to …
(edit) @c872bdb0   16 years baptiste.coudurier remove now useless track_number_sign Originally committed as revision …
(edit) @4ee873e3   16 years baptiste.coudurier put back mxf_essence_container_uls in demuxer as static const …
(edit) @ecb71f8f   16 years baptiste.coudurier remove now useless mxf_essence_element_key array Originally committed …
(edit) @316b438f   16 years baptiste.coudurier fix track number ul in primer pack Originally committed as revision …
(edit) @b8ad3f7   16 years baptiste.coudurier introduce MXFContainerEssencePair to associate essence element key and …
Note: See TracRevisionLog for help on using the revision log.