summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-2619-185/+484
|\
| * libopenjpeg: support YUV and deep RGB pixel formatsMichael Bradshaw2012-07-261-52/+247
| * Fix typo in v410 decoder.Carl Eugen Hoyos2012-07-261-2/+2
| * vf_yadif: unset cur_buf on the input link.Anton Khirnov2012-07-261-0/+1
| * vf_overlay: ensure the overlay frame does not get leaked.Anton Khirnov2012-07-261-0/+1
| * vf_overlay: prevent premature freeing of cur_bufMichael Niedermayer2012-07-261-0/+1
| * Support urlencoded http authentication credentialsAntti Seppälä2012-07-265-12/+146
| * rtmp: Return an error when the client bandwidth is incorrectSamuel Pitoiset2012-07-251-2/+10
| * rtmp: Return proper error code in handle_server_bwSamuel Pitoiset2012-07-251-1/+1
| * rtmp: Return proper error code in handle_client_bwSamuel Pitoiset2012-07-251-1/+1
| * rtmp: Return proper error codes in handle_chunk_sizeSamuel Pitoiset2012-07-251-2/+2
| * lavr: x86: add missing vzeroupper in ff_mix_1_to_2_fltp_flt()Justin Ruggles2012-07-251-0/+5
| * vp8: Replace x*155/100 by x*101581>>16.Ronald S. Bultje2012-07-251-6/+7
| * vp3: don't use calls to inline asm in yasm code.Ronald S. Bultje2012-07-251-41/+79
| * x86/dsputil: put inline asm under HAVE_INLINE_ASM.Ronald S. Bultje2012-07-258-19/+74
| * dsputil_mmx: fix incorrect assembly codeYang Wang2012-07-251-9/+9
| * rtmp: Factorize the code by adding handle_invokeSamuel Pitoiset2012-07-251-66/+77
| * rtmp: Factorize the code by adding handle_chunk_sizeSamuel Pitoiset2012-07-251-15/+30
| * rtmp: Factorize the code by adding handle_pingSamuel Pitoiset2012-07-251-4/+16
| * rtmp: Factorize the code by adding handle_client_bwSamuel Pitoiset2012-07-251-8/+18
| * rtmp: Factorize the code by adding handle_server_bwSamuel Pitoiset2012-07-251-6/+17
* | Changelog: put entries lost in 2cb4d516549526b5e17e941f6d2375a2c501ade6 backMichael Niedermayer2012-07-261-0/+15
* | ffmpeg: doxyfy some comments and mention the timebase used in various timesta...Michael Niedermayer2012-07-261-7/+6
* | ffmpeg: move decoded_frame->pts computation togetherMichael Niedermayer2012-07-261-19/+17
* | ffmpeg: Fix rounding errors in decoded_frame->pts computationMichael Niedermayer2012-07-261-3/+9
* | ffmpeg: fix assumed decoded_frame->pts timebaseMichael Niedermayer2012-07-261-3/+3
* | ffmpeg: reset decoded_frame->pts after rescaling.Michael Niedermayer2012-07-261-0/+2
* | mpc8: Initialize AVFrame properlyMichael Niedermayer2012-07-261-3/+3
* | mpc7: Initialize AVFrame properlyMichael Niedermayer2012-07-261-3/+3
* | ffmpeg: fix units of next_?ts in debug printing routine.Michael Niedermayer2012-07-261-2/+2
* | h264_cabac: switch to av_assertMichael Niedermayer2012-07-261-7/+6
* | h264_cabac: switch to av_assertMichael Niedermayer2012-07-261-8/+6
* | lavfi/af_amerge: avfilter_copy_buffer_ref_props will overwrite output ptsWilliam Yu2012-07-261-1/+1
* | omadec: switch to AVSTREAM_PARSE_FULL_RAWMichael Niedermayer2012-07-261-1/+1
* | loasdec: switch to AVSTREAM_PARSE_FULL_RAWMichael Niedermayer2012-07-261-1/+1
* | aacdec: switch to AVSTREAM_PARSE_FULL_RAWMichael Niedermayer2012-07-261-1/+1
* | hls: replace probsize=0 by noheader flag removial.Michael Niedermayer2012-07-261-1/+2
* | ff_add_index_entry: reject AV_NOPTS_VALUEMichael Niedermayer2012-07-261-0/+3
* | lavf: move generic index generation code to a later pointMichael Niedermayer2012-07-262-17/+11
* | parse_packet: use pkt.pos always instead of the avparser offset.Michael Niedermayer2012-07-261-1/+1
* | wav: switch to AVSTREAM_PARSE_FULL_RAWMichael Niedermayer2012-07-261-2/+2
* | ff_raw_audio_read_header: mark as AVSTREAM_PARSE_FULL_RAWMichael Niedermayer2012-07-261-1/+1
* | flacdec: mark as AVSTREAM_PARSE_FULL_RAWMichael Niedermayer2012-07-261-1/+1
* | mp3dec: mark as AVSTREAM_PARSE_FULL_RAWMichael Niedermayer2012-07-261-1/+1
* | movenc: fix remuxing of yuv2Piotr Bandurski2012-07-261-1/+2
* | probe_codec: fix memory corruptionMichael Niedermayer2012-07-261-1/+5
* | ffmpeg: warn about new streams after startup.Nicolas George2012-07-261-1/+19
* | faq: explain about new streams, probesize and analyzeduration.Nicolas George2012-07-261-0/+16
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-256-7/+38
|\ \ | |/
| * rtmp: Add a new option 'rtmp_pageurl'Samuel Pitoiset2012-07-252-0/+11