source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(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 …
(edit) @ca325343   17 years benoit.fouet Make pp_get_mode_by_name_and_quality accept a constant string. Patch …
(edit) @a8988916   17 years benoit.fouet Make filterDelimiters and optionDelimiters two static constant array …
(edit) @d6939960   17 years justin.ruggles add crc check to ac3 decoder Originally committed as revision 11379 …
(edit) @f7f8b4d2   17 years Aurélien Jacobs mention libavfilter in warning about deprecated vhook Originally …
(edit) @c482500f   17 years diego Drop RTSP default protocol. patch by Ronald S. Bultje, rsbultje gmail …
(edit) @ae904fd0   17 years diego Fix issue #301: summary of changes: - Use MANGLE when loading some …
(edit) @8f8fae80   17 years diego cosmetics: Reindent. Originally committed as revision 11375 to …
(edit) @b83a8424   17 years diego Merge double-nested if into && condition. patch by Ronald S. Bultje, …
(edit) @e2997274   17 years Aurélien Jacobs move num_packets=0 where it belongs Originally committed as revision …
(edit) @920d3609   17 years ivop TechnoTrend PVA Demuxer Originally committed as revision 11372 to …
(edit) @3feb44a9   17 years ivop TechnoTrend PVA Demuxer Originally committed as revision 11371 to …
(edit) @ebde2a2c   17 years benoit.fouet Fix prototype and return value of opt_bitrate and opt_bsf. Patch by …
(edit) @464a631c   17 years benoit.fouet Define rc override string as const. Patch by Morten Hustveit: lists …
(edit) @69c12fbb   17 years benoit.fouet Update show_banner date. Originally committed as revision 11368 to …
(edit) @bf22a109   17 years diego cosmetics: sort() Originally committed as revision 11367 to …
(edit) @72be9e73   17 years diego Add portable way to check for the existence of definitions and apply …
(edit) @c86ec2f4   17 years michaelni Extract aspect ratio from ODML/vprp. Originally committed as revision …
(edit) @2576a9e   17 years michaelni Correct doxy about timestamp units of read_timestamp(). Originally …
(edit) @de14759e   17 years michaelni Document return of read_timestamp. Originally committed as revision …
(edit) @3858a227   17 years michaelni More verbose aspect ratio error msg. Originally committed as revision …
(edit) @e640a5c4   17 years kostya.shishkov Direct blocks should use motion vectors from the second reference …
(edit) @12eaa3b7   17 years justin.ruggles simplify Originally committed as revision 11360 to …
(edit) @b35c67e   17 years justin.ruggles pass an AC3DecodeContext to ac3_downmix() instead of multiple …
(edit) @866181e5   17 years justin.ruggles cosmetics: rename sampling_rate to sample_rate Originally committed …
(edit) @0345fade   17 years justin.ruggles do not need to cast a (void *) Originally committed as revision 11357 …
(edit) @1b70d88b   17 years justin.ruggles cosmetics: vertical realignment after last commit Originally …
Note: See TracRevisionLog for help on using the revision log.