42938 Commits (2755abff3ea096184849a80aa751e16bc6911676)
 

Author SHA1 Message Date
Clément Bœsch 2755abff3e lavc/rt: small wording fix in a comment. 12 years ago
Michael Niedermayer 7333798c85 Merge remote-tracking branch 'qatar/master' 12 years ago
Michael Niedermayer 307a20cca2 Changelog: put entries lost in 2cb4d51654 back 12 years ago
Michael Niedermayer f5a5b4344b ffmpeg: doxyfy some comments and mention the timebase used in various timestamp fields. 12 years ago
Michael Niedermayer 1a7af514de ffmpeg: move decoded_frame->pts computation together 12 years ago
Michael Niedermayer c76a5365bb ffmpeg: Fix rounding errors in decoded_frame->pts computation 12 years ago
Michael Niedermayer 9b1fdb1c5a ffmpeg: fix assumed decoded_frame->pts timebase 12 years ago
Michael Niedermayer b616405c16 ffmpeg: reset decoded_frame->pts after rescaling. 12 years ago
Michael Niedermayer e15e5328a7 mpc8: Initialize AVFrame properly 12 years ago
Michael Niedermayer 5938b4d398 mpc7: Initialize AVFrame properly 12 years ago
Michael Niedermayer 55fa883b30 ffmpeg: fix units of next_?ts in debug printing routine. 12 years ago
Michael Niedermayer 506ffa793f h264_cabac: switch to av_assert 12 years ago
Michael Niedermayer 7a4e30f3b6 h264_cabac: switch to av_assert 12 years ago
Michael Bradshaw 44dc9c6af0 libopenjpeg: support YUV and deep RGB pixel formats 12 years ago
Carl Eugen Hoyos 92566540c3 Fix typo in v410 decoder. 12 years ago
William Yu d5d5e3dabe lavfi/af_amerge: avfilter_copy_buffer_ref_props will overwrite output pts 12 years ago
Michael Niedermayer 97c0d5357d omadec: switch to AVSTREAM_PARSE_FULL_RAW 13 years ago
Michael Niedermayer 9c83f3e659 loasdec: switch to AVSTREAM_PARSE_FULL_RAW 13 years ago
Michael Niedermayer e083a62e9d aacdec: switch to AVSTREAM_PARSE_FULL_RAW 13 years ago
Michael Niedermayer 6f6182372c hls: replace probsize=0 by noheader flag removial. 13 years ago
Michael Niedermayer 12d1ee6a5e ff_add_index_entry: reject AV_NOPTS_VALUE 13 years ago
Michael Niedermayer 2cd491a47c lavf: move generic index generation code to a later point 13 years ago
Michael Niedermayer 2880c31660 parse_packet: use pkt.pos always instead of the avparser offset. 13 years ago
Michael Niedermayer 4e7f9ebdc2 wav: switch to AVSTREAM_PARSE_FULL_RAW 13 years ago
Michael Niedermayer fdc371114f ff_raw_audio_read_header: mark as AVSTREAM_PARSE_FULL_RAW 13 years ago
Michael Niedermayer 5ea4ee7bcb flacdec: mark as AVSTREAM_PARSE_FULL_RAW 13 years ago
Michael Niedermayer ea8c12c90f mp3dec: mark as AVSTREAM_PARSE_FULL_RAW 13 years ago
Piotr Bandurski c5f23df2dd movenc: fix remuxing of yuv2 13 years ago
Michael Niedermayer 9054f6b66b probe_codec: fix memory corruption 13 years ago
Nicolas George 6bf87785e8 ffmpeg: warn about new streams after startup. 13 years ago
Nicolas George d0d9272580 faq: explain about new streams, probesize and analyzeduration. 13 years ago
Anton Khirnov b5c8aa745e vf_yadif: unset cur_buf on the input link. 13 years ago
Anton Khirnov f431315a86 vf_overlay: ensure the overlay frame does not get leaked. 13 years ago
Michael Niedermayer 08fc1ad151 vf_overlay: prevent premature freeing of cur_buf 13 years ago
Antti Seppälä 5423e908c9 Support urlencoded http authentication credentials 13 years ago
Samuel Pitoiset abf77a247b rtmp: Return an error when the client bandwidth is incorrect 13 years ago
Samuel Pitoiset be8f949219 rtmp: Return proper error code in handle_server_bw 13 years ago
Samuel Pitoiset 088a82bb33 rtmp: Return proper error code in handle_client_bw 13 years ago
Samuel Pitoiset e7ea6883bf rtmp: Return proper error codes in handle_chunk_size 13 years ago
Michael Niedermayer f7d4e26c6a Merge remote-tracking branch 'qatar/master' 13 years ago
Justin Ruggles 0dadf9d1e9 lavr: x86: add missing vzeroupper in ff_mix_1_to_2_fltp_flt() 13 years ago
Michael Niedermayer 9746f87f15 libvpxenc: switch to av_assert 13 years ago
Michael Niedermayer aee675a326 intrax8: asserts cleanup 13 years ago
Ronald S. Bultje 48098788c2 vp8: Replace x*155/100 by x*101581>>16. 13 years ago
Ronald S. Bultje a1878a88a1 vp3: don't use calls to inline asm in yasm code. 13 years ago
Ronald S. Bultje 79195ce565 x86/dsputil: put inline asm under HAVE_INLINE_ASM. 13 years ago
Yang Wang 845e92fd6a dsputil_mmx: fix incorrect assembly code 13 years ago
Samuel Pitoiset 6d1c9945dd rtmp: Factorize the code by adding handle_invoke 13 years ago
Samuel Pitoiset 7be2a7d8ff rtmp: Factorize the code by adding handle_chunk_size 13 years ago
Samuel Pitoiset 0ffd5161c4 rtmp: Factorize the code by adding handle_ping 13 years ago