45911 Commits (35ce42e07029b3af62f652a53719fee99bb7a5aa)
 

Author SHA1 Message Date
  Michael Niedermayer 35ce42e070 Merge commit '8b8899ac3233b4f7af83ded0dc032fad8902d714' 13 years ago
  Michael Niedermayer d0ac26a264 Merge commit 'c692957c4edd119920cd7f2121628dd183589e6a' 13 years ago
  Michael Niedermayer a65bc2712d Merge commit '468ea9d5b14f92fe61f47f034e67066f65163f5f' 13 years ago
  Michael Niedermayer c2a25e141e Merge commit 'add3a6902ea4d459f36655656a1f8daa409118a7' 13 years ago
  Michael Niedermayer af3fe43d84 Merge commit '2b8dd371e4d276ca0d342e82b8b4cc281be0630a' 13 years ago
  Michael Niedermayer 7bc6631dd0 Merge commit '5d1007f74dd496d54b932242004382f44e3b22b4' 13 years ago
  Michael Niedermayer 8748472f39 Merge commit 'a2664c91fba15a1307f676ffad511f8f86fb3a27' 13 years ago
  Michael Niedermayer dcb0d1193a Merge commit '5ac673b5531d846b79a3d77e3e932e0cb1234c45' 13 years ago
  Diego Biurrun 8b8899ac32 fate: Declare avcodec/avformat deps in the respective Makefile snippets 13 years ago
  Diego Biurrun e273a1a542 fate: Add dependencies for WMA and WavPack tests 13 years ago
  Diego Biurrun 8f4c414df6 Improve wording and spelling of av_log_missing_feature messages. 13 years ago
  Anton Khirnov c692957c4e lavu: remove disabled avoptions cruft 13 years ago
  Anton Khirnov 468ea9d5b1 Revert "avutil: make some tables visible again" 13 years ago
  Anton Khirnov add3a6902e lavu: bump major to 52 13 years ago
  Anton Khirnov 2b8dd371e4 lavu: postpone recent deprecations until the next major bump 13 years ago
  Anton Khirnov 00ed7f5958 lavu: remove disabled FF_API_AV_FIFO_PEEK cruft 13 years ago
  Anton Khirnov 8207c67a24 lavu: remove disabled FF_API_GET_BITS_PER_SAMPLE_FMT cruft 13 years ago
  Anton Khirnov c6b25d1d5e Revert "avutil: Add a copy of ff_sqrt_tab back into avutil to restore ABI compatibility" 13 years ago
  Anton Khirnov 9cac8a5199 APIchanges: update lavr bump date 13 years ago
  Anton Khirnov 4e61a38aa0 avconv: only apply presets when we have an encoder. 13 years ago
  Michael Niedermayer 34ccb94796 g723_1: remove unneeded cliping 13 years ago
  Michael Niedermayer e9b61fffbe g722dec: s/Libav/FFmpeg/ The copyright years predate the existence of Libav 13 years ago
  Michael Niedermayer 7770c0da07 fate/mapchan: add bitexact flag 13 years ago
  Paul B Mahol a57d560db3 LVF demuxer 13 years ago
  Michael Niedermayer 3318d6b940 ffmpeg: check avpicture_get_size() retuen value 13 years ago
  Michael Niedermayer da317efd92 j2k: reorder multiplications to avoid interger overflows related to precincts 13 years ago
  Michael Niedermayer 45ae9a8fc9 j2k: reorder multiplications to avoid interger overflows related to code blocks 13 years ago
  Clément Bœsch 7c2d5eec29 fate: quote file paths in movie/amovie filtergraphs. 13 years ago
  Clément Bœsch 2649b78384 fate: improve metadata filter deps readability. 13 years ago
  Clément Bœsch ae69c683e5 fate: add scale filter to the scene detect dependencies. 13 years ago
  Clément Bœsch 7be9c0c10f fate: fix SAMPLES dependency for ffprobe. 13 years ago
  Michael Niedermayer 0de41ead6f qt-faststart: check fseeko() return codes 13 years ago
  Michael Niedermayer 250fe6eeb4 cmdutils: apply option to codec and format contexts if possible. 13 years ago
  Matthieu Bouron c68a8a1340 lavf/aiffdec: don't stop parsing after SSND chunk 13 years ago
  Matthieu Bouron d8173f264f dv: fix a check on dv_extract_timecode return value 13 years ago
  Michael Niedermayer 22793d7bb3 ffmpeg/lavc: move experimental warnings to libavcodec. 13 years ago
  Justin Ruggles 5d1007f74d atrac3: initialize static tables in AVCodec.init_static_data() 13 years ago
  Justin Ruggles a1f4cd371a atrac3: replace a calculation with FFALIGN() 13 years ago
  Justin Ruggles 78edce3f19 atrac3: separate window initialization from IMDCT initialization 13 years ago
  Justin Ruggles 808686fc1e atrac3: remove unused ATRAC3Context field, sample_rate 13 years ago
  Justin Ruggles c51311b907 atrac3: move the 'frame_factor' field from ATRAC3Context to where it is used 13 years ago
  Justin Ruggles 89a6c32bc1 atrac3: use sizeof(variable) instead of sizeof(type) 13 years ago
  Justin Ruggles 327747de15 atrac3: simplify MDCT window calculation 13 years ago
  Justin Ruggles a2664c91fb atrac3: move the 'samples_per_frame' field from ATRAC3Context to where it is used 13 years ago
  Justin Ruggles 7e76f27081 atrac3: remove unused ATRAC3Context field, bit_rate 13 years ago
  Justin Ruggles 7c1f93afe6 atrac3: remove unused ATRAC3Context field, samples_per_channel 13 years ago
  Justin Ruggles cdd0e0de81 atrac3: use AVCodecContext.block_align instead of keeping a private copy 13 years ago
  Justin Ruggles 64ebbb8f89 atrac3: move the 'delay' field from ATRAC3Context to where it is used 13 years ago
  Justin Ruggles 5ac673b553 atrac3: use AVCodecContext.channels instead of keeping a private copy 13 years ago
  Justin Ruggles 56a9d2b44e atrac3: move the 'version' field from ATRAC3Context to where it is used 13 years ago