summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix aiff demuxer dependencies.Carl Eugen Hoyos2012-07-271-1/+2
* dwt: Fix several warnings about incompatible pointer typejamal2012-07-271-16/+16
* vf_alphamerge: Fix reversed conditionalSteven Robertson2012-07-271-1/+1
* avutil: support 50 and 60 frame rates in timecode apiMatthieu Bouron2012-07-274-5/+41
* mxfdec: fix off by one error in d10 aes3 decodingMarton Balint2012-07-271-1/+1
* aviobuf: Fix warning about discarded qualifierjamal2012-07-271-1/+1
* zmbv: Fix warning about discarded qualifierMichael Niedermayer2012-07-271-1/+1
* ffv1: Fix warnings about incompatible pointer type and discarded qualifiersjamal2012-07-271-2/+2
* fate: change fate-suite rsync server.Michael Niedermayer2012-07-261-1/+1
* SubViewer demuxer and decoder.Clément Bœsch2012-07-2613-6/+270
* lavc/rt: small wording fix in a comment.Clément Bœsch2012-07-261-1/+1
* 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
OpenPOWER on IntegriCloud