30094 Commits (125d807660996b879c4762c3a15c4bb485e13f4c)
 

Author SHA1 Message Date
Stefano Sabatini 10931720cd imgutils: generalize linesize computation for bitstream formats 14 years ago
Reinhard Tartler c1f5447805 configure: use same CPPFLAGS in kFreeBSD as Linux 14 years ago
Michael Niedermayer 5a153604c9 Merge remote branch 'qatar/master' 14 years ago
Carl Eugen Hoyos 2c4ad1a37b Initial caf muxer. 14 years ago
Carl Eugen Hoyos 0c3803f6bb Support decoding of amr_nb and gsm in caf. 14 years ago
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
Diego Biurrun 888fa31eca Fix FSF address copy paste error in some license headers. 14 years ago
Justin Ruggles 08e434b015 Add an aac sample which uses LTP to fate-aac. 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
Ronald S. Bultje 76f8a96e00 [PATCH] Update pixdesc_be fate refs after adding 9/10bit YUV420P formats. 14 years ago
Martin Aumüller b1eb7a1204 arm: properly mark external symbol call 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