34927 Commits (8709ba907a7f6f44e392161221d9628fa74b22f6)
 

Author SHA1 Message Date
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
Clément Bœsch ad561b5707 swr: replace deprecated av_opt_set_defaults2() with av_opt_set_defaults(). 13 years ago
Clément Bœsch 180aa82c1d swr: replace deprecated av_get_bits_per_sample_fmt() with av_get_bytes_per_sample(). 13 years ago
Clément Bœsch f9368466c4 swr: use designated initializers for the class. 13 years ago
Clément Bœsch 7e516a11ca swr: rename resample2 to resample. 13 years ago
Clément Bœsch fc42550097 swr: move format convert code to dedicated functions. 13 years ago
Michael Niedermayer 20431a9982 wma: Check channel number before init. 13 years ago
Michael Niedermayer c1c836d9eb Merge remote-tracking branch 'qatar/master' 13 years ago
Michael Niedermayer cd6851c5ef lavf: if timestamps are invalid (pts=dts) only drop dts. 13 years ago
Mans Rullgard 52767d891c lavf: fix multiplication overflow in avformat_find_stream_info() 13 years ago
Stefano Sabatini 1c43713e57 ffprobe: add compact writer 13 years ago
Stefano Sabatini 0491a2a07a ffprobe: force display of missing fields, depending on writer.flags 13 years ago
Michael Niedermayer 7776091b9f diracdec: obmc accesses arent aligned for all files. 13 years ago
Michael Niedermayer d5e1244ca7 opt: Fix *av_opt_find2(NULL) 13 years ago
Michael Niedermayer 04bb26e3ee mandelbrot: add dither to convergence & mincol colorings. 13 years ago
Michael Niedermayer 7575980ba4 mandelbrot: make mincol the default. 13 years ago
Michael Niedermayer 8d51cb4fb8 mandelbrot: add mincol inner coloring method. 13 years ago
Panagiotis H.M. Issaris 6f20921dee Fix seeking when using Apple HTTP Live Streaming 13 years ago
Justin Ruggles f1d1516e55 cosmetics: indentation 13 years ago
Justin Ruggles 1158745a2d mpegaudiodec: init static tables in AVCodec.init_static_data() 13 years ago
Panagiotis H.M. Issaris bf0ca404c6 Update my GnuPG fingerprint. 13 years ago
Michael Niedermayer 5a68b1ac3b mandelbrot: add inner drawing method to show converence time 13 years ago
Michael Niedermayer 5582e557e6 mandelbrot: add "fractal" to the description 13 years ago
Michael Niedermayer 4c52adad69 mandelbrot: Fix "warning: passing argument 2 of ‘draw_mandelbrot’ from incompatible pointer type" 13 years ago
Michael Niedermayer 53cb0de25b asfdec: mark only ts1 as av_unused 13 years ago