34870 Commits (be4c9a440f4e8b6ea01112d98a2cc128b8c52295)
 

Author SHA1 Message Date
Michael Niedermayer be4c9a440f mpeg4videodec: dont treat empty frames as errors for QMP4, it seems thats normal. 13 years ago
Michael Niedermayer 66cd3c12ab mpegaudio: prettify avpriv_mpa_bitrate_tab 13 years ago
Michael Niedermayer 6760bd0a19 asfdec: avoid unused variable warning. 13 years ago
Michael Niedermayer ba7f18876c asfdec: use dts for seeking. 13 years ago
Michael Niedermayer bb4eabacea asfdec: restore timestamp reading code 13 years ago
Clément Bœsch edc26bfae5 vda: use K&R style. 13 years ago
Stefano Sabatini 2b1a4c5b34 amovie: avoid crash in amovie_request_frame() if no samplesref is available 13 years ago
Sebastien Zwickert 81852ef5d6 vda: get correctly the frame from h264 context. 13 years ago
Sebastien Zwickert 4590e161e6 vda: check allocation result. 13 years ago
Sebastien Zwickert c7fa3eeab9 vda: removes useless casts. 13 years ago
Sebastien Zwickert 6e1e49385e vda: cosmetic. 13 years ago
Sebastien Zwickert a40867f27b configure: add vda dependencies. 13 years ago
Sebastien Zwickert b46134f659 vda: reordering headers inclusion. 13 years ago
Sebastien Zwickert 9837442a39 vda: undef Picture. 13 years ago
Clément Bœsch c8136ebd6a swr: set the default used_ch_count value to zero. 13 years ago
Michael Niedermayer 40176fc314 mp3enc: Try to use a matching bitrate in the xing header. 13 years ago
Michael Niedermayer 1fea432b7a mp3enc: simplify mp3_write_xing() 13 years ago
Michael Niedermayer ecf5e70548 vble: use dsp.add_hfyu_median_prediction() this allows asm optimizations to be used. 13 years ago
Michael Niedermayer 75c0ddc9c2 vble: move 2nd pass bitreading into vble_restore_plane() 13 years ago
Michael Niedermayer 6718536ba5 diracdec: fix empty data units. 13 years ago
Clément Bœsch 07c7ffc04b Rename remaining get_le32 to avio_rl32. 13 years ago
Clément Bœsch c142e2a00f Rename remaining get_le16 to avio_rl16. 13 years ago
Clément Bœsch 49651063da Use AVIOContext.seekable instead of deprecated url_is_streamed. 13 years ago
Clément Bœsch 7b79305a47 Rename remaining url_fskip to avio_skip. 13 years ago
Clément Bœsch b04ee90043 Rename remaining av_metadata_set2 to av_dict_set. 13 years ago
Clément Bœsch 63b796b0dd Rename remaining url_ftell to avio_tell. 13 years ago
Clément Bœsch 055cda8acc Rename remaining get_byte to avio_r8. 13 years ago
Clément Bœsch f3c47e4100 Rename remaining url_fsize to avio_size. 13 years ago
Clément Bœsch 53d70a334a Rename remaining get_buffer to avio_read. 13 years ago
Clément Bœsch 39edfcc9e8 Rename remaining url_fseek to avio_seek. 13 years ago
Clément Bœsch eef3ea8c71 Rename remaining ByteIOContext to AVIOContext. 13 years ago
Michael Niedermayer 73af8ea356 mandelbrot: add math.h for log2() 13 years ago
Michael Niedermayer 70eb58cd92 mandelbrot: avoid INFINITY as openbsd seems not to like it. 13 years ago
Michael Niedermayer b1b0fd2790 pad: fix format string length 13 years ago
Michael Niedermayer 5f268ca5c5 Merge remote-tracking branch 'qatar/master' 13 years ago
Clément Bœsch 4fa6e9d0b4 doc: replace an "avconv" reference with "ffmpeg" in indevs. 13 years ago
Clément Bœsch 9466237b8b doc: drop "./" binary prefixes. 13 years ago
Stefano Sabatini 3a9f2f1d65 vsrc_mandelbrot: set options through the opt framework 13 years ago
Giorgio Vazzana c15400afc5 mandelbrot: remove always-false condition in fill_from_cache 13 years ago
Michael Niedermayer 102db4f6e7 MAINTAINER: add libavfilter section and add myself to yadif & mandelbrot 13 years ago
Michael Niedermayer 08dadd331f mandelbrot: allow visualizing the period of converged points. 13 years ago
Michael Niedermayer e8499ab171 mandelbrot: Add inner variable & enum for inner coloring schemes. 13 years ago
Michael Niedermayer 3cbe9afba5 mandelbrot: only check bailout once every 2 iterations. 13 years ago
Michael Niedermayer 41fd1b2d5a mandelbrot: add SQR() macro 13 years ago
Giorgio Vazzana e555119c73 mandelbrot: correct and simplify the formula used in NORMALIZED_ITERATION_COUNT 13 years ago
KO Myung-Hun ad0bdd2fd2 lavc: add supports of OS/2 threads 13 years ago
Michael Niedermayer 88166fc579 mandelbrot: unroll the innermost loop once. 13 years ago
Michael Niedermayer 1d06608732 mandelbrot: only check periodicity once for each period instead of twice. 13 years ago
Michael Niedermayer 2fee131b9e mandelbrot: use period detection depening on left pixel and not the 13 years ago
Carl Eugen Hoyos 9117592549 Cosmetics: Increase readability. 13 years ago