38332 Commits (7f80afe0a7ae7982f1a074c838f7e8e7e361e6fb)
 

Author SHA1 Message Date
Michael Niedermayer f9caec0cf9 h264: change deblock_h_chroma_8_mmxext() to prevent valgrind confusion. 13 years ago
Ronald S. Bultje af468015d9 als: prevent infinite loop in zero_remaining(). 13 years ago
Ronald S. Bultje 941fc1ea1e cook: prevent div-by-zero if channels is zero. 13 years ago
Carl Eugen Hoyos 44f5b26212 Make CDXL palette opaque. 13 years ago
Anton Khirnov e9b380a7a5 pamenc: switch to encode2(). 13 years ago
Anton Khirnov 3cc77ded4f svq1enc: switch to encode2(). 13 years ago
Anton Khirnov 6a047213ac dvenc: switch to encode2(). 13 years ago
Anton Khirnov b3566a6a39 dpxenc: switch to encode2(). 13 years ago
Anton Khirnov 83c7fe3245 pngenc: switch to encode2(). 13 years ago
Anton Khirnov ab3a410cf0 v210enc: switch to encode2(). 13 years ago
Anton Khirnov f0366fec56 xwdenc: switch to encode2(). 13 years ago
Justin Ruggles f2a4559c77 ttadec: use branchless unsigned-to-signed unfolding 13 years ago
Aneesh Dogra d7840529b6 avcodec: add a Sun Rasterfile encoder 13 years ago
Aneesh Dogra 1f1fbcfa71 sunrast: Move common defines to a new header file. 13 years ago
Paul B Mahol b5c626fdf3 cdxl: fix video decoding for some files 13 years ago
Paul B Mahol 6d10c5bfc0 cdxl: fix audio for some samples 13 years ago
Paul B Mahol f02edc4c06 apetag: add proper support for binary tags 13 years ago
Paul B Mahol 323b9da969 ttadec: remove dead code 13 years ago
Ronald S. Bultje 1bab6f852c swscale: make access to filter data conditional on filter type. 13 years ago
Ronald S. Bultje a95e3fa90b swscale: update context offsets after removal of AlpMmxFilter. 13 years ago
Reimar Döffinger d493170ec9 matroskadec: introduce resync function. 13 years ago
Reimar Döffinger 9e0f897fe5 Add ismv regression test. 13 years ago
Reimar Döffinger 3ce7148dff movenc: fix crashes if a stream is empty. 13 years ago
Kostya Shishkov 857d14863d prores: initialise encoder and decoder parts only when needed 13 years ago
Andrew Wason a0e44414df movenc: leave st->codec->frame_size as is instead of forcing it to 1. 13 years ago
Kostya Shishkov 5d9ad5425f prores: initialise encoder and decoder parts only when needed 13 years ago
Ronald S. Bultje 25c42234a9 swscale: make monowhite/black RGB-independent. 13 years ago
Zongyao Qu 1b84cf41e0 Makefile: fix proresdec dependancies 13 years ago
Ronald S. Bultje 52e4018be4 flac: fix infinite loops on all-zero input or end-of-stream. 13 years ago
Ronald S. Bultje b4027d9749 wmapro: change max. block size to 13 bits. 13 years ago
Matthieu Bouron 29b9aee49f ffprobe: add count_frames and count_packets options 13 years ago
Michael Niedermayer 8c1ebdcea2 Merge remote-tracking branch 'qatar/master' 13 years ago
Stefano Sabatini 7bdefc0f12 lavfi/overlay: add logic for avoiding overlaying frames with PTS > main frame PTS 13 years ago
Rafaël Carré 05ee0db1b2 dshow_filter: fix compilation with mingw-w64 13 years ago
Michael Niedermayer 22b125f912 g729dec: fix 'warning: assignment from incompatible pointer type' 13 years ago
Michael Niedermayer 934abf6ff8 g729dec: fix use of deprecated functions. 13 years ago
Michael Niedermayer ad21c05172 diracdec: fix use of deprecated funnctions 13 years ago
Michael Niedermayer 204cb29b3c shorten: Use separate pointers for the allocated memory for decoded samples. 13 years ago
Michael Niedermayer c509f4f747 atrac3: Fix crash in tonal component decoding. 13 years ago
Michael Niedermayer 9fb7a5af97 ws_snd1: Fix wrong samples counts. 13 years ago
Michael Niedermayer 8b18288c08 qtrleenc: fix uninitialized variable warnings 13 years ago
Michael Niedermayer 5a03a3d998 proresdec2: use ff_dsputil_init() avoid deprecated ff_ less variant. 13 years ago
Michael Niedermayer 67f17e7202 proresdec2: Fix 16 vs. 8bit compiler warnings. 13 years ago
Martin Storsjö 51df7b232f movenc: Don't set a default sample duration when creating ismv 13 years ago
Martin Storsjö 298a587f44 rtp: Factorize the check for distinguishing RTCP packets from RTP 13 years ago
Ronald S. Bultje c6643fddba golomb: avoid infinite loop on all-zero input (or end of buffer). 13 years ago
Justin Ruggles c9fdf3241a bethsoftvid: synchronize video timestamps with audio sample rate 13 years ago
Justin Ruggles 773ff823da bethsoftvid: add audio stream only after getting the first audio packet 13 years ago
Justin Ruggles 9546f331c6 bethsoftvid: Set video packet duration instead of accumulating pts. 13 years ago
Justin Ruggles 05e4ae833c bethsoftvid: set packet key frame flag for audio and I-frame video packets. 13 years ago