33461 Commits (464e9ab011897a1220c2a1b8af336bdf4d0b1dd9)
 

Author SHA1 Message Date
Kostya Shishkov 464e9ab011 lagarith: add YUY2 decoding support 13 years ago
Carl Eugen Hoyos 58637a0b24 Support decoding unaligned rgb24 lagarith. 13 years ago
Diego Biurrun 520c1ec699 dv: Split profile handling code into a separate file. 13 years ago
Anton Khirnov 0a3ad7ff80 flvenc: use AVFormatContext, not AVCodecContext for logging. 13 years ago
Diego Biurrun 455245ca8a mov: Remove write-only variable in mov_read_chan(). 13 years ago
Alex Converse fa8fc3b73a fate: Change the probe-format refs to match the final text format committed. 13 years ago
Alex Converse 6345209a7d fate: Add avprobe as a make dependency 13 years ago
Ronald S. Bultje 4bfa67bdad Add probe fate tests to test for regressions in detecting media types. 13 years ago
Mans Rullgard 40fa14f775 fate: Add oneline comparison method 13 years ago
Ronald S. Bultje 64953f67f9 qdm2: clip array indices returned by qdm2_get_vlc(). 13 years ago
Justin Ruggles 85e5b866dc avplay: properly close/reopen AVAudioResampleContext on channel layout change 13 years ago
Justin Ruggles f132248028 avcodec: do not needlessly set packet size to 0 in avcodec_encode_audio2() 13 years ago
Justin Ruggles 74e10b6204 avcodec: for audio encoding, reset output packet when it is not valid 13 years ago
Justin Ruggles fa0319b4fd avcodec: refactor avcodec_encode_audio2() to merge common branches 13 years ago
Justin Ruggles b461cd4deb avcodec: remove fallbacks for AVCodec.encode() in avcodec_encode_audio2() 13 years ago
Diego Biurrun fdc918632f libschroedinger: Switch to function names more in line with Libav style. 13 years ago
Diego Biurrun 9cef0669c4 Move code shared between libdirac and libschroedinger to libschroedinger. 13 years ago
Anton Khirnov 8134fafe9b lavfi: uninline avfilter_copy_buffer_ref_props(). 13 years ago
Anton Khirnov 1432c1c429 lavf: add missing '*' in a doxy. 13 years ago
Diego Biurrun 10d2ea2604 h264: Remove a commented-out function pointer typedef. 13 years ago
Diego Biurrun ea14050642 txd: Remove write-only variable in txd_decode_frame(). 13 years ago
Diego Biurrun 246b050f51 mmvideo.c: Remove unused variable in mm_decode_pal(). 13 years ago
Diego Biurrun dbe6ba55a3 build: cosmetics: Add missing end-of-line backslashes to item lists. 13 years ago
Diego Biurrun 9eb83a56aa build: cosmetics: Split HEADERS/OBJS/PROGS lists into one entry per line. 13 years ago
Diego Biurrun 1f4f752117 libschroedinger: Move a function to avoid a forward declaration. 13 years ago
Sean McGovern b68c4ac293 pthread: warn on high thread counts 13 years ago
Robert Nagy a07578f3f2 vf_yadif: fix missing error handling for avfilter_poll_frame() 13 years ago
Ronald S. Bultje 08354bf458 avprobe: allow showing only one container/stream property. 13 years ago
Anton Khirnov 0bbd874743 lavfi: support audio in avfilter_copy_frame_props(). 13 years ago
Mina Nagy Zaki 11b6a82412 lavfi: avfilter_merge_formats: handle case where inputs are same 13 years ago
Anton Khirnov 828bd088f3 lavc: add sample rate and channel layout to AVFrame. 13 years ago
Paul B Mahol 37f4a976b3 zerocodec: check if the previous frame is missing 13 years ago
Luca Barbato e004bc16a1 doc: clarify check for NULL pointer style 13 years ago
Kostya Shishkov fb5c1aaea6 dfa: use more meaningful return codes 13 years ago
Michael Niedermayer 71a3c59ed7 eatgv: check vector_bits 13 years ago
Kostya Shishkov a390aa0ea4 eatgv: check motion vectors 13 years ago
Diego Biurrun 30b1961c66 Mark a number of variables only used in av_dlog() calls as av_unused. 13 years ago
Diego Biurrun b2e92e946c dvdec: drop const qualifier from variable to eliminate a warning 13 years ago
Robert Nagy ad0278661b avcodec: Improve comment for thread_safe_callbacks to avoid misinterpretation. 13 years ago
Sean McGovern be6009d32c tests/utils: don't ignore the return value of fwrite() 13 years ago
Anton Khirnov d4ac703c7f lavfi/formats: use sizeof(var) instead of sizeof(type). 13 years ago
Stefano Sabatini f10530b78a lavfi: remove avfilter_default_config_input_link() declaration 13 years ago
Anton Khirnov 25b3babe11 lavfi: always enable the scale filter and depend on sws. 13 years ago
Anton Khirnov fd18ee0ff6 vf_split: support user-specifiable number of outputs. 13 years ago
Anton Khirnov dce415e7f1 avconv: remove stray useless comment. 13 years ago
Janne Grunau 29d27b5425 mpegmux: add stuffing to avoid incomplete PCM frames 13 years ago
Mans Rullgard ddce7dabd2 rtsp: avoid const warnings from strtol() call 13 years ago
Mans Rullgard 0de1319ee0 avserver: check return value of ftruncate() 13 years ago
Kostya Shishkov 1fdb5649d9 lagarith: make offset array type unsigned 13 years ago
Kostya Shishkov 8099187e89 dfa: add some checks to ensure that decoder won't write past frame end 13 years ago