42804 Commits (62514ca012c8b0d30c291fc6e58c0de7b452cd89)
 

Author SHA1 Message Date
Martin Storsjö 372597e538 libavcodec: Add more AAC profiles 13 years ago
Paul B Mahol a568a84edf exr: cache some values 13 years ago
Hendrik Leppkes 65219c3851 dca: map xxch side channels to AV_CH_SIDE_LEFT/RIGHT instead of REAR. 13 years ago
Michael Niedermayer 9ca27df52f Merge remote-tracking branch 'qatar/master' 13 years ago
Michael Niedermayer 5f298c6791 vorbisdec: switch to av_assert 13 years ago
Michael Niedermayer e3c2d83183 avidec: switch to av_assert 13 years ago
Paul B Mahol 74f3c53b57 exr: zip decompression 13 years ago
Paul B Mahol 5ee41d00f6 exr: remove dead assigment 13 years ago
Ronald S. Bultje 667fb97a65 dct/fft-test: use a replacement getopt() if the system has none present. 13 years ago
Ronald S. Bultje 183b1c2268 configure: Check for the math function rint 13 years ago
Kostya Shishkov 781888da89 TechSmith Screen Codec 2 decoder 13 years ago
Michael Niedermayer dd0a9b78db replace all __volatile__ by volatile 13 years ago
Matthieu Bouron b8a90976da lavf/mxfenc: fix dnxhd codec uls and aspect ratio 13 years ago
Paul B Mahol 9b3f9f43a7 tiffenc: use av_fast_padded_malloc(z) 13 years ago
Paul B Mahol 0e003d8c91 lavc: add av_fast_padded_mallocz 13 years ago
Paul B Mahol ca16f88c75 tiffenc: add .init 13 years ago
Nicolas George 5a9d6993cb parseutils: ignore digits below the microsecond. 13 years ago
Jordi Ortiz a8ad6ffafe rtsp: Add listen mode 13 years ago
Michael Niedermayer b27c7d70d8 Merge remote-tracking branch 'qatar/master' 13 years ago
Mans Rullgard e346176de9 x86: cpu: clean up check for cpuid instruction support 13 years ago
Diego Biurrun 96890c001f configure: Change the rdtsc check to a linker check 13 years ago
Jordi Ortiz 6e71c1202b rtsp: Make rtsp_open_transport_ctx() non-static 13 years ago
Jordi Ortiz 6bbb362218 rtsp: Move rtsp_read_close 13 years ago
Jordi Ortiz 45b068580b rtsp: Parse the mode=receive/record parameter in transport lines 13 years ago
Michael Niedermayer 84d902fb92 mpeg4videoenc: use av_assert 13 years ago
Michael Niedermayer 43c609374a mpeg4videodec: use av_assert 13 years ago
Nicolas George 0abab00303 dpx: invalid aspect ratio is 0/1, not 0/0. 13 years ago
Carl Eugen Hoyos acf0283925 Set default ffv1 coder to -1. 13 years ago
Carl Eugen Hoyos 4c4e125695 Cosmetics: Return AVERROR_INVALIDDATA from ffv1 encoder initialisation if invalid data was provided. 13 years ago
Carl Eugen Hoyos 08ed3e8bf4 Cosmetics: Move ffv1 encoder initialisation code. 13 years ago
Michael Niedermayer 71c689e83e dsputil: turn assert into if() as its possible to trigger with ffv1 13 years ago
Kostya Shishkov ed219ed366 mss1: fix decoding masked regions in interframes 13 years ago
Michael Niedermayer f39bbc9d21 mxfdec: fix off by one error. 13 years ago
Tomas Härdin 83728d2d36 mxfdec: only parse next partition pack if parsing forward 13 years ago
Tomas Härdin 34ca5ae51d mxfdec: let pkt->pts = mxf->current_edit_unit if intra-only 13 years ago
Joseph Artsimovich 634d670538 mxfdec: fix frame height vs field height confusion 13 years ago
Tomas Härdin 5ed032fb8b mxfdec: Add intra_only flag to MXFTrack 13 years ago
Tomas Härdin fb8fa3c67c mxfdec: fix Avid AirSpeed files being misinterpreted as OP1a 13 years ago
Tomas Härdin 1fadf53e00 mxfdec: truncate packets that extend past the next edit unit 13 years ago
Philip de Nier fda891e108 mxfdec: set pixel format for cdci picture formats 13 years ago
Philip de Nier dfefede00e mxfdec: detect uncomp pictures using essence container ul 13 years ago
Philip de Nier 5255ca24cd mxfdec: set track edit rate num/den in expected order 13 years ago
Ronald S. Bultje 358d854df8 x86/cpu: implement get/set_eflags using intrinsics 13 years ago
Ronald S. Bultje c0ee695bd7 x86/cpu: implement support for cpuid through intrinsics 13 years ago
Ronald S. Bultje 3f150ffba3 x86/cpu: implement support for xgetbv through intrinsics 13 years ago
Ronald S. Bultje f80ddd5bf7 lavu: use intrinsics for emms on systems lacking inline asm support 13 years ago
Carl Eugen Hoyos 7307746444 Recognize yuv10 image files as v210x. 13 years ago
Carl Eugen Hoyos 5bcabc56c0 Define snow .pix_fmts to allow colour space auto-selection. 13 years ago
Martin Storsjö 620b1e7e98 mem: Don't abort on av_malloc(0) in debug mode 13 years ago
Paul B Mahol b4d0c3d9d2 exr: return proper error code instead of -1 13 years ago