29971 Commits (e280a4da2ae6fd44f0079358ecc5aa08e388a5ed)
 

Author SHA1 Message Date
ami_stuff 2bd12ee3c8 Support more QT 1bpp rawvideo files. 14 years ago
Michael Niedermayer 29ef0174cc UDP: udp depends on pthreads now 14 years ago
Michael Niedermayer 03f8f39769 udp: switch custom fifo to libavutil fifo. 14 years ago
Michael Niedermayer 593bb98d61 udp: use FFMAX&FFMIN. 14 years ago
JULIAN GARDNER 4275602183 udp: add a thread into udp.c for receiving data into a circular buffer, this stops the problem of live decoding/encoding giving errors. 14 years ago
Stefano Sabatini 4d15f194b4 tiffenc: set bpp table for monow/monob formats 14 years ago
Stefano Sabatini ac8d6f120d tiffenc: factorize code for monow/monob case in encode_frame() switch 14 years ago
Stefano Sabatini 995013ebc8 tiffenc: fix bpp value for monow/monob formats 14 years ago
Stefano Sabatini d8297ca443 tiff: fix linesize for mono-white/black formats 14 years ago
Stefano Sabatini 762b4662f0 tiff: print log in case of unknown / unsupported tag 14 years ago
Reimar Döffinger 2c9a5172d3 dfa: fix buffer overflow checks to avoid integer overflows. 14 years ago
Baptiste Coudurier 7e19a6e868 movenc: always write esds descriptor length using 4 bytes. 14 years ago
Stefano Sabatini dbe9453946 ffmpeg: use parse_number_and_die() when it makes sense 14 years ago
Anton Khirnov 8fb566fdf8 ffmpeg: get rid of the 'q' key schizofrenia 14 years ago
Michael Niedermayer e3114a9c8a Add checksums specific to BE machines after last swscale update. 14 years ago
Michael Niedermayer 72153419b5 Merge remote branch 'qatar/master' 14 years ago
Carl Eugen Hoyos 410ca3bc2d Support Digital Voodoo SD 8 Bit in mov (ticket 195). 14 years ago
ami_stuff 92ccdfb8bf Support R10g in mov. 14 years ago
Carl Eugen Hoyos 86f2c36c6c Add 5.1 plus stereo-downmix to mov_channel_layout array. 14 years ago
Carl Eugen Hoyos 69b6b2d2bc Set channel_layout for S302M. 14 years ago
Carl Eugen Hoyos 0aac0403c5 Map mlp surround channels to FFmpeg rear channels. 14 years ago
Alexandre Colucci a37f7b6246 Support native DTS channel order when requested. 14 years ago
Martin Storsjö 552a99957f rtpdec_qdm2: Don't try to parse data packet if no configuration is received 14 years ago
Michael Niedermayer f0eb373f9d pixfmt-Comment: Fix big/little typo 14 years ago
Justin Ruggles 4d7a421574 ac3enc: put the counting of stereo rematrixing bits in the same place to 14 years ago
Justin Ruggles 257de756fb ac3enc: clean up count_frame_bits() and count_frame_bits_fixed() 14 years ago
Michael Niedermayer c4fb3b0327 mpegvideo: make FF_DEBUG_DCT_COEFF output coeffs via av_log() instead of just via AVFrame. 14 years ago
Aurelien Jacobs ea5fa19427 srtdec: make sure we don't write past the end of buffer 14 years ago
Tomas Härdin ee81e76db1 wmaenc: improve channel count and bitrate error handling in encode_init() 14 years ago
Aurelien Jacobs 89d4c13057 matroskaenc: make sure we don't produce invalid file with no codec ID 14 years ago
Aurelien Jacobs 9c569ef712 matroskadec: check that pointers were initialized before accessing them 14 years ago
Stefano Sabatini 4ad0693edc lavf: fix function name in compute_pkt_fields2 av_dlog message 14 years ago
Marton Balint 2c71581698 lavf: fix av_find_best_stream when providing a wanted stream. 14 years ago
Marton Balint 6b35a795f8 lavf: fix av_find_best_stream when decoder_ret is given and using a related stream. 14 years ago
Michael Niedermayer 5da116a3fd ffmpeg: factorize quality calculation 14 years ago
Stefano Sabatini bbc572a2c4 tiff: add support for SamplesPerPixel tag in tiff_decode_tag() 14 years ago
Michael Niedermayer 7b874dcc00 ffv1: Add PIX_FMT_YUV420P9 support. 14 years ago
Stefano Sabatini 8102d886be tiff: Prefer enum TiffCompr over int for TiffContext.compr. 14 years ago
Michael Niedermayer 7a3a259840 ffv1dec: output PIX_FMT_YUV422P10 and PIX_FMT_YUV420P10 when possible. 14 years ago
Ivan Kalvachev 518cdff81f Fix posix_memalign() usage when libavutil is compiled outside FFmpeg. 14 years ago
Uoti Urpala bcedf2e519 asfdec: fix assert failure on invalid files 14 years ago
Michael Niedermayer 10291562f3 Revert "asfdec: fix assert failure on invalid files" 14 years ago
Yusuke Nakamura 5f0bb0baef mov: Support edit list atom version 1. 14 years ago
Måns Rullgård ced9556b61 configure: Enable libpostproc automatically if GPL code is enabled. 14 years ago
ami_stuff 0b8002fd68 Add support for QT BMP 1bpp color mode 14 years ago
Thierry Foucu b7903ab16b If a MP3 file contains the string NSVs, the NSV probe will think it is a NSV file instead of a MP3 file. Check for 0xBEEF after a Video/Audio chunck for more accuracy. 14 years ago
Clément Bœsch e575685fad Cosmetics: fix prototypes in oggdec 14 years ago
Clément Bœsch 5780f41af5 oggdec: fix memleak with continuous streams. 14 years ago
Aurelien Jacobs 2501d2f386 matroskaenc: add missing new line in av_log() call 14 years ago
Baptiste Coudurier 14cf9e698d dnxhdenc: add AVClass in private context. 14 years ago