aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* lavc: add av_fast_padded_malloczPaul B Mahol2012-07-103-0/+21
* tiffenc: add .initPaul B Mahol2012-07-101-5/+13
* parseutils: ignore digits below the microsecond.Nicolas George2012-07-101-0/+2
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-105-6/+58
|\
| * mss1: fix decoding masked regions in interframesKostya Shishkov2012-07-101-1/+1
| * mxfdec: fix off by one error.Michael Niedermayer2012-07-101-1/+1
| * mxfdec: only parse next partition pack if parsing forwardTomas Härdin2012-07-101-0/+3
| * mxfdec: let pkt->pts = mxf->current_edit_unit if intra-onlyTomas Härdin2012-07-101-0/+11
| * mxfdec: fix frame height vs field height confusionJoseph Artsimovich2012-07-102-1/+40
| * mxfdec: Add intra_only flag to MXFTrackTomas Härdin2012-07-101-0/+23
| * mxfdec: fix Avid AirSpeed files being misinterpreted as OP1aTomas Härdin2012-07-101-5/+9
| * mxfdec: truncate packets that extend past the next edit unitTomas Härdin2012-07-101-15/+50
| * mxfdec: set pixel format for cdci picture formatsPhilip de Nier2012-07-103-1/+37
| * mxfdec: detect uncomp pictures using essence container ulPhilip de Nier2012-07-101-0/+1
| * mxfdec: set track edit rate num/den in expected orderPhilip de Nier2012-07-101-2/+2
| * x86/cpu: implement get/set_eflags using intrinsicsRonald S. Bultje2012-07-102-0/+16
| * x86/cpu: implement support for cpuid through intrinsicsRonald S. Bultje2012-07-102-0/+16
| * x86/cpu: implement support for xgetbv through intrinsicsRonald S. Bultje2012-07-102-0/+13
| * lavu: use intrinsics for emms on systems lacking inline asm supportRonald S. Bultje2012-07-102-2/+8
| * mem: Don't abort on av_malloc(0) in debug modeMartin Storsjö2012-07-101-2/+0
* | x86: cpu: clean up check for cpuid instruction supportMans Rullgard2012-07-101-20/+16
* | configure: Change the rdtsc check to a linker checkDiego Biurrun2012-07-101-2/+2
* | mpeg4videoenc: use av_assertMichael Niedermayer2012-07-101-11/+11
* | mpeg4videodec: use av_assertMichael Niedermayer2012-07-101-1/+1
* | dpx: invalid aspect ratio is 0/1, not 0/0.Nicolas George2012-07-101-1/+1
* | Set default ffv1 coder to -1.Carl Eugen Hoyos2012-07-101-1/+11
* | Cosmetics: Return AVERROR_INVALIDDATA from ffv1 encoder initialisation if inv...Carl Eugen Hoyos2012-07-101-6/+6
* | Cosmetics: Move ffv1 encoder initialisation code.Carl Eugen Hoyos2012-07-101-4/+4
* | dsputil: turn assert into if() as its possible to trigger with ffv1Michael Niedermayer2012-07-101-2/+3
* | Recognize yuv10 image files as v210x.Carl Eugen Hoyos2012-07-101-0/+1
* | Define snow .pix_fmts to allow colour space auto-selection.Carl Eugen Hoyos2012-07-101-0/+4
* | exr: return proper error code instead of -1Paul B Mahol2012-07-101-25/+25
* | exr: use buf_size instead of recalculating same valuePaul B Mahol2012-07-101-1/+1
* | h264/decode_scaling_matrices: fix coding order of 8x8 matrixes.Michael Niedermayer2012-07-101-4/+2
* | h264: 12 and 14 bit supportMichael Niedermayer2012-07-103-9/+55
* | h264dsp: 12 and 14 bit supportMichael Niedermayer2012-07-101-0/+14
* | h264pred: 12 and 14 bit supportMichael Niedermayer2012-07-101-0/+14
* | h264idct: 12 and 14 bit supportMichael Niedermayer2012-07-101-0/+8
* | h264: limit 10bpp MC pading trick to 10bppMichael Niedermayer2012-07-101-3/+3
* | dsputil: extend things to 12 and 14 bitsMichael Niedermayer2012-07-103-9/+53
* | fate: add test for paf demuxerPaul B Mahol2012-07-102-0/+163
* | fate: add test for paf video decoderPaul B Mahol2012-07-102-0/+156
* | fate: add test for paf audio decoderPaul B Mahol2012-07-102-0/+10
* | lavfi/movie: reindent after the previous patchSteven Robertson2012-07-101-16/+16
* | lavfi/movie: flush decoder frames on EOFSteven Robertson2012-07-101-12/+22
* | lavfi/buffersink: restore possibility to pass opaque dataStefano Sabatini2012-07-101-17/+7
* | lavfi: add init_opaque callbackStefano Sabatini2012-07-104-2/+14
* | lavf/segment: add -segment_time_delta optionStefano Sabatini2012-07-103-2/+48
* | lavf/segment: add -segment_times optionStefano Sabatini2012-07-103-7/+96
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-0945-339/+648
|\|