35667 Commits (5980f5dd18822f29cfd583c9c085c3e77d81aa72)
 

Author SHA1 Message Date
Diego Biurrun d7a39b3340 doxygen: Build Doxygen documentation in the doc/ subdirectory 12 years ago
Mans Rullgard a153e45b95 dfa: use av_memcpy_backptr() where previously impossible 12 years ago
Diego Biurrun e831b3b852 av_memcpy_backptr: Drop no longer necessary malloc padding 12 years ago
Mans Rullgard d82f188504 Remove need for padding in av_memcpy_backptr() 12 years ago
Diego Biurrun ceb754d041 lzo: Use AV_COPY*U macros where appropriate 12 years ago
Reinhard Tartler a9f0dce283 prepare 9_beta2 release 12 years ago
Diego Biurrun 330b864cda dsputil: Replace AV_WNxx(AV_RNxx()) combinations by AV_COPYxxU 12 years ago
Diego Biurrun af6dd6de08 intreadwrite: Add AV_COPYxxU macros for copying to/from unaligned addresses 12 years ago
Diego Biurrun aa91fe8091 dxtory: Replace AV_WN16A(AV_RN16A()) combination by AV_COPY16 12 years ago
Luca Barbato 9ab0874ea8 mp3: properly forward mp_decode_frame errors 12 years ago
Luca Barbato 0c03cc6838 mp3: exit on parsing error in mp_decode_frame 12 years ago
Diego Biurrun c2dac8ac7a rtmppkt: Avoid unescaped backslash in Doxygen comment 12 years ago
Mans Rullgard 2a222a7255 fate-lavfi: replace sed/grep/cut combos with awk 12 years ago
Mans Rullgard 4ebc6a7410 build: Plan 9 support 12 years ago
Mans Rullgard 80521c1997 build: allow targets to specify extra objects to link with executables 12 years ago
Mans Rullgard a805cefd8b swscale: avoid pointless use of compound literals 12 years ago
Mans Rullgard fab0a8b2c6 libm: add fallbacks for various single-precision functions 12 years ago
Mans Rullgard c3e73100af network: use getservbyport() only if available 12 years ago
Mans Rullgard da0d0ae9a4 network: add fallbacks for INADDR_LOOPBACK and INET_ADDRSTRLEN 12 years ago
Mans Rullgard 3f65eff408 Include sys/time.h before sys/resource.h 12 years ago
Mans Rullgard a1f6ad69c7 fate: check that dependencies actually exist 12 years ago
Mans Rullgard 6f9018fc5e fate: fix ENCMUX macro 12 years ago
Michael Niedermayer ec444c84cf mpegaudiodec: Fix buffer handling on random access 12 years ago
Diego Biurrun 2f17f265ed mpegaudio: Refactor mp3on4 flush function 12 years ago
Diego Biurrun 88bdec03b9 fate: Add dependencies for audio tests 12 years ago
Diego Biurrun 71f3eb4536 fate: cosmetics: Group idct8x8 test together with all other libavcodec tests 12 years ago
Diego Biurrun 7d420a4294 fate: More fine-grained dependencies for libavcodec test programs 12 years ago
Diego Biurrun 8b8899ac32 fate: Declare avcodec/avformat deps in the respective Makefile snippets 12 years ago
Diego Biurrun e273a1a542 fate: Add dependencies for WMA and WavPack tests 12 years ago
Diego Biurrun 8f4c414df6 Improve wording and spelling of av_log_missing_feature messages. 12 years ago
Anton Khirnov 00ed7f5958 lavu: remove disabled FF_API_AV_FIFO_PEEK cruft 12 years ago
Anton Khirnov c692957c4e lavu: remove disabled avoptions cruft 12 years ago
Anton Khirnov 8207c67a24 lavu: remove disabled FF_API_GET_BITS_PER_SAMPLE_FMT cruft 12 years ago
Anton Khirnov 468ea9d5b1 Revert "avutil: make some tables visible again" 12 years ago
Anton Khirnov c6b25d1d5e Revert "avutil: Add a copy of ff_sqrt_tab back into avutil to restore ABI compatibility" 12 years ago
Anton Khirnov add3a6902e lavu: bump major to 52 12 years ago
Anton Khirnov 2b8dd371e4 lavu: postpone recent deprecations until the next major bump 12 years ago
Anton Khirnov 9cac8a5199 APIchanges: update lavr bump date 12 years ago
Anton Khirnov 4e61a38aa0 avconv: only apply presets when we have an encoder. 12 years ago
Justin Ruggles a1f4cd371a atrac3: replace a calculation with FFALIGN() 12 years ago
Justin Ruggles 808686fc1e atrac3: remove unused ATRAC3Context field, sample_rate 12 years ago
Justin Ruggles 89a6c32bc1 atrac3: use sizeof(variable) instead of sizeof(type) 12 years ago
Justin Ruggles 327747de15 atrac3: simplify MDCT window calculation 12 years ago
Justin Ruggles 5d1007f74d atrac3: initialize static tables in AVCodec.init_static_data() 12 years ago
Justin Ruggles 78edce3f19 atrac3: separate window initialization from IMDCT initialization 12 years ago
Justin Ruggles c51311b907 atrac3: move the 'frame_factor' field from ATRAC3Context to where it is used 12 years ago
Justin Ruggles 7e76f27081 atrac3: remove unused ATRAC3Context field, bit_rate 12 years ago
Justin Ruggles a2664c91fb atrac3: move the 'samples_per_frame' field from ATRAC3Context to where it is used 12 years ago
Justin Ruggles 7c1f93afe6 atrac3: remove unused ATRAC3Context field, samples_per_channel 12 years ago
Justin Ruggles cdd0e0de81 atrac3: use AVCodecContext.block_align instead of keeping a private copy 12 years ago