21857 Commits (1642ee4337988523207ee8f30be9281e6919d95a)
 

Author SHA1 Message Date
Baptiste Coudurier 74ccc66099 change track timescale to unsigned int, fix warning 15 years ago
Baptiste Coudurier 7506e117db track time can be 64bit 15 years ago
Baptiste Coudurier 7c4b7d0f41 support pcm_f32/64le in mov 15 years ago
Baptiste Coudurier ba7c0ece61 cosmetics, reindent after last commit 15 years ago
Baptiste Coudurier feaa8d110d support sample rates > INT16_MAX in mov using stsd v2 15 years ago
Michael Niedermayer 9d13016690 Make sure field_select is not set to nonsensical values even if unused. 15 years ago
Michael Niedermayer 1c3260939d Factorize "s->first_slice = 1" out. 15 years ago
Michael Niedermayer 88eba670fb Also check the location of the picture start code and picture coding 15 years ago
Michael Niedermayer fc23d843e1 Check order of startcodes, ignore some obviously wrong ones. 15 years ago
Michael Niedermayer bbf266fdb5 Move mpeg_decode_postinit() out of bitstream decoding functions, it does not 15 years ago
Michael Niedermayer 1206f1d630 Inline mpeg_decode_extension, will simplify future changes. 15 years ago
Michael Niedermayer 191ad11e91 Simplify mpeg_decode_user_data() 15 years ago
Stefano Sabatini 8d872e8ac9 Fix put_bits32() doxy. 15 years ago
Stefano Sabatini 643570d6bb Consistently put braces for function definitions. 15 years ago
Stefano Sabatini e74223610b Fix typo, "Write" -> "Writes". 15 years ago
Stefano Sabatini 106c72faad Use pixel formats names defined in av_pix_fmt_descriptors rather than 15 years ago
Stefano Sabatini f72d40b01a Remove unused PixFmtInfo.is_hwaccel field. 15 years ago
Michael Niedermayer bc7eb330e3 Remove "frame size must be a multiple of 2" check. 15 years ago
Michael Niedermayer f6dcc93705 Add nomouse option to not record the mouse cursor. 15 years ago
Michael Niedermayer a5a61fac3b Remove unused stuff. 15 years ago
Roxis 781c1aa6dc Real cursor support in x11grab. 15 years ago
Michael Niedermayer d3298350bb Do not invent error codes but pass the error code on. 15 years ago
Michael Niedermayer fed0c2fb71 Replace very odd and completely broken oss read_packet() by the obvious way to 15 years ago
Jai Menon 6866dd1237 Fix typo. 15 years ago
Reimar Döffinger a7c6e76638 Add support for hardcoding the motionpixels rgb to yuv table. 15 years ago
Reimar Döffinger 7c7d3abf3c 10l, pix_fmt should be set by the motionpixels decoder, not by the demuxer. 15 years ago
Stefano Sabatini a9af75ae85 Make sws_format_name() use av_pix_fmt_descriptors. 15 years ago
Stefano Sabatini 797229a6a2 Make avcodec_get_pix_fmt_name() use av_pix_fmt_descriptors rather than 15 years ago
Stefano Sabatini 382cb1154c Make av_pix_fmt_descriptors use the same pixel format names as defined 15 years ago
Jai Menon 0bf095a837 Allow decoders to correctly set the sample format by defaulting to 15 years ago
Stefano Sabatini 14b903f389 Remove x_chroma_shift and y_chroma_shift fields from PixFmtInfo, use 15 years ago
Jai Menon 8683f94f40 Update libavformat regression reference checksum for ffm. This change is 15 years ago
Måns Rullgård 4f898e77fb Revert "Add required header #include to fix 'make checkheaders'." 15 years ago
Diego Biurrun e137934fae cosmetics: K&R style, prettyprinting 15 years ago
Diego Biurrun c73ce8e259 Mark apply_mdct() function as static; it is only used within the file. 15 years ago
Stefano Sabatini 38264abb06 Use av_pix_fmt_descriptors in avcodec_get_chroma_sub_sample(), rather 15 years ago
Stefano Sabatini 8e861e1b1e Use av_pix_fmt_descriptors in ff_is_hwaccel_pix_fmt() rather than 15 years ago
Michael Niedermayer 9ff261a2b2 Remove special case that changed video sync behavior for av_q2d(enc->time_base) <= 0.001. 15 years ago
Stefano Sabatini 7cab9a6674 Add an entry for the AVFilter.next field removal. 15 years ago
Diego Biurrun ff09a99ef5 -DFRAC_BITS must be added to CPPFLAGS when compiling mpegaudio_tablegen.ho. 15 years ago
Diego Biurrun 154f5b5c9b Add required header #include to fix 'make checkheaders'. 15 years ago
Stefano Sabatini 4cc3f6afe4 Remove AVFilter.next field, since it is not used and it is not going 15 years ago
Ramiro Polla f2526204a4 Fix nv12/nv21 handling. linesize for plane 1 should account for both chroma 15 years ago
David Conrad 800841fd0c Support compiling against libtheora older than 1.1 15 years ago
Stefano Sabatini b5a683eb11 Add an entry for the avfilter_next() function addition. 15 years ago
Stefano Sabatini 1433c4abf2 Implement avfilter_next(). 15 years ago
Stefano Sabatini 73e2247d32 Add an entry for the avfilter_register() signature change. 15 years ago
Stefano Sabatini 86a60fa1ac Implement a new registration system for filters. 15 years ago
Stefano Sabatini d0df2fcc35 Add an entry for the pixdesc.h API publication. 15 years ago
Stefano Sabatini 74a0059f2c Make the pixdesc API public. 15 years ago