aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-1117-56/+1967
|\
| * configure: Check for the math function rintRonald S. Bultje2012-07-112-0/+9
| * TechSmith Screen Codec 2 decoderKostya Shishkov2012-07-119-1/+1325
| * rtsp: Add listen modeJordi Ortiz2012-07-107-39/+601
| * rtsp: Make rtsp_open_transport_ctx() non-staticJordi Ortiz2012-07-102-3/+8
| * rtsp: Move rtsp_read_closeJordi Ortiz2012-07-101-14/+14
| * rtsp: Parse the mode=receive/record parameter in transport linesJordi Ortiz2012-07-102-0/+11
* | vorbisdec: switch to av_assertMichael Niedermayer2012-07-111-4/+2
* | avidec: switch to av_assertMichael Niedermayer2012-07-111-10/+8
* | exr: zip decompressionPaul B Mahol2012-07-112-38/+149
* | exr: remove dead assigmentPaul B Mahol2012-07-111-2/+0
* | replace all __volatile__ by volatileMichael Niedermayer2012-07-1111-36/+36
* | lavf/mxfenc: fix dnxhd codec uls and aspect ratioMatthieu Bouron2012-07-111-10/+12
* | tiffenc: use av_fast_padded_malloc(z)Paul B Mahol2012-07-101-23/+40
* | 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