21693 Commits (813338a00a2b0b89c65fbbb84c02c7327cc0aa71)
 

Author SHA1 Message Date
Michael Niedermayer 442d7dd852 Make sure the parsers do not overwrite width/height as this can interfere 15 years ago
Stefano Sabatini 11f6d0982c Add an entry for the avfilter_draw_slice() API changes implemented in 15 years ago
Stefano Sabatini a13a543797 Add a slice_dir parameter to avfilter_draw_slice(). 15 years ago
Stefano Sabatini 78149213cc Cosmetics: remove empty definitions of hw-accelerated PixFmtInfo 15 years ago
Kostya Shishkov c72406112f cosmetics: reindent after last commit 15 years ago
Sergiy 6bf22e18d1 Implement RTMP output (publishing FLV stream to RTMP server). 15 years ago
Michael Niedermayer b83ccbffe9 Do not crash on frame size changes. 15 years ago
Loren Merritt d09f65c7ec 1-13% faster apply_filter, 1-3% faster ape decoding on core2 15 years ago
Sergiy 84a29dc10a Compress headers for output RTMP packets. 15 years ago
Kostya Shishkov 1e68cefe54 100l trocadero: call emms_c() after doing decoding with SIMD in APE decoder 15 years ago
Michael Niedermayer ccc4b91832 Make sure ff_init_qscale_tab() is called one way or another when 15 years ago
Michael Niedermayer 9015b095bc Move ff_init_qscale_tab() from h263.c to mpegvideo, the function is not h263 specific. 15 years ago
Baptiste Coudurier bdcc13f2bf lzw.h does not need get_bits.h, tiff.c needs intreadwrite.h for AV_R* though 15 years ago
Baptiste Coudurier f38e450746 use lzw compression in gif encoder 15 years ago
Loren Merritt b10fa1bb8b port ape dsp functions from sse2 to mmx 15 years ago
Ramiro Polla f415be684d Add support for nv12/nv21 input. 15 years ago
Ramiro Polla e244f54e78 Make av_log_level static at next lavu major version bump. 15 years ago
Loren Merritt 2ae87a6d5a avoid an unpredictable branch 15 years ago
Loren Merritt 36373cde20 inline to allow constant propagation 15 years ago
Kostya Shishkov 2784ede40a Remove duplicating variable 15 years ago
Kostya Shishkov 6a63e83afc 5l trocadero: RTMP channel ID lies in range 3-65599, uint8_t is too small for it 15 years ago
Sergiy 31da596634 Send connect() and createStream() in RTMP system channel, not video channel. 15 years ago
Sergiy 5e9ad75985 Move "app" string into RTMP protocol context. 15 years ago
Sergiy a352b60594 RTMP packets with one-byte header use previous packet timestamp difference, so 15 years ago
Ramiro Polla 15e65f83ec Update help text for -fpre option to make it a little less confusing. 15 years ago
Ramiro Polla 7c3c53c851 Update Changelog, documentation, and libavformat minor version number for 15 years ago
Philipp Matthias Hahn 38b5b47b23 Revert r20095: Allow compiling to vorbis again. 15 years ago
Baptiste Coudurier ab3faa8bf1 pass avctx as argument instead of width and height 15 years ago
Baptiste Coudurier af7436ae1d remove useless params 15 years ago
Baptiste Coudurier cc26bf0d06 remove useless params 15 years ago
Baptiste Coudurier e4e8632aaf move private context declaration at the top 15 years ago
Michael Niedermayer c267bb038e Fix 1 pass RC in snow. 15 years ago
Måns Rullgård c5d6cd5c81 ARM: 1l c&p fix: do not set pred16x16_plane for rv40 15 years ago
Måns Rullgård 702b5885a1 ARM: NEON optimised H264 16x16, 8x8 pred 15 years ago
Sergiy 9e69ab1864 Add another known RTMP channel ID to enum. 15 years ago
Sergiy b316991bb6 Move is_input flag into RTMP protocol context. 15 years ago
Alex Converse 4fab662769 AAC: Add a global header but output not locked output configuration status. 15 years ago
Alex Converse 38610d92ff Set the SBR mode to implicit on ADTS frames occurring before the output is locked. 15 years ago
Mike Melanson 9d8bb0318a Small refactoring: Instead of 4 loops for decoding AC coefficients based 15 years ago
Mike Melanson 098523eb28 Use a list to track which fragments coded in this frame still have 15 years ago
Måns Rullgård 5dad039bf7 ARM: small tweak of NEON H264 IDCT 15 years ago
Måns Rullgård 1025d19dd7 ARM: NEON 2xN chroma MC 15 years ago
Måns Rullgård 04e7f6d2d0 ARM: NEON 16x16 and 8x8 avg qpel MC 15 years ago
Baptiste Coudurier 77df894aed print error message when image2 muxer fail to compute frame filename 15 years ago
Sean Soria 6659b32ab2 Change ret type to int64_t because url_fseek returns int64_t. 15 years ago
Baptiste Coudurier 28f2db9670 fix typo, ALT_BITSTREAM_WRITER_LE does not exist 15 years ago
Michael Niedermayer 94f28061f5 Store original width/height so that rv20 does not get stuck with some 15 years ago
Michael Niedermayer e7e578b73c Make rv1/2 decoder use the next slice if needed. 15 years ago
Baptiste Coudurier 66765b5933 use AVFormatContext in av_log, better than AVCodecContext when multiple streams are present 15 years ago
Baptiste Coudurier 73e8c83d7b update seek regression ref due to r20674, packet size changed 15 years ago