source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @8ebe099a   16 years michaelni Check for EOF during index reading. Originally committed as revision …
(edit) @a90de11d   16 years diego Check return value of posix_memalign and explicitly set pointer to …
(edit) @1bbeb06a   16 years diego Use av_strdup to allocate string, prevents the warning: …
(edit) @0a036d07   16 years diego Revert adding av_uninit to out_width/out_height variables. The warning …
(edit) @346db3ef   16 years Carl Eugen Hoyos Use context variable repeat_pict for frame duration computation and …
(edit) @f5007cc   16 years michaelni Handle chunks with the MSB in size set correctly that is unsigned. …
(edit) @96c3da93   16 years Carl Eugen Hoyos Set context variable picture_structure in H264 parser. Patch by Ivan …
(edit) @0ed260c7   16 years Carl Eugen Hoyos Set context variable key_frame in H264 parser. Patch by Ivan …
(edit) @ff6474d   16 years Carl Eugen Hoyos Parse NAL units in H264 parser. Patch by Ivan Schreter, schreter gmx …
(edit) @1790a5e9   16 years Carl Eugen Hoyos Make the following H264 functions available to the parser: …
(edit) @20a93972   16 years diego Bail out if regtest-flashsv is run but zlib is not enabled. …
(edit) @7ea3880a   16 years diego Fix swscale-error vs. swscale_error typo; it is marked as the former …
(edit) @333d537   16 years mans Remove special treatment of version.h in DEPEND_CMD Originally …
(edit) @36798f1b   16 years mans Declare version.h dependencies explicitly Originally committed as …
(edit) @73d65a96   16 years michaelni Be less noisy with invalid pts/dts. Originally committed as revision …
(edit) @e641f320   16 years michaelni indent Originally committed as revision 17481 to …
(edit) @28499cc   16 years mans Correct, portable definition of INT_BIT Originally committed as …
(edit) @f4870943   16 years mans configure: add (empty) avr32 arch case Originally committed as …
(edit) @cfdb6148   16 years mans configure: sort cases in arch section Originally committed as …
(edit) @822be725   16 years mans Alpha: fix inline asm with DEC/Compaq/HP compiler Originally …
(edit) @7b776589   16 years Aurélien Jacobs Take account of struct size in total packet queue size tracking. fix …
(edit) @31f2616d   16 years michaelni Fix raw rgb/bgr vertical flip in avi based on info from …
(edit) @431ac29   16 years Carl Eugen Hoyos Factorize some code in yuv2rgb_template.c to ease further yuva2rgb …
(edit) @d541a7d2   16 years rsbultje Change sizeof(struct_type) to sizeof(variable). Originally committed …
(edit) @40494418   16 years stefan.gehrer move zeroing of alpha channel register out of YSCALEYUV2xxx macros, …
(edit) @df57ab14   16 years stefan.gehrer splits various YSCALEYUV2xxx macros into YSCALEYUV2xxx_UV, …
(edit) @9c77b26b   16 years stefan.gehrer make MMX registers parametrized in the WRITEBGR32 macro, patch by …
(edit) @9f2fc126   16 years stefan.gehrer add raw demuxer for Chinese AVS elementary streams Originally …
(edit) @a169df2f   16 years justin.ruggles Set the correct number of samples for E-AC-3 in the AC3 parser. …
(edit) @ebb61f83   16 years Carl Eugen Hoyos Use last decoded SPS as current SPS in order to parse picture timing …
(edit) @abaab07c   16 years pross Add myself as maintainer for American Laser Games and Electronic Arts …
(edit) @ce83d2bd   16 years Roman R. Fixing a value returning issue Originally committed as revision 17469 …
(edit) @b1fa4942   16 years Carl Eugen Hoyos Add convergence_duration to AVCodecParserContext. Patch by Ivan …
(edit) @e9259f8d   16 years alex.converse Re-indent after last commit Originally committed as revision 17467 to …
(edit) @e7f73ad   16 years alex.converse AAC in ASF does not need parsing. Originally committed as revision …
(edit) @52837498   16 years alex.converse Add Divio MPEG-4 FOURCC (M4CC) Originally committed as revision 17465 …
(edit) @d42e44a0   16 years alex.converse Reindent after last commit Originally committed as revision 17464 to …
(edit) @3878be31   16 years Carl Eugen Hoyos Silence two warnings: cast discards qualifiers from pointer target …
(edit) @274aa1d0   16 years alex.converse Some buffer checks for indeo3 Originally committed as revision 17462 …
(edit) @2a46003   16 years Aurélien Jacobs matroskadec: fix seek regression tests according to r17460 Originally …
(edit) @9ebeea82   16 years Aurélien Jacobs matroskadec: return AVERROR_EOF upon detection of end of file …
(edit) @dc405cc1   16 years michaelni A try to fix the regressions. Originally committed as revision 17459 …
(edit) @edf9b2f0   16 years pross FFplay: Stop processing input file when AVERROR_EOF is returned from …
(edit) @0e9602ef   16 years pross FLV demuxer: return AVERROR_EOF upon detection of end of file. …
(edit) @1e04bbe   16 years pross AVI demuxer: return AVERROR_EOF upon detection of end of file. …
(edit) @9bf1b724   16 years pross Add AVERROR_EOF. Originally committed as revision 17455 to …
(edit) @6f2162b4   16 years diego Mark functions only used within the test programs as static. …
(edit) @859bb3cf   16 years ikalvachev Add more paranoid checks of xvmc token. Originally committed as …
(edit) @9cfc1b3a   16 years ikalvachev Exit with error if MPV_common_init() is called with PIX_FMT_NONE. Give …
(edit) @e1025248   16 years diego Only enable SSE/3DNOW optimizations when they have been enabled at …
(edit) @2213f431   16 years diego Directly #include required X11/XvMC header. Originally committed as …
(edit) @94ed2a30   16 years Roman R. transitioning dv_guess_dct_mode to dsputil cmp function Originally …
(edit) @7fb7f636   16 years Roman R. Adding 2 intra 8x8 cmp functions: vsad, vsse Originally committed as …
(edit) @4cff8dc8   16 years justin.ruggles Allow AC-3 parser to modify codec_id. Patch by Joakim Plate (elupus A …
(edit) @3899eb2f   16 years Roman R. Making the arrays accomodate an extra intra 8x8 cmp function …
(edit) @d52b39c7   16 years Aurélien Jacobs fix missing dependencies Originally committed as revision 17445 to …
(edit) @b743889   16 years stefano.sabatini-lala Fix typo: explixitly -> explicitly. Originally committed as revision …
(edit) @b3183ad0   16 years diego prettyprinting whitespace cosmetics Originally committed as revision …
(edit) @6363af44   16 years Carl Eugen Hoyos Add key_frame to AVCodecParserContext, used in libavformat. …
(edit) @2ea89d92   16 years Carl Eugen Hoyos Parse buffering period (H.264, D.1.1). Patch by Ivan Schreter, …
(edit) @31866c4   16 years diego The 3DNow! and SSE FFT optimizations depend on the yasm optimizations …
(edit) @24a414e0   16 years Carl Eugen Hoyos Store CPB count in the context. Patch by Ivan Schreter, schreter gmx …
(edit) @15239b7f   16 years stefano.sabatini-lala Rename the "src" parameter in the sws_scale() declaration to …
(edit) @583799c4   16 years stefano.sabatini-lala Document sws_scale(). Originally committed as revision 28654 to …
(edit) @9ac9f89   16 years stefano.sabatini-lala Use const qualifier for the variable "tbp", fix warning. Originally …
(edit) @61af68d7   16 years stefano.sabatini-lala Use parentheses around assignment used as truth value, fix warning. …
(edit) @818ff9a4   16 years stefano.sabatini-lala Assign const qualifier to the font variable, fix warning. Originally …
(edit) @2ba56289   16 years stefano.sabatini-lala Add const qualifier to the error var, fix warnings. Originally …
(edit) @eecc17a7   16 years benoit.fouet Move debug trace to the new compute_frame_delay() function. Patch by …
(edit) @712de377   16 years benoit.fouet Cosmetics: reindent after previous commit. Originally committed as …
(edit) @443658fd   16 years benoit.fouet Do not force last delay value to its own value. Adapted from a patch …
(edit) @49410784   16 years benoit.fouet Extract into its own function the code to compute frame delay. Patch …
(edit) @1447aac4   16 years benoit.fouet av_alloc_format_context has been renamed, update AVFormatContext …
(edit) @9392863d   16 years michaelni Clarify get_ue_golomb_31() behavior with >31. Originally committed as …
(edit) @a6f925b8   16 years benoit.fouet Make output_example use av_interleaved_write_frame() instead of …
(edit) @9bbf1a5c   16 years Carl Eugen Hoyos Instead of crashing, return from ff_vdpau_mpeg_picture_complete() if …
(edit) @59501dc   16 years Carl Eugen Hoyos Add myself as vdpau maintainer. Originally committed as revision …
(edit) @c12b0d8   16 years benoit.fouet Set global header flag for every container that requires it. Patch by …
(edit) @7b05a816   16 years baptiste.coudurier fix partition index byte count Originally committed as revision 17424 …
(edit) @454d53e   16 years baptiste.coudurier always use multi track since timecode track is present Originally …
(edit) @de43a239   16 years andreas av_write_trailer() must be done before closing codecs. Patch by …
(edit) @6739fa54   16 years baptiste.coudurier fix preface version Originally committed as revision 17421 to …
(edit) @50ced76f   16 years baptiste.coudurier check fifo size and realloc if needed Originally committed as …
(edit) @ef33facd   16 years baptiste.coudurier start counting track number from 0 Originally committed as revision …
(edit) @5bea4f67   16 years baptiste.coudurier remove redundant comment Originally committed as revision 17418 to …
(edit) @c3ff541b   16 years baptiste.coudurier do not write slice count when muxing cbr Originally committed as …
(edit) @8ab94b52   16 years baptiste.coudurier flush pending write in mxf_write_footer Originally committed as …
(edit) @659713b   16 years baptiste.coudurier use index 0 for timecode track and write it in source package also …
(edit) @6c53bf63   16 years baptiste.coudurier fix rip body sid when muxing cbr Originally committed as revision …
(edit) @cf6065ca   16 years Carl Eugen Hoyos Parse cbp_removal_delay in SEI picture structure. Patch by Ivan …
(edit) @ff594f81   16 years Carl Eugen Hoyos Parse dpb_output_delay in SEI picture structure. Patch by Ivan …
(edit) @82e38c29   16 years Carl Eugen Hoyos Parse initial_cpb_removal_delay_length. Patch by Ivan Schreter, …
(edit) @42c6850e   16 years baptiste.coudurier simplify descriptor size computation logic Originally committed as …
(edit) @ca14e2a8   16 years diego Handle conditional compilation of CPU-specific FFT code in the …
(edit) @a1ef9f08   16 years diego Add support for enabling/disabling AMD 3DNow! extended optimizations. …
(edit) @a233eaa6   16 years Aurélien Jacobs use new metadata API in nsv demuxer Originally committed as revision …
(edit) @4b358c3e   16 years Aurélien Jacobs use new metadata API in mpegts muxer Originally committed as revision …
(edit) @3d17b948   16 years diego mpegvideo_xvmc.o depends on mpegvideo.o. Originally committed as …
(edit) @7df33ec2   16 years diego Replace sizeof(short) by the more robust sizeof(*s->pblocks[i]) in …
(edit) @63864cb   16 years diego small Doxygen comment grammar fix Originally committed as revision …
Note: See TracRevisionLog for help on using the revision log.