34951 Commits (30ca700ba17b9ba46f4648afa30559ad890f0221)
 

Author SHA1 Message Date
Michael Niedermayer 30ca700ba1 ac3probe: Detect Sonic Foundry Soft Encode AC3 as raw AC3. 13 years ago
Michael Niedermayer 4fef94c6d2 swr: doxument matrix fields. 13 years ago
Clément Bœsch 0bfc03df3a swr: move code to avoid resample forward declaration. 13 years ago
Clément Bœsch eafa2b6005 swr: introduce a public function to customize the channel mapping. 13 years ago
Tim Nicholson d3baced24f doc: reword and clarify default stream selection. 13 years ago
Michael Niedermayer 5a2b3f3a52 aacdec: Avoid unneeded reinit due to ADTS headers 13 years ago
Clément Bœsch 1dbd433f0d swr: use av_opt_set_int() instead of manual assignments in swr_alloc_set_opts(). 13 years ago
Clément Bœsch f03afd5d54 swr: surround mixing is obviously used, fix comment. 13 years ago
Clément Bœsch 68d3144e89 swr: doxycomment public API. 13 years ago
Clément Bœsch acd56efbeb swr: correctly raise rematrix AVERROR. 13 years ago
Michael Bradshaw 31ec694771 libopenjpeg: rename decoder source file. 13 years ago
Carl Eugen Hoyos d50122eafa Do not try to read total disc or track number if data atom is too short. 13 years ago
Clément Bœsch 7cdfce4f63 swr: fix "control reaches end of non-void function" compiler warning. 13 years ago
Clément Bœsch 809631af1a swr: bump minor version. 13 years ago
Clément Bœsch af1eb298c1 swr: use int16_t instead of short for resampling. 13 years ago
Clément Bœsch 4c0bad513a swr: start doxycommenting the API. 13 years ago
Clément Bœsch a768b9d825 swr: make swr_* functions match the prototypes. 13 years ago
Clément Bœsch 645c61fb2b swr: rename swr_alloc2() to swr_alloc_set_opts(). 13 years ago
Clément Bœsch c4deb90cfa swr: use "swri_" prefix instead of "swr_" for the private API. 13 years ago
Clément Bœsch 64db5a1a57 swr: drop 'AV' prefix from ResampleContext. 13 years ago
Clément Bœsch fc6351d019 swr: make audio convert code explicitely private. 13 years ago
Clément Bœsch 3a5fc38574 swr: fix #endif comment ref. 13 years ago
Michael Niedermayer 3e971fc6b5 h264: fix cur_chroma_format_idc with slice multithreading. 13 years ago
Michael Niedermayer 1d23e5246c mjpeg: support mpo 13 years ago
Michael Niedermayer 8709ba907a Merge remote-tracking branch 'qatar/master' 13 years ago
Michael Niedermayer 4f7ad4c3e4 h264: migrate poc gap based has_b_frames calculation into new has_b_frame calculation code. 13 years ago
Michael Niedermayer ed83f84891 h264: minor simplification 13 years ago
Michael Niedermayer bfca35114a h264: rewrite has_b_frame calculation code, 13 years ago
Michael Niedermayer 18b7f40007 h264: reset last_pocs on IDRs 13 years ago
Michael Niedermayer 7056f13a89 cinepak: remove redundant coordinate checks 13 years ago
Michael Niedermayer cea0c82d9b cinepak: check strip_size 13 years ago
Michael Niedermayer f35f50b311 cinepak, simplify, use AV_RB24() 13 years ago
Michael Niedermayer 111ffa55b7 cinepak: simplify, use FFMIN() 13 years ago
Clément Bœsch 69a501e6a1 ffprobe: small align cosmetic in json writer struct init. 13 years ago
Clément Bœsch 9813af259a ffprobe: make Writers constant. 13 years ago
Stefano Sabatini f0db05008d ffprobe: apply misc cosmetics to compact writer definition 13 years ago
Stefano Sabatini 1f0d937f77 ffprobe: add csv writer 13 years ago
Michael Niedermayer 4e7b3ef3b3 cinepak: Fix division by zero, ask for sample if encoded_buf_size is 0 13 years ago
Mike Melanson 12d9a36481 Add another special case to the Cinepak video decoder so that it can handle the following file: 13 years ago
Michael Niedermayer 974d25e2db mandelbrot: make mincol description and code match. 13 years ago
Martin Storsjö 268fb3f985 mpegaudiodec: Don't use a nonexistent log context for av_dlog 13 years ago
Martin Storsjö 18579f08e7 avformat: Accept the ISO8601 separate format as input, too 13 years ago
Martin Storsjö 4a83541650 avformat: Interpret times in ff_iso8601_to_unix_time as UTC 13 years ago
Martin Storsjö 627067118c avutil: Add av_timegm as a public function 13 years ago
Clément Bœsch 16b809ce8e lavfi: fix misc typo in avfilter.h header. 13 years ago
Mike Melanson 747283a078 cinepak: Add another special case so that it can handle the following file: 13 years ago
Kostya Shishkov ffc638c283 lagarith: add some RGBA decoding support 13 years ago
Nathan Caldwell 39616fc307 lagarith: Add correct line prediction for RGB 13 years ago
Clément Bœsch 4da45aff28 cleanup: remove various double end ';' all over the code. 13 years ago
Clément Bœsch df72ae673f swr: replace deprecated av_set_int() with av_opt_set_int(). 13 years ago