summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* avcodec/lagarithrac: lag_get_rac: use normal divisionMichael Niedermayer2014-06-042-15/+3
* avcodec/lagarithrac: increase LUT from 256 to 1024 bytesMichael Niedermayer2014-06-042-3/+3
* avcodec/lagarithrac.h/lag_get_rac: drop apparently unneeded operationsMichael Niedermayer2014-06-041-3/+2
* x86/motion_est: sad_{x, y}2_mmxext functions are bitexactJames Almer2014-06-041-4/+4
* motion-test: force C functions for the reference C contextJames Almer2014-06-041-0/+1
* Merge remote-tracking branch 'cehoyos/master'Michael Niedermayer2014-06-041-2/+2
|\
| * Fix fate-aac-ln-encode with --target-path (second try).Carl Eugen Hoyos2014-06-041-2/+2
* | x86: dsputilenc: convert hf_noise*_mmx to yasmTimothy Gu2014-06-032-255/+87
|/
* avcodec/libopenjpegenc: Add frame-threading capabilityDave Rice2014-06-031-1/+1
* fix various typosLou Logan2014-06-0330-40/+40
* ffmpeg: try to use the more fitting of the 2 encoder contextsMichael Niedermayer2014-06-031-6/+6
* doc/muxers: Document problems of omitting nut syncpoints as well as alternativesMichael Niedermayer2014-06-031-0/+5
* Merge commit '896a5bff64264f4d01ed98eacc97a67260c1e17e'Michael Niedermayer2014-06-033-15/+28
|\
| * arm: check if AS supports .dnJanne Grunau2014-06-033-13/+28
* | Merge commit '68a06b3a639ee21c78532ee4c50c3366bf890ff7'Michael Niedermayer2014-06-031-1/+1
|\ \ | |/
| * aarch64: use '#' for whole line asm commentsJanne Grunau2014-06-031-1/+1
* | Merge commit '6a0fa4d86f2b3e9060a1153b39fa3bfe36f1b617'Michael Niedermayer2014-06-031-1/+1
|\ \ | |/
| * aarch64: remove optional :pg_hi21: for adrp instructionJanne Grunau2014-06-031-1/+1
* | Merge commit 'fd2981ea92d9a776fcb1a13377dce1c8a7db7b5e'Michael Niedermayer2014-06-031-1/+4
|\ \ | |/
| * aarch64: add darwin style PAGE/PAGEOFF relocationsJanne Grunau2014-06-031-1/+4
* | avcodec/vp3: free tables before allocating new onesMichael Niedermayer2014-06-031-0/+2
* | avcodec/vp3: factorize out free_tables()Michael Niedermayer2014-06-031-8/+15
* | ffmpeg: use av_log_ask_for_sample() instead of duplicating avpriv_request_sam...Michael Niedermayer2014-06-031-4/+1
* | Loose mplayer in MPlayer/incoming/Michael Niedermayer2014-06-033-3/+3
* | Add direct link to ML in missing_feature_sample()Michael Niedermayer2014-06-033-3/+3
* | ffmpeg: request sample if the decoder & demuxer has_b_frames mismatchMichael Niedermayer2014-06-031-0/+6
* | ffmpeg: remove "has_b_frames" backpassingMichael Niedermayer2014-06-031-1/+4
* | avformat/asfdec: Use a parser for mpeg4-asp to find has_b_framesMichael Niedermayer2014-06-031-0/+2
* | Fix fate-opus and fate-aac-ln-encode with --target-path.Carl Eugen Hoyos2014-06-032-2/+2
* | avcodec/utils/ff_init_buffer_info: Favor color information from AVFrame if av...Michael Niedermayer2014-06-031-3/+6
* | Do not limit blocksize when reading PCM from aiff.Carl Eugen Hoyos2014-06-031-2/+8
* | doc/bsf: document noise bitstream filterLou Logan2014-06-021-0/+7
* | avformat/utils/avformat_find_stream_info: Move max_analyze_duration setup out...Michael Niedermayer2014-06-021-8/+8
* | bfin: add READMEMichael Niedermayer2014-06-021-0/+6
* | Merge commit '880e2aa23645ed9871c66ee1cbd00f93c72d2d73'Michael Niedermayer2014-06-0230-3084/+5
|\ \ | |/
| * Remove all Blackfin architecture optimizationsDiego Biurrun2014-06-0230-3079/+5
* | Merge commit 'b88cc5cca111132b42c2ee99662bfefe7652e3da'Michael Niedermayer2014-06-021-10/+10
|\ \ | |/
| * bink: Rename BinkDSPContext member so as not to clash with BlockDSPContextDiego Biurrun2014-06-021-10/+10
* | avutil/mathematics/av_add_stable: Avoid av_cmp_q() callMichael Niedermayer2014-06-021-4/+3
* | av_add_stable: Add fast special case where step can be represented exactlyMichael Niedermayer2014-06-021-0/+8
* | avutil/mathematics/av_add_stable: check for the common case of inc=1Michael Niedermayer2014-06-021-1/+2
* | avutil/mathematics/av_add_stable: avoid unneeded variableMichael Niedermayer2014-06-021-5/+5
* | avformat/utils: Call ff_rfps_add_frame() only for videoMichael Niedermayer2014-06-021-1/+2
* | swr: move compensation_distance handling to swri_resample caller.Ronald S. Bultje2014-06-022-16/+12
* | avformat/mux: Dont leave stale side data pointers in ff_interleave_add_packet()Michael Niedermayer2014-06-021-0/+2
* | avformat/mux: fix memleak of side data in flac fate testsMichael Niedermayer2014-06-021-1/+0
* | fate: fate-hevc-conformance-INITQP_B_Sony_1 belongs to the 10bit kindMichael Niedermayer2014-06-021-1/+1
* | Report "unknown codec" instead of "unspecifed size" if the codec is unknown.Carl Eugen Hoyos2014-06-021-2/+3
* | tests: Replace fieldmatch test with pixfmtTimothy Gu2014-06-023-66/+8
* | fate: add simple test for asyncMichael Niedermayer2014-06-021-0/+27