source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @48aecf5a   17 years andreas Fix a bug causing the generated stream to be corrupt if the buffer …
(edit) @8b389f15   17 years andreas Correctly use output format stream index for bitstream filter when …
(edit) @90527811   17 years mike Error checking: make sure that there are 3 parameters and that the …
(edit) @f34b221b   17 years justin.ruggles used defined name for testing error resilience level Originally …
(edit) @aa6b38c2   17 years diego Fix random typos. Originally committed as revision 11477 to …
(edit) @4514a1d5   17 years diego Fix illegal identifiers, names starting with _ and uppercase are …
(edit) @6da7cc81   17 years diego Add compilation rule for tools/trasher. Originally committed as …
(edit) @e36f0f0   17 years diego Remove unused variable i. Originally committed as revision 11474 to …
(edit) @f0cb505a   17 years diego Allow compilation of test programs when TEST is defined. Originally …
(edit) @a005768d   17 years diego Remove unused variable j. Originally committed as revision 11472 to …
(edit) @38c162c1   17 years diego Remove unused variable variance. Originally committed as revision …
(edit) @43bfaa89   17 years diego Fix test program compilation, random() needs to be undefined. …
(edit) @727601bc   17 years Reimar.Doeffinger url_write is part of the public API so it may not be under ifdef. Also …
(edit) @9656df79   17 years Reimar.Doeffinger Remove clip_table as it is not used anymore. Patch by Diego …
(edit) @59edca9a   17 years michaelni Split range coding chapter in binary and integers Originally …
(edit) @482e74ad   17 years michaelni argh s/ffmpeg/snow/ Originally committed as revision 11466 to …
(edit) @ca087dbc   17 years michaelni Range coder state transition table, based on a patch by lars punkt …
(edit) @80609620   17 years michaelni Remove extra word. Originally committed as revision 11464 to …
(edit) @e55a4dd3   17 years baptiste.coudurier check av_new_stream return value Originally committed as revision …
(edit) @ebbe25d2   17 years baptiste.coudurier check av_new_stream return value Originally committed as revision …
(edit) @43d1a1c0   17 years Roman R. * fixing a bug preventing default values to be set correctly …
(edit) @27250d20   17 years michaelni Mention damaged input testing. Originally committed as revision 11460 …
(edit) @0f340f8f   17 years michaelni A little proggy i wrote years ago. This simply writes burts of random …
(edit) @787e1353   17 years michaelni Randomly change the amount of noise if nothing is explicitly set. …
(edit) @77c1d04d   17 years ivop LMLM4 demuxer Originally committed as revision 11457 to …
(edit) @670c7847   17 years ivop Linux Media Labs MPEG-4 (LMLM4) demuxer Originally committed as …
(edit) @e03caf2e   17 years ivop Implement read_timestamp and enable seeking in PVA files. Originally …
(edit) @ffc29341   17 years ivop cosmetics Originally committed as revision 11454 to …
(edit) @e661f760   17 years ivop remove unnecessary check Originally committed as revision 11453 to …
(edit) @9ae09203   17 years ivop use ff_parse_pes_pts for parsing an MPEG-PES timestamp Originally …
(edit) @66e9e302   17 years ivop Move parsing of MPEG-PES timestamp to mpeg.h (as an inline function) …
(edit) @ca5323a   17 years r_togni Move printing of the license status at the end of configure output, so …
(edit) @8e4270c5   17 years andreas Dont crash if resampling is requested but no audio packets are ever …
(edit) @03d83abc   17 years Aurélien Jacobs Fix access to the last element of the table. (size of the table vs. …
(edit) @81fe0cfc   17 years benoit.fouet Mark the ff_svq1_frame_size_table as constant. Patch by Diego …
(edit) @a1f89639   17 years benoit.fouet Move wmv1_scantable to .rodata section by making it an array of …
(edit) @31bfd6f3   17 years benoit.fouet Make the av_class member of PPContext a poiner to constant AVClass. …
(edit) @9307db1   17 years benoit.fouet Mark the tables in g726.c as constant. Patch by Diego 'Flameeyes' …
(edit) @1411f55b   17 years benoit.fouet Make v4l.c's video_formats constant and static. Patch by Diego …
(edit) @b2a91770   17 years benoit.fouet Remove unused symbol. Patch by Diego 'Flameeyes' Pettenò flameeyes ¤ …
(edit) @f0b3a7ba   17 years justin.ruggles split out init of downmix coeffs into a separate function that can be …
(edit) @4f632b06   17 years Aurélien Jacobs Make ff_mkv_codec_tags lie entirely in .rodata section. From: Diego …
(edit) @82a6c481   17 years justin.ruggles remove unneeded variable from AC3DecodeContext Originally committed …
(edit) @4bc829bb   17 years justin.ruggles make sure that the last coupling band stops at the end of the coupling …
(edit) @c807e68f   17 years diego cosmetics: Add another pair of parentheses to aid readability. …
(edit) @b02fbf75   17 years justin.ruggles fix phase flag processing for the case when coupling coordinates are …
(edit) @621d7fe9   17 years diego Rename two structures, identifiers starting with _[A-Z] are reserved. …
(edit) @29c90869   17 years baptiste.coudurier cosmetics, split overly long lines Originally committed as revision …
(edit) @81df3869   17 years kostya.shishkov Fractional parts of motion vectors should be accounted separately too …
(edit) @7d51eddd   17 years lucabe72 Make AVRtpPayloadTypes static and constant Patch by Diego 'Flameeyes' …
(edit) @51b73087   17 years justin.ruggles fix playing of multichannel audio for codecs without downmixing …
(edit) @5e40d0e8   17 years ivop cosmetics, superfluous space Originally committed as revision 11430 …
(edit) @71e1080e   17 years ivop proper check for valid pva_pts Originally committed as revision 11429 …
(edit) @dba13944   17 years ivop do not return an error, but warn and recover when encountering an …
(edit) @7705cf7e   17 years ivop validate streamid before use Originally committed as revision 11427 …
(edit) @fe332ad6   17 years ivop change audio codec id to mp2 Originally committed as revision 11426 …
(edit) @0e8a207f   17 years ivop proper type and initialization of pva_pts Originally committed as …
(edit) @6a5ef293   17 years ivop remove unnecessary shift Originally committed as revision 11424 to …
(edit) @cfec09e9   17 years justin.ruggles check for request_channels in dca init function Originally committed …
(edit) @ef7f2bb7   17 years justin.ruggles add downmixing support to libfaad decoder Originally committed as …
(edit) @1d8cfa31   17 years justin.ruggles cosmetics: indentation after last commit Originally committed as …
(edit) @646800f7   17 years justin.ruggles move E-AC3 header parsing to ff_ac3_parse_header() Originally …
(edit) @86ad4c7   17 years justin.ruggles remove unneeded variables from AC3HeaderInfo Originally committed as …
(edit) @3eca1e6f   17 years justin.ruggles do not set channels before checking request_channels Originally …
(edit) @dc7009ea   17 years justin.ruggles use request_channels in liba52 decoder Originally committed as …
(edit) @2816d323   17 years justin.ruggles cosmetics: indentation Originally committed as revision 11416 to …
(edit) @95283c17   17 years justin.ruggles check for request_channels at codec init Originally committed as …
(edit) @6cd325c   17 years justin.ruggles do not set channels before checking request_channels Originally …
(edit) @296cbe57   17 years lucabe72 Update maintainership information after the rtp.c split Originally …
(edit) @f228eb7   17 years justin.ruggles adjust output channels based on AVCodecContext.request_channels in AC3 …
(edit) @9bd005bd   17 years michaelni Drop non key frames before the first key frame. Originally committed …
(edit) @977cbe79   17 years Aurélien Jacobs install crc.h which is now part of public API Originally committed as …
(edit) @3abe5fbd   17 years Aurélien Jacobs improve CRC API - don't export any global var - provide either …
(edit) @83a0d387   17 years lucabe72 Split the RTP muxer out of rtp.c, to simplify the RTSP demuxer's …
(edit) @9389e63c   17 years banan Enable proper output from the LFE channel, based on patch from Mathias …
(edit) @8eb793c4   17 years lucabe72 Split the RTP demuxing functions out of rtp.c, to simplify the RTP …
(edit) @a35bf971   17 years michaelni indent Originally committed as revision 11405 to …
(edit) @2e1d2873   17 years michaelni Flip key and element so types match, not that it matters for any code …
(edit) @b57cb968   17 years michaelni Document O() time. Originally committed as revision 11403 to …
(edit) @efbaf4d   17 years michaelni Document node removial API. Originally committed as revision 11402 to …
(edit) @d5cb5fe8   17 years michaelni Fix selftest. Originally committed as revision 11401 to …
(edit) @f05dda3   17 years michaelni Support removing elements. Originally committed as revision 11400 to …
(edit) @6e8b982b   17 years michaelni Move *malloc() out of tree.c, that way the code can be used with flat …
(edit) @f1917274   17 years kostya.shishkov RV30 thirdpel motion compensation support Originally committed as …
(edit) @e5635270   17 years michaelni A few lines of text about the range coder, part of a patch by lars …
(edit) @68e7d442   17 years diego Add a note about the license of libamr. Originally committed as …
(edit) @50e4d833   17 years diego Spell out WB and NB. Originally committed as revision 11395 to …
(edit) @0c893224   17 years diego Change some files to only include the necessary headers. Originally …
(edit) @1234585f   17 years benoit.fouet Initialize "saved" buffer to zero. Patch by Vincent Penné vpenne …
(edit) @0fd36362   17 years benoit.fouet Make three rm demuxer functions non static. Patch by Ronald S. Bultje …
(edit) @116d15cc   17 years michaelni Always set next correctly, even if a matching element is found (that …
(edit) @10ff3ff4   17 years benoit.fouet Make pp_help a constant pointer to constant characters, moves it …
(edit) @7564658b   17 years justin.ruggles cosmetics: indentation and add a TODO comment Originally committed as …
(edit) @471db688   17 years justin.ruggles only check ac3 crc if AVCodecContext.error_resilience > 0 Originally …
(edit) @5706c0be   17 years justin.ruggles cosmetics: indentation after last commit Originally committed as …
(edit) @bd03aa15   17 years justin.ruggles remove workaround which is no longer needed due to …
(edit) @95c21842   17 years lucabe72 Rationalize some dependencies between rtsp and rtp Originally …
(edit) @d80906e7   17 years lucabe72 Fix the RTP muxer dependencies Originally committed as revision 11384 …
(edit) @3d94e3ba   17 years ivop use one shift less in get_pts() Originally committed as revision …
(edit) @b44665c4   17 years kostya.shishkov Make decode210() common function. Originally committed as revision …
Note: See TracRevisionLog for help on using the revision log.