27866 Commits (35f1023592b46e608a4de1566b12268e3e9e72f0)
 

Author SHA1 Message Date
Anton Khirnov 35f1023592 avio: deprecate url_close_buf 14 years ago
Anton Khirnov 83fddaeb81 avio: deprecate url_open_buf 14 years ago
Anton Khirnov eda4cf92d7 avio: always compile avio_printf, rather than on CONFIG_MUXERS 14 years ago
Anton Khirnov d9d86e00b2 avio: avio_ prefix for url_fprintf 14 years ago
Anton Khirnov af02073225 avio: change avio_tell/skip from macros to inline functions 14 years ago
Anton Khirnov 59f65d9579 avio: make url_setbufsize internal. 14 years ago
Anton Khirnov 4839c192de lavf: move ff_get_v from avio.h to avio_internal.h 14 years ago
Anton Khirnov 073f8b10d8 nutenc: mux chapters. 14 years ago
Luca Barbato 4af9c1a56f doc: update applehttp documentation 14 years ago
Anton Khirnov 45a8a02a41 lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes sense 14 years ago
Ramiro Polla cbf5d22d24 Remove occurrences of my old email address 14 years ago
Mans Rullgard 381d37fda9 dsputil: add bswap16_buf() 14 years ago
Sean McGovern dff68563d8 darwin: use -read_only_relocs flag only on 32-bit x86 14 years ago
Janne Grunau f8a45fa1b1 replace FFmpeg with Libav in doc/ 14 years ago
Janne Grunau a03be6e1ba use LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_* 14 years ago
Janne Grunau 29ba091136 replace FFMPEG with LIBAV in FFMPEG_CONFIGURATION 14 years ago
Janne Grunau 070c5d0f35 partially rename FFmpeg to Libav 14 years ago
Anton Khirnov fed5676ffe mp3enc: remove mp3_write_packet(), use ff_raw_write_packet() instead 14 years ago
Kostya 8312e3fc90 Do not attempt to decode APE file with no frames 14 years ago
Anton Khirnov 1dac4d5547 jvdec: don't use deprecated url_feof() 14 years ago
Justin Ruggles 79414257e2 mathops: fix MULL() when the compiler does not inline the function. 14 years ago
Anton Khirnov 56e2ac6b45 id3v2: merge TYER/TDAT/TIME to date tag 14 years ago
Justin Ruggles aaff3b312e mathops: change "g" constraint to "rm" in x86-32 version of MUL64(). 14 years ago
Justin Ruggles b181b8fb96 mathops: convert MULL/MULH/MUL64 to inline functions rather than macros. 14 years ago
Nicolas George c76374c6db Use AVERROR_EXIT with url_interrupt_cb. 14 years ago
Nicolas George bafa4dd3e6 Add AVERROR_EXIT. 14 years ago
Anton Khirnov 3e68b3ba7b avio: deprecate url_ferror 14 years ago
Anton Khirnov 75b9ed04b9 lavf/utils: dont't explicitly check AVIOContext.error 14 years ago
Philip Langdale 025225d7ee h264_mp4toannexb_bsf: Fix spurious warning when stream has SPS and PPS units. 14 years ago
Mans Rullgard 9f8f62d4a3 Delete MAINTAINERS file 14 years ago
Justin Ruggles f1efbca5e9 ac3enc: add SIMD-optimized shifting functions for use with the fixed-point AC3 encoder. 14 years ago
Justin 323e6fead0 ac3enc: do not right-shift fixed-point coefficients in the final MDCT stage. 14 years ago
Peter Ross 6e7cf13b6b mm decoder: move buffer allocation from decode_init() to decode_frame() 14 years ago
Peter Ross 7f05c164d8 jv demuxer: prevent video packet size overflow 14 years ago
Peter Ross 772cb06281 jv demuxer: define JV_PREAMBLE_SIZE instead of hard coding the number 14 years ago
Peter Ross 20c1281fe3 jv demuxer: calculate palette_size for each frame in read_header 14 years ago
Peter Ross 402f9ad5fd Bitmap Brothers JV errata 14 years ago
Peter Ross bfaefd87dc Bitmap Brothers JV demuxer 14 years ago
Peter Ross 0697440c1e Bitmap Brothers JV video decoder 14 years ago
Johan Andersson 21de920472 Update the url to the site website and change ffmpeg-devel to libav-devel 14 years ago
Luca Barbato 0e6a3ee4fa doc: document applehttp protocol 14 years ago
Jason Garrett-Glaser 81a131312d VP8: fix other function declaration 14 years ago
Hendrik Leppkes 0215006ab7 VC1: Export profile/level 14 years ago
Stefano Sabatini 5dbe78bf91 ffmpeg: remove unused variable in ffmpeg_exit() 14 years ago
Jason Garrett-Glaser 1eeca88691 VP8: optimize VP8Context struct ordering 14 years ago
Jason Garrett-Glaser 3efbe13739 VP8: fix function declaration 14 years ago
Jason Garrett-Glaser b1d2f812c9 VP8: token probs doesn't need padding 14 years ago
Jason Garrett-Glaser 628b48db85 VP8: use a goto to break out of two loops 14 years ago
Mans Rullgard a5444fee06 Add CONFIG_AC3DSP symbol to simplify makefiles 14 years ago
Mans Rullgard 4fa18c5666 configure: use pkg-config helpers 14 years ago