29935 Commits (445ee35e21c92e2429241d65bdba65f6e7c09132)
 

Author SHA1 Message Date
Carl Eugen Hoyos 445ee35e21 Fix decoding of msrle samples with 1bpp. 14 years ago
Michael Niedermayer 7b915726eb udp: remove resource.h inclusion, it breaks mingw compilation. 14 years ago
Michael Niedermayer 90bb2c78d6 ffmpeg: Allow seting and cycling through debug modes. 14 years ago
Michael Niedermayer 34e838083e ffmpeg: Help for interactive keys. 14 years ago
Michael Niedermayer e60e54ceb5 UDP: dont use thread_t as truth value. 14 years ago
Peter Belkner 502e858fd2 swscale: fix compile on mingw32 14 years ago
Michael Niedermayer 0f6a8579af ffmpeg: Interactivity support. Try pressing +-hs. 14 years ago
Ronald S. Bultje b025431bfe swscale: 10l forgot git add this change from ronald. 14 years ago
Michael Niedermayer 58c03f6d7d Merge remote branch 'qatar/master' 14 years ago
Michael Niedermayer 01d3ebaf21 AVFrame: only set parameters from AVCodecContext in decode_video*() when no frame reordering is used. 14 years ago
Michael Niedermayer a3bc7a9ebf avcodec_default_get_buffer: init picture parameters. 14 years ago
Ronald S. Bultje 9f54e461fe swscale: properly inline bits/endianness in yuv2yuvX16inC(). 14 years ago
Ronald S. Bultje c3d68ec9c5 swscale: fix clipping of 9/10bit YUV420P. 14 years ago
Mans Rullgard 1550f45a89 Add av_clip_uintp2() function 14 years ago
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