26451 Commits (73cbf86830b79e1827d009dcb8ef81604f243842)
 

Author SHA1 Message Date
Michael Niedermayer 73cbf86830 Try to find a bit better initial states in ffv1 2pass. 14 years ago
Michael Niedermayer 0ae0faa7c0 Keep track of how many slices*gops where encoded in ffv1 2 pass. 14 years ago
Michael Niedermayer 3f0671a2d3 factorize variable declaration in ffv1. 14 years ago
Jason Garrett-Glaser 3dde66752d Fix crashes in vorbis decoding found by zzuf 14 years ago
Anton Khirnov b11b72a65f ffmpeg.c manual: clarify map_meta_data usage. 14 years ago
Nathan Caldwell c8dcb9dee1 aacenc: Remove energy 'normalization' modification from the 3GPP psymodel 14 years ago
Nathan Caldwell 4df5aebb81 aacenc: Fix threshold-in-quiet calculation in the 3GPP psymodel. 14 years ago
Nathan Caldwell eafadadaf5 aacenc: Fix the conditions under which 3GPP pre-echo control is run. 14 years ago
Anton Khirnov 042ca05f0f vorbiscomment: convert metadata before computing the header's length 14 years ago
Martin Storsjö 47bfe49c64 rtsp: Add stub declarations of the setup_in/output_streams functions 14 years ago
Michael Niedermayer b7b5bccb8d FFV1 initial state 2pass code. 14 years ago
Michael Niedermayer 28a3f525c9 Read & write initial_states for ffv1 14 years ago
Michael Niedermayer 99a5e93526 Add initial_states array to ffv1. 14 years ago
Michael Niedermayer 672e7e391a Add rc_stat2 to ffv1 this will be needed for finding good initial contexts in 2 pass mode. 14 years ago
Michael Niedermayer 19721b23e3 Optimize state initialization in ffv1 clear_state(). 14 years ago
Michael Niedermayer c42c1007c7 Only allocate stats_out when needed in ffv1 14 years ago
Michael Niedermayer 2a317c6be4 Factorize litteral constents in ffv1 into STATS_OUT_SIZE. 14 years ago
Michael Niedermayer 349d72870f Make 1pass statistic collection in ffv1 put_symbol_inline() conditional to avoid slowdown when more statistic collection code is added. 14 years ago
Jason Garrett-Glaser 5dd9752076 Bump required x264 version to X264_BUILD 99 14 years ago
Jason Garrett-Glaser 9d777508fa Remove dead code in theora_decode_tables 14 years ago
Jason Garrett-Glaser 10f6915814 Reindent after r25573 14 years ago
Jason Garrett-Glaser 1a48a57071 Fix Theora decoding bug if loopfilter is completely disabled 14 years ago
Jason Garrett-Glaser 313b52fbff Clean up ALACdec 14 years ago
Michael Niedermayer fc3128c9d5 Increase ffv1 encoding speed from 65 to 80 fps by forcing some inlining. 14 years ago
Michael Niedermayer e1f51b8821 Add quant_table_index to ffv1 PlaneContext and use it instead of duplicating the currents implementation of calculating it. 14 years ago
Ramiro Polla c6a908be58 dct32: mark xmm registers in clobber list in ff_dct32_float_sse() 14 years ago
Ramiro Polla b32c9ca9a3 h264dsp: merge some asm blocks 14 years ago
Nicolas George 3ab354d777 Make libx264 take the pict_type input parameter into account, 14 years ago
Nathan Caldwell 276df9d821 aacenc: Fix bug in LAME windowing where only one channel got initalized 14 years ago
Stefano Sabatini d545aea8f0 100l: remove bogus inclusion of libavcodec/audioconvert.c in 14 years ago
Stefano Sabatini 3d17f4b9ba Add example to the filter pad documentation. 14 years ago
Michael Niedermayer ce3716bf05 Move ffv1 state transition table sorting to its own function. 14 years ago
Michael Niedermayer 19591033f7 Fix the case with swaping states 127 and 129 in ffv1 14 years ago
Michael Niedermayer 98d2f7a47f Optimize state transition table sorting in ffv1 14 years ago
Michael Niedermayer bc29ae4a77 2 pass mode for ffv1 to optimally order the range coder states. 14 years ago
Michael Niedermayer 6019cd9ff2 Factorize state_transition init out. 14 years ago
Anton Khirnov c55f891c2f nutdec: when parsing info packet, set metadata var only once 14 years ago
Aurelien Jacobs a5cea13202 drop rtsp_default_protocols which is not part of public API and not used anymore 14 years ago
Aurelien Jacobs a178edf298 drop rtp_get_file_handles() which is not part of public API and not used anymore 14 years ago
Aurelien Jacobs fb660f4015 drop rtp_get_local_port() which is not part of public API and not used anymore 14 years ago
Aurelien Jacobs 67f34aaa97 use rtp_get_local_rtp_port() instead of the deprecated rtp_get_local_port() 14 years ago
Ramiro Polla fbd4a07db1 doc: fill documentation for vfwcap 14 years ago
Ramiro Polla 1973e1018e vfwcap: add option to print list of supported drivers 14 years ago
James Zern 2aa72ecccc Add new -slices option and use it for libvpx and libx264. 14 years ago
Nicolas George f9b4eef457 Use forced key frames when encoding with libxvid. 14 years ago
Michael Niedermayer 4c3267aaad Fix memleak in mjpeg decoder. 14 years ago
Michael Niedermayer a2d4dfd493 Optimize EOB check in mjpeg decode_block() by adjusting the VLC symbol. 14 years ago
Michael Niedermayer e4463f21ee Simplify last coeff check in mjpeg decode_block() 14 years ago
Michael Niedermayer 2111a191eb Check index in mjpeg AC decode against overflowing. 14 years ago
Michael Niedermayer 5675a11f92 Add a seperate VLC table for progressive jpeg so we dont have to subtract 16 in the inner loop. 14 years ago