source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @44b79c60   17 years michaelni indent Originally committed as revision 13628 to …
(edit) @e4e3230e   17 years michaelni Only store timestamps when there are timestamps. Originally committed …
(edit) @05d1d160   17 years michaelni Our MPEG-TS demuxer does not send complete PES packets but sends them …
(edit) @5c027f88   17 years michaelni Move new field to the end to avoid ABI breakage, I thought this struct …
(edit) @ebdd7377   17 years michaelni cosmetic Originally committed as revision 13624 to …
(edit) @ec0c5d4   17 years michaelni Allow matching timestamps to be removed by fetch_timestamp(). …
(edit) @21e30589   17 years michaelni Add off argument so that fetch_timestamp can search for timestamps not …
(edit) @cd614494   17 years michaelni Factorize fetch_timestamp() into its own function Originally …
(edit) @47917785   17 years michaelni unused variable Originally committed as revision 13620 to …
(edit) @1686cce6   17 years andreas Audio channels and sample rate must be set in order to skip additional …
(edit) @c5577c40   17 years baptiste.coudurier rename last_frame_offset to next_frame_offset, due to r13615
(edit) @b73e868b   17 years baptiste.coudurier cosmetics, remove table_ prefix Originally committed as revision …
(edit) @591569b5   17 years michaelni indent Originally committed as revision 13616 to …
(edit) @26f23725   17 years michaelni Rename last_frame_offset to next_frame_offset. (it was and is the next …
(edit) @556eec4   17 years baptiste.coudurier optimize, merge offset bits in vlc code Originally committed as …
(edit) @cb63a4b3   17 years michaelni Simplify parser core. Originally committed as revision 13613 to …
(edit) @40611372   17 years justin.ruggles move some AC3HeaderInfo struct fields to the Coded elements group. …
(edit) @892d2268   17 years baptiste.coudurier return if bitrate is not specified or too low Originally committed as …
(edit) @778346e   17 years baptiste.coudurier add context_to_name func for logging Originally committed as revision …
(edit) @2d73e6c8   17 years vitor1001 Replace comments by error messages. Thanks to Mkhodor for the tip. …
(edit) @c2a14bd7   17 years vitor1001 Cosmetics Originally committed as revision 13608 to …
(edit) @a00dc255   17 years vitor1001 Rename dec2() function Originally committed as revision 13607 to …
(edit) @07aee1a1   17 years vitor1001 Rename var Originally committed as revision 13606 to …
(edit) @aa3aaac   17 years vitor1001 Rename dec1() to a more descriptive name Originally committed as …
(edit) @50b8f2cf   17 years vitor1001 The function dec1() do two completly unrelated things. Split the rms …
(edit) @ce3d365   17 years baptiste.coudurier restore needed cast to correct type with const Originally committed …
(edit) @437fd77b   17 years takis.issaris Check whether the memory allocation for extradata succeeded. Fixes …
(edit) @934b910b   17 years Aurélien Jacobs matroskadec: use the proper timestamp scaling for index entries …
(edit) @7ff9708   17 years Aurélien Jacobs matroskadec: read TrackTimecodeScale and set timebase accordingly …
(edit) @cdae8eec   17 years Aurélien Jacobs matroskadec: silently discard some element ID that we don't care about …
(edit) @a94701d0   17 years vitor1001 Yet more variable renaming Originally committed as revision 13599 to …
(edit) @d4f0cc1c   17 years vitor1001 More variable renaming Originally committed as revision 13598 to …
(edit) @907892ee   17 years vitor1001 Rename functions Originally committed as revision 13597 to …
(edit) @d981252c   17 years vitor1001 Rename variables Originally committed as revision 13596 to …
(edit) @4a567b40   17 years takis.issaris Macro suggested by Michael which will be used to disable the …
(edit) @b8b015f4   17 years baptiste.coudurier cast to correct type, suppress warnings Originally committed as …
(edit) @74498eb4   17 years baptiste.coudurier cast to correct type, suppress warnings Originally committed as …
(edit) @73d046e2   17 years baptiste.coudurier add const, suppress warnings Originally committed as revision 26947 …
(edit) @87cf861c   17 years baptiste.coudurier cast to correct type, suppress warnings Originally committed as …
(edit) @3e62b7e3   17 years baptiste.coudurier add const, suppress warnings Originally committed as revision 26945 …
(edit) @72d6b610   17 years baptiste.coudurier remove useless casts Originally committed as revision 26944 to …
(edit) @774c386a   17 years baptiste.coudurier add const, suppress warnings Originally committed as revision 26943 …
(edit) @994c1ef0   17 years baptiste.coudurier add const, suppress warnings Originally committed as revision 26942 …
(edit) @baf7f7c6   17 years baptiste.coudurier remove useless casts Originally committed as revision 26941 to …
(edit) @1be97a21   17 years baptiste.coudurier memcpy considering output width, not src linesize, fix segv with …
(edit) @64e3e661   17 years baptiste.coudurier give context to av_log Originally committed as revision 13593 to …
(edit) @2dae1dd0   17 years baptiste.coudurier add \n to error message Originally committed as revision 13592 to …
(edit) @2453f406   17 years michaelni Prevent scalefactors from overflowing. fixes issue351 Originally …
(edit) @fb2b88a8   17 years justin.ruggles cosmetics: add a comment, remove a comment Originally committed as …
(edit) @9b575459   17 years justin.ruggles simplify Originally committed as revision 13589 to …
(edit) @6e74513a   17 years justin.ruggles set lfe params at frame init instead of in every block Originally …
(edit) @b85a15fe   17 years justin.ruggles only calculate number of exponent groups when exponents are not …
(edit) @aa148649   17 years justin.ruggles cosmetics: remove unneeded braces Originally committed as revision …
(edit) @7e13b31c   17 years justin.ruggles 10l: cosmetics Originally committed as revision 13585 to …
(edit) @e25973a1   17 years justin.ruggles new dba values requires running last 2 bit allocation stages …
(edit) @e992fba4   17 years diego Add a few newlines to 'ffmpeg -h' output to make it more readable. …
(edit) @ff5d419e   17 years justin.ruggles get_transform_coeffs() never returns an error, so make the function …
(edit) @2f7d6835   17 years vitor1001 Add doxy comments to eq() and do_voice() Originally committed as …
(edit) @fbe52e41   17 years justin.ruggles use enum value for CRC error Originally committed as revision 13580 …
(edit) @c78c6d6c   17 years justin.ruggles move header error logging to after CRC check Originally committed as …
(edit) @4dc471c   17 years vitor1001 Minor simplification Originally committed as revision 13578 to …
(edit) @9765b44c   17 years vitor1001 Rename variable Originally committed as revision 13577 to …
(edit) @208a2a60   17 years vitor1001 Remove useless intermediate variable Originally committed as revision …
(edit) @9d283ae   17 years vitor1001 Remove ra144.o dependency added in revision r13500, now reverted …
(edit) @750066ea   17 years diego flvenc.o depends on avc.o (for H.264 support functions). patch by …
(edit) @418a0b9f   17 years diego Compiling ffmpeg.c fails when when the .ffm demuxer is enabled, but …
(edit) @b13ddb3b   17 years michaelni unused Originally committed as revision 13572 to …
(edit) @b9c8388   17 years michaelni As *_static are not deallocated anymore except on program termination …
(edit) @83422c19   17 years michaelni unused Originally committed as revision 13570 to …
(edit) @65de23d1   17 years michaelni Remove non C code. Originally committed as revision 13569 to …
(edit) @09dafaeb   17 years michaelni Move *_static to bitstream.c which is the only file left which needs …
(edit) @ceaaf78b   17 years michaelni Change init_vlc_rl() so it does not use *alloc_static() anymore. …
(edit) @2d80ce2b   17 years michaelni Change init_2d_vlc_rl() to not use *alloc_static(). Originally …
(edit) @573e8cb3   17 years michaelni Remove incorrect usage of av_free_static(), ffmpeg.c is not a windows …
(edit) @9ef3193d   17 years michaelni Remove constant argument. Originally committed as revision 13564 to …
(edit) @f76605e8   17 years michaelni Switch to INIT_VLC_USE_NEW_STATIC. Note, if code you maintain still …
(edit) @d05b24ff   17 years michaelni Little helper macro to make the use of INIT_VLC_USE_NEW_STATIC easier. …
(edit) @ccc54864   17 years michaelni Make init_vlc* support proper static tables instead of this broken …
(edit) @27f19ed5   17 years vitor1001 Revert r13499, log: Make lpc coefficients 16 bit wide Only one of my …
(edit) @180b7026   17 years baptiste.coudurier 2nd try fix got_key_frame when video+audio Originally committed as …
(edit) @16e861e3   17 years ramiro.polla raw mlp demuxer Based on patch by Jeff Muizelaar <jrmuizel <at> …
(edit) @dd0f776   17 years benoit.fouet Detect "tif" suffix as TIFF. Patch by Quoc Cuong Pham: Quoc-Cuong D …
(edit) @3ed1a2ee   17 years diego cosmetics: Remove useless backslashes. Originally committed as …
(edit) @b006b26c   17 years diego Implement a proper configure test for AltiVec vector declaration …
(edit) @81a5cdde   17 years diego Simplify altivec.h test. Originally committed as revision 13554 to …
(edit) @de3e16ee   17 years diego 10l: Add useless backslashes in AltiVec CFLAGS test. Originally …
(edit) @7872806   17 years baptiste.coudurier fix got_key_frame when stream is audio Originally committed as …
(edit) @0332f549   17 years baptiste.coudurier set got_key_frame when packet is video, fix first video packet with …
(edit) @79c79687   17 years baptiste.coudurier update regressions tests, should be stable now Originally committed …
(edit) @626932fd   17 years baptiste.coudurier sleep seems needed to wait for feed to be setup Originally committed …
(edit) @3766ed72   17 years baptiste.coudurier log error when writing frame to output Originally committed as …
(edit) @c1593d0e   17 years baptiste.coudurier wake up connections to stop waiting when feed is being closed …
(edit) @084a8912   17 years baptiste.coudurier fix timestamps rescaling, index in source format might be different …
(edit) @ddb41f3f   17 years baptiste.coudurier take over ffserver maintenance Originally committed as revision 13545 …
(edit) @929a9b75   17 years baptiste.coudurier log some errors Originally committed as revision 13544 to …
(edit) @58bd615f   17 years baptiste.coudurier set is_streamed before writing data to output file Originally …
(edit) @7e14f145   17 years Carl Eugen Hoyos Warn about unimplemented H264 feature. Originally committed as …
(edit) @3b371676   17 years baptiste.coudurier cosmetics, reindent Originally committed as revision 13541 to …
(edit) @1cb4d12c   17 years baptiste.coudurier cosmetics, move declaration where it is used, remove now useless block …
(edit) @9d58e0a9   17 years baptiste.coudurier cosmetics, space before and after parenthesis, weird indentation …
Note: See TracRevisionLog for help on using the revision log.