21620 Commits (80f472506010a32a4211e537063e853a96544d2f)
 

Author SHA1 Message Date
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
Vitor Sessak 691a4232ee Make lsp2polyf() function non-static for upcoming usage in SIPR 15 years ago
Jason Garrett-Glaser d2b34efe22 Update ffserver to include all basic x264 parameters in .ffm files. 15 years ago
Jason Garrett-Glaser 096c87f667 Add weightp support in API for libx264. 15 years ago
Reimar Döffinger f3bdc3da15 Call ff_find_hwaccel() after calling avcodec_set_dimensions(). 15 years ago
Måns Rullgård 8b4a6d47b2 WMA: extend exponent range to 95 15 years ago
Baptiste Coudurier fedbfd5d44 update seek regression ref due to r20579, mp3 timestamps are adjusted 15 years ago
Peter Ross c351524c9e Determine VOC block length when length field is zero, fixes issue1538. 15 years ago
Kostya Shishkov d90aeeaf56 Call avcodec_set_dimensions() instead of simply setting avctx->width/height 15 years ago
Vitor Sessak 9401357f01 Add missing include. Fix the following compiler warnings: 15 years ago
Måns Rullgård 168f92ffaa WMA: extend exponent table up to 75 15 years ago
Stefano Sabatini 60fa95683d Clarify PIX_FMT_BE flag doxy. Increase consistency / pickiness. 15 years ago
Michael Niedermayer 4c66e8849b Use avcodec_set_dimensions() 15 years ago
Michael Niedermayer e026902a62 Correct order of arguments for avcodec_check_dimensions(). 15 years ago
Michael Niedermayer 4687f908c6 Make sure avcodec_set_dimensions() is used when rv20 changes resolution. 15 years ago
David Conrad c261a5d927 libtheora: using the 1.0 API requires linking to both 15 years ago
David Conrad b9c78bca26 MOV: cprt is another tag used for copyright 15 years ago
David Conrad 7382902b86 MOV: Add several iTunes metadata tags 15 years ago
David Conrad 620af1a17a MOV: Fix writing \251wrt metadata (r20453 only fixed the demuxer) 15 years ago
Vitor Sessak 419b2be813 Make sorting function used in TwinVQ a shared function 15 years ago
David Conrad 6c2289b52e Set colorspace for libtheora encoding 15 years ago
David Conrad af89b1781f Support 4:2:2 and 4:4:4 subsampling in libtheora encoding 15 years ago
David Conrad b0a6d9ca86 Add support for two pass encoding in libtheora 15 years ago
David Conrad bdc8c48893 Update libtheora wrapper to use the 1.0 API 15 years ago
Baptiste Coudurier 9c5a9e6b48 set mp3 timebase to the lcm of all mp3 sample rates to fix frame duration 15 years ago
Justin Ruggles c3988a59ce Add MP4 object type for ALS. 15 years ago
Måns Rullgård 79de9c83e0 Delete *.d files with make clean 15 years ago
Stefano Sabatini 2d64744fed Remove from the list of the supported formats the formats which are 15 years ago
Kostya Shishkov 87ca1b8f7f When searching for AMF object field value, try to find that object first 15 years ago
Kostya Shishkov fe52395878 Print error when RTMP protocol can't open connection 15 years ago
Kostya Shishkov afbacb931b Pass only useful FLV metadata from RTMP stream 15 years ago
Kostya Shishkov ec10d2d539 Update dimensions in AVCodecContext when RV3/4 frame dimensions change 15 years ago
Justin Ruggles aca857ecd3 Do not write an extra byte in the iTunes 'hdlr' tag. The files on iTMS have an 15 years ago
Alex Converse 4e878a1898 10l: Fix inverted if-condition from r20448. Fixes issue 1562. 15 years ago
Robert Krüger ce34ff6b45 Factorize av_get_bit_rate (for future use outside of libavcodec). 15 years ago
Stefano Sabatini 2cb2d6f0f7 Make show_protocols() print one protocol per line. 15 years ago
Reimar Döffinger c7a38887c1 Do D10 AES3 audio conversion in-place instead of using a large on-stack buffer. 15 years ago
Michael Niedermayer 98c82d6910 Allocate pictures with enough padding for jpeg. 15 years ago