source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(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 …
(edit) @ae899d12   17 years pascal.massimino in TRUNCATED mode, use residual fragments in ParseContext for decoding …
(edit) @36907468   17 years baptiste.coudurier use av_parse_video_frame_rate Originally committed as revision 13537 …
(edit) @e8bd16a5   17 years Reimar.Doeffinger Check av_new_stream return value, fixes CID75 RUN2 Originally …
(edit) @8b9c4ad2   17 years michaelni ENOMEM is better, yes ... Originally committed as revision 13535 to …
(edit) @60583fb   17 years Reimar.Doeffinger Check av_new_stream return value, fixes CID79 RUN2 Originally …
(edit) @6c10281c   17 years Reimar.Doeffinger Check for av_new_stream failure, fixes CID76 RUN2 Originally …
(edit) @1ab05d37   17 years diego Remove unnecessary #include. Originally committed as revision 13532 …
(edit) @f094b662   17 years diego Remove unnecessary header #includes. Extracted from a patch by Erik …
(edit) @1489db82   17 years diego Some (Solaris) gcc versions apparently output a comment as first line …
(edit) @09d9087d   17 years diego Add ASUS V1/V2 decoder codec long names. patch by Stefano Sabatini, …
(edit) @5dcfe9f   17 years diego When shared libraries are built, make the pkg-config requires …
(edit) @5faf1689   17 years benoit.fouet Check return of url_fseek in mpeg timestamp reading code. Patch by …
(edit) @ea9c581   17 years diego Simplify show_banner() so that it does not require arguments, similar …
(edit) @9667a2d2   17 years baptiste.coudurier reindent Originally committed as revision 13525 to …
(edit) @a9c1bb71   17 years baptiste.coudurier check that redirect is set, fixes CID13 RUN2 Originally committed as …
(edit) @7e183a93   17 years baptiste.coudurier reindent Originally committed as revision 13523 to …
(edit) @ce651af2   17 years baptiste.coudurier check that stream is set, fixes CID13 RUN2 Originally committed as …
(edit) @5735f6dc   17 years baptiste.coudurier check if stream has been set, fixes CID15 RUN2 Originally committed …
(edit) @75480e86   17 years baptiste.coudurier init h, fixes CID54 RUN2 Originally committed as revision 13520 to …
(edit) @96f69e0d   17 years baptiste.coudurier warn if pts is not set, prevent writing negative/weird cts, happens …
(edit) @c4f078ff   17 years baptiste.coudurier reindent Originally committed as revision 13518 to …
(edit) @e95580e7   17 years baptiste.coudurier this should be valid for audio too Originally committed as revision …
(edit) @c2acba13   17 years baptiste.coudurier check if extradata comes from mp4 and assume bitsteam is already …
(edit) @390b25ae   17 years baptiste.coudurier set avctx time_base in dv decoder Originally committed as revision …
(edit) @12701f6e   17 years diego Define private libraries as 'Libs:' when only static libraries are …
(edit) @161dab17   17 years michaelni ILP64 fix Originally committed as revision 13513 to …
(edit) @5a96cd64   17 years michaelni memleak / CID124 RUN2 Originally committed as revision 13512 to …
(edit) @57783b07   17 years baptiste.coudurier use av_fifo_generic_write, old func is deprecated Originally …
(edit) @659094cb   17 years vitor1001 Rename variable Originally committed as revision 13510 to …
(edit) @9bf8b562   17 years michaelni Dead code removal, fixes CID59 RUN2. Originally committed as revision …
(edit) @5e8782dd   17 years vitor1001 More intermediate vars removal Originally committed as revision 13508 …
(edit) @e88b67de   17 years michaelni Removing dead code, fixes CID4 RUN2. Originally committed as revision …
(edit) @408f43c   17 years vitor1001 Remove unused var Originally committed as revision 13506 to …
(edit) @7019f1a5   17 years vitor1001 Remove useless intermediate var Originally committed as revision …
(edit) @e05f9628   17 years vitor1001 Remove dec1() function Originally committed as revision 13504 to …
(edit) @ea813b44   17 years michaelni remove != 0 Originally committed as revision 13503 to …
(edit) @591944c   17 years michaelni Do a little more checking. Originally committed as revision 13502 to …
(edit) @e1dd8ac7   17 years michaelni Do not read from after the table, fixes CID108 RUN2. Originally …
(edit) @31e15894   17 years vitor1001 Use ff_acelp_weighted_vector_sum() instead of reimplementing it …
(edit) @594409a2   17 years vitor1001 Make lpc coefficients 16 bit wide Originally committed as revision …
(edit) @121ec9e5   17 years vitor1001 Simplify implementation and use of dec2() Originally committed as …
(edit) @3fb53d5   17 years baptiste.coudurier remove dummy coded frame, no muxer should use it anyway Originally …
(edit) @a28d9122   17 years diego Add a note about everybody's favorite recurring gcc bug: error: can't …
(edit) @909a9ad0   17 years michaelni Prevent 128*1<<trellis from becoming 0 and creating 0 sized arrays. …
(edit) @e5f6b7e5   17 years diego Slightly clarify bitstream filter help output. patch by Stefano …
(edit) @e6b4e4ff   17 years michaelni Remove coded_frame==NULL checks for video encoders. Originally …
(edit) @e2d09b65   17 years michaelni set coded_frame Originally committed as revision 13492 to …
(edit) @bf1310c7   17 years michaelni Update regression checksums after dts calculation fix (r13470). …
(edit) @d156bede   17 years diego Add command line option to set the value of bindir. Originally …
(edit) @9c852bcf   17 years diego cosmetics: spelling typo fixes Originally committed as revision 13489 …
(edit) @884d5385   17 years michaelni Null pointer check / CID26. Originally committed as revision 13488 to …
(edit) @c192426f   17 years michaelni Fix return type of ff_init_me(). Originally committed as revision …
(edit) @7a7718e3   17 years michaelni useless Originally committed as revision 13486 to …
(edit) @dd72228e   17 years michaelni minor simplification Originally committed as revision 13485 to …
(edit) @8403c54   17 years michaelni redundant Originally committed as revision 13484 to …
(edit) @fce88d52   17 years michaelni Fixes NULL pointer dereference CID66 Originally committed as revision …
(edit) @9d4cd3bf   17 years michaelni Tell the user if a AVI is non interleaved. Originally committed as …
(edit) @540c5220   17 years michaelni Check dia size a little more. Fixes CID80. Originally committed as …
(edit) @aa7205bc   17 years diego Remove unused variable 'prefix' from config.mak. Originally committed …
Note: See TracRevisionLog for help on using the revision log.