34902 Commits (df72ae673f3743a57726c86f07677fbc14a0117c)
 

Author SHA1 Message Date
  Clément Bœsch df72ae673f swr: replace deprecated av_set_int() with av_opt_set_int(). 14 years ago
  Clément Bœsch ad561b5707 swr: replace deprecated av_opt_set_defaults2() with av_opt_set_defaults(). 14 years ago
  Clément Bœsch 180aa82c1d swr: replace deprecated av_get_bits_per_sample_fmt() with av_get_bytes_per_sample(). 14 years ago
  Clément Bœsch f9368466c4 swr: use designated initializers for the class. 14 years ago
  Clément Bœsch 7e516a11ca swr: rename resample2 to resample. 14 years ago
  Clément Bœsch fc42550097 swr: move format convert code to dedicated functions. 14 years ago
  Michael Niedermayer 20431a9982 wma: Check channel number before init. 14 years ago
  Michael Niedermayer c1c836d9eb Merge remote-tracking branch 'qatar/master' 14 years ago
  Michael Niedermayer cd6851c5ef lavf: if timestamps are invalid (pts=dts) only drop dts. 14 years ago
  Mans Rullgard 52767d891c lavf: fix multiplication overflow in avformat_find_stream_info() 14 years ago
  Stefano Sabatini 1c43713e57 ffprobe: add compact writer 14 years ago
  Stefano Sabatini 0491a2a07a ffprobe: force display of missing fields, depending on writer.flags 14 years ago
  Michael Niedermayer 7776091b9f diracdec: obmc accesses arent aligned for all files. 14 years ago
  Michael Niedermayer d5e1244ca7 opt: Fix *av_opt_find2(NULL) 14 years ago
  Michael Niedermayer 04bb26e3ee mandelbrot: add dither to convergence & mincol colorings. 14 years ago
  Michael Niedermayer 7575980ba4 mandelbrot: make mincol the default. 14 years ago
  Michael Niedermayer 8d51cb4fb8 mandelbrot: add mincol inner coloring method. 14 years ago
  Panagiotis H.M. Issaris 6f20921dee Fix seeking when using Apple HTTP Live Streaming 14 years ago
  Justin Ruggles f1d1516e55 cosmetics: indentation 14 years ago
  Justin Ruggles 1158745a2d mpegaudiodec: init static tables in AVCodec.init_static_data() 14 years ago
  Panagiotis H.M. Issaris bf0ca404c6 Update my GnuPG fingerprint. 14 years ago
  Michael Niedermayer 5a68b1ac3b mandelbrot: add inner drawing method to show converence time 14 years ago
  Michael Niedermayer 5582e557e6 mandelbrot: add "fractal" to the description 14 years ago
  Michael Niedermayer 4c52adad69 mandelbrot: Fix "warning: passing argument 2 of ‘draw_mandelbrot’ from incompatible pointer type" 14 years ago
  Michael Niedermayer 53cb0de25b asfdec: mark only ts1 as av_unused 14 years ago
  Michael Niedermayer 7ea3963817 mpegts: Completely ignore H222 spec and consider reserved adaption 14 years ago
  Michael Niedermayer a72580fc9e Merge remote-tracking branch 'qatar/master' 14 years ago
  Michael Niedermayer be4c9a440f mpeg4videodec: dont treat empty frames as errors for QMP4, it seems thats normal. 14 years ago
  Michael Niedermayer 66cd3c12ab mpegaudio: prettify avpriv_mpa_bitrate_tab 14 years ago
  Michael Niedermayer 6760bd0a19 asfdec: avoid unused variable warning. 14 years ago
  Michael Niedermayer ba7f18876c asfdec: use dts for seeking. 14 years ago
  Michael Niedermayer bb4eabacea asfdec: restore timestamp reading code 14 years ago
  Clément Bœsch edc26bfae5 vda: use K&R style. 14 years ago
  Stefano Sabatini 2b1a4c5b34 amovie: avoid crash in amovie_request_frame() if no samplesref is available 14 years ago
  Sebastien Zwickert 81852ef5d6 vda: get correctly the frame from h264 context. 14 years ago
  Sebastien Zwickert 4590e161e6 vda: check allocation result. 14 years ago
  Sebastien Zwickert c7fa3eeab9 vda: removes useless casts. 14 years ago
  Sebastien Zwickert 6e1e49385e vda: cosmetic. 14 years ago
  Sebastien Zwickert a40867f27b configure: add vda dependencies. 14 years ago
  Sebastien Zwickert b46134f659 vda: reordering headers inclusion. 14 years ago
  Sebastien Zwickert 9837442a39 vda: undef Picture. 14 years ago
  Clément Bœsch c8136ebd6a swr: set the default used_ch_count value to zero. 14 years ago
  Michael Niedermayer 40176fc314 mp3enc: Try to use a matching bitrate in the xing header. 14 years ago
  Michael Niedermayer 1fea432b7a mp3enc: simplify mp3_write_xing() 14 years ago
  Michael Niedermayer ecf5e70548 vble: use dsp.add_hfyu_median_prediction() this allows asm optimizations to be used. 14 years ago
  Michael Niedermayer 75c0ddc9c2 vble: move 2nd pass bitreading into vble_restore_plane() 14 years ago
  Michael Niedermayer 6718536ba5 diracdec: fix empty data units. 14 years ago
  Mans Rullgard 3f5d6a665a binkvideo: simplify and remove invalid shifts 14 years ago
  Luca Barbato 2625b621ce pulse: compute frame_duration once and fix it 14 years ago
  Luca Barbato caf27e37b6 lavf: simplify format_child_class_next() 14 years ago