18151 Commits (b3183ad03442df74aadeddab8551f727289a5270)
 

Author SHA1 Message Date
Diego Biurrun b3183ad034 prettyprinting whitespace cosmetics 16 years ago
Ivan Schreter 6363af44da Add key_frame to AVCodecParserContext, used in libavformat. 16 years ago
Ivan Schreter 2ea89d9274 Parse buffering period (H.264, D.1.1). 16 years ago
Diego Biurrun 31866c4677 The 3DNow! and SSE FFT optimizations depend on the yasm optimizations in 16 years ago
Ivan Schreter 24a414e0fa Store CPB count in the context. 16 years ago
Stefano Sabatini 15239b7fcc Rename the "src" parameter in the sws_scale() declaration to 16 years ago
Stefano Sabatini 583799c459 Document sws_scale(). 16 years ago
Stefano Sabatini 9ac9f89639 Use const qualifier for the variable "tbp", fix warning. 16 years ago
Stefano Sabatini 61af68d71a Use parentheses around assignment used as truth value, fix warning. 16 years ago
Stefano Sabatini 818ff9a4eb Assign const qualifier to the font variable, fix warning. 16 years ago
Stefano Sabatini 2ba5628939 Add const qualifier to the error var, fix warnings. 16 years ago
Tomer Barletz eecc17a7d5 Move debug trace to the new compute_frame_delay() function. 16 years ago
Benoit Fouet 712de377f7 Cosmetics: reindent after previous commit. 16 years ago
Tomer Barletz 443658fd8b Do not force last delay value to its own value. 16 years ago
Tomer Barletz 49410784de Extract into its own function the code to compute frame delay. 16 years ago
avcoder 1447aac4be av_alloc_format_context has been renamed, update AVFormatContext av_class 16 years ago
Michael Niedermayer 9392863d1b Clarify get_ue_golomb_31() behavior with >31. 16 years ago
Art Clarke a6f925b8f7 Make output_example use av_interleaved_write_frame() instead of av_write_frame(). 16 years ago
Reimar Döffinger 9bbf1a5c23 Instead of crashing, return from ff_vdpau_mpeg_picture_complete() 16 years ago
Carl Eugen Hoyos 59501dc84d Add myself as vdpau maintainer. 16 years ago
Art Clarke c12b0d86ad Set global header flag for every container that requires it. 16 years ago
Baptiste Coudurier 7b05a81687 fix partition index byte count 16 years ago
Baptiste Coudurier 454d53ed9e always use multi track since timecode track is present 16 years ago
Art Clarke de43a23977 av_write_trailer() must be done before closing codecs. 16 years ago
Baptiste Coudurier 6739fa54b8 fix preface version 16 years ago
Baptiste Coudurier 50ced76f4b check fifo size and realloc if needed 16 years ago
Baptiste Coudurier ef33facdfe start counting track number from 0 16 years ago
Baptiste Coudurier 5bea4f6770 remove redundant comment 16 years ago
Baptiste Coudurier c3ff541baa do not write slice count when muxing cbr 16 years ago
Baptiste Coudurier 8ab94b524b flush pending write in mxf_write_footer 16 years ago
Baptiste Coudurier 659713bf86 use index 0 for timecode track and write it in source package also 16 years ago
Baptiste Coudurier 6c53bf63c6 fix rip body sid when muxing cbr 16 years ago
Ivan Schreter cf6065ca6b Parse cbp_removal_delay in SEI picture structure. 16 years ago
Ivan Schreter ff594f81df Parse dpb_output_delay in SEI picture structure. 16 years ago
Ivan Schreter 82e38c2952 Parse initial_cpb_removal_delay_length. 16 years ago
Baptiste Coudurier 42c6850ed2 simplify descriptor size computation logic 16 years ago
Diego Biurrun ca14e2a8b7 Handle conditional compilation of CPU-specific FFT code in the Makefile. 16 years ago
Diego Biurrun a1ef9f08ec Add support for enabling/disabling AMD 3DNow! extended optimizations. 16 years ago
Aurelien Jacobs a233eaa618 use new metadata API in nsv demuxer 16 years ago
Aurelien Jacobs 4b358c3e60 use new metadata API in mpegts muxer 16 years ago
Diego Biurrun 3d17b948fd mpegvideo_xvmc.o depends on mpegvideo.o. 16 years ago
Diego Biurrun 7df33ec28e Replace sizeof(short) by the more robust sizeof(*s->pblocks[i]) in memset and 16 years ago
Diego Biurrun 63864cb810 small Doxygen comment grammar fix 16 years ago
Diego Biurrun bd0eddb795 Revert converting two asserts into if checks and error messages. 16 years ago
Stephen Warren ef7ae94ba2 Fix MBAFF/PAFF samples. 16 years ago
Diego Biurrun 9ba8bc0164 spelling/grammar/wording fixes for the Doxygen comments 16 years ago
Andreas Öman 3fff63826b Gopher protocol should depend on networking being enabled. 16 years ago
Diego Biurrun 30f68128ab Add missing #includes to fix 'make checkheaders'. 16 years ago
Aurelien Jacobs 1f1ff73156 remove now useless get_str16() from rmdec.c 16 years ago
Aurelien Jacobs 7379d5bc0b use new metadata API in rm (de)muxer 16 years ago