aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | vc1: prevent using last_frame as a reference for I/P first frame.Ronald S. Bultje2012-02-151-2/+9
| | | | | | | | | | | | | | | Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind CC: libav-stable@libav.org
* | | lavfi/overlay: add logic for avoiding overlaying frames with PTS > main ↵Stefano Sabatini2012-02-172-13/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | frame PTS Also add debug logging messages for helping tracking down similar issues. Fix trac ticket #467.
* | | dshow_filter: fix compilation with mingw-w64Rafaël Carré2012-02-162-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes ticket #999 NO_DSHOW_STRSAFE asks dshow.h header to not use secure string function replacements. Using secure replacements would break mingw.org compatibility as they don't declare/define those functions. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | g729dec: fix 'warning: assignment from incompatible pointer type'Michael Niedermayer2012-02-161-1/+1
| | | | | | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | g729dec: fix use of deprecated functions.Michael Niedermayer2012-02-161-1/+1
| | | | | | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | diracdec: fix use of deprecated funnctionsMichael Niedermayer2012-02-161-1/+1
| | | | | | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | qtrleenc: fix uninitialized variable warningsMichael Niedermayer2012-02-161-2/+2
| | | | | | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | proresdec2: use ff_dsputil_init() avoid deprecated ff_ less variant.Michael Niedermayer2012-02-161-1/+1
| | | | | | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | proresdec2: Fix 16 vs. 8bit compiler warnings.Michael Niedermayer2012-02-161-11/+11
| | | | | | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | snow: zero scratchbuf.Michael Niedermayer2012-02-161-1/+1
| | | | | | | | | | | | | | | | | | This should fix some valgrind warnings. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | fate: trying to fix "libavcodec/dct-test.o:(.rodata+0xdc): undefined ↵Michael Niedermayer2012-02-161-2/+2
| | | | | | | | | | | | | | | | | | reference to fdct_altivec" Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | Merge remote-tracking branch 'shariman/wmall'Michael Niedermayer2012-02-161-18/+24
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * shariman/wmall: Do not try to read residue if ave_mean <= 1 Move some variable declarations to comply with C90 Cosmetics: fix some whitespace errors Support 24-bit decoding wmall: remove ;; Conflicts: libavcodec/wmalosslessdec.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * | Do not try to read residue if ave_mean <= 1Mashiat Sarker Shakkhar2012-02-161-3/+8
| | | | | | | | | | | | | | | | | | Otherwise, we end up with with log(0) or log(1). av_ceil_log2 simply assumes the argument is non-zero and returns wrong result when it is. (Not that there is a proper way of returning an undefined value.)
| * | Move some variable declarations to comply with C90Mashiat Sarker Shakkhar2012-02-161-2/+4
| | |
| * | Cosmetics: fix some whitespace errorsMashiat Sarker Shakkhar2012-02-161-13/+12
| | |
| * | Support 24-bit decodingMashiat Sarker Shakkhar2012-02-161-9/+9
| | |
| * | wmall: remove ;;Michael Niedermayer2012-02-161-1/+1
| | | | | | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | Handle interlaced formats (two coding units together make one full frame)Pilotware2012-02-161-10/+32
| | | | | | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-16201-1069/+1983
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * qatar/master: (27 commits) ppc: Add ff_ prefix to nonstatic symbols sh4: Add ff_ prefix to nonstatic symbols mpegvideo: Add ff_ prefix to nonstatic functions rtjpeg: Add ff_ prefix to nonstatic symbols rv: Add ff_ prefix to nonstatic symbols vp56: Add ff_ prefix to nonstatic symbols vorbis: Add ff_ prefix to nonstatic symbols msmpeg4: Add ff_ prefix to nonstatic symbols vc1: Add ff_ prefix to nonstatic symbols msmpeg4: Add ff_ prefixes to nonstatic symbols snow: Add ff_ prefix to nonstatic symbols mpeg12: Add ff_ prefix to nonstatic symbols mpeg4: Add ff_ prefixes to nonstatic symbols lagarith: Add ff_ prefix to lag_rac_init libavcodec: Add ff_ prefix to j_rev_dct* dsputil: Add ff_ prefix to inv_zigzag_direct16 libavcodec: Prefix fdct_ifast, fdct_ifast248 dsputil: Add ff_ prefix to the dsputil*_init* functions libavcodec: Add ff_ prefix to some nonstatic symbols vlc/rl: Add ff_ prefix to the nonstatic symbols ... Conflicts: libavcodec/Makefile libavcodec/allcodecs.c libavcodec/dnxhddec.c libavcodec/ffv1.c libavcodec/h263.h libavcodec/h263dec.c libavcodec/h264.c libavcodec/mpegvideo.c libavcodec/mpegvideo_enc.c libavcodec/nuv.c libavcodec/ppc/dsputil_ppc.c libavcodec/proresdsp.c libavcodec/svq3.c libavcodec/version.h libavformat/dv.h libavformat/dvenc.c libavformat/matroskadec.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * | ppc: Add ff_ prefix to nonstatic symbolsMartin Storsjö2012-02-1510-28/+28
| | | | | | | | | | | | Signed-off-by: Martin Storsjö <martin@martin.st>
| * | sh4: Add ff_ prefix to nonstatic symbolsMartin Storsjö2012-02-153-5/+5
| | | | | | | | | | | | Signed-off-by: Martin Storsjö <martin@martin.st>
| * | mpegvideo: Add ff_ prefix to nonstatic functionsMartin Storsjö2012-02-1534-180/+180
| | | | | | | | | | | | Signed-off-by: Martin Storsjö <martin@martin.st>
| * | rtjpeg: Add ff_ prefix to nonstatic symbolsMartin Storsjö2012-02-153-12/+12
| | | | | | | | | | | | Signed-off-by: Martin Storsjö <martin@martin.st>
| * | rv: Add ff_ prefix to nonstatic symbolsMartin Storsjö2012-02-156-9/+9
| | | | | | | | | | | | Signed-off-by: Martin Storsjö <martin@martin.st>
| * | vp56: Add ff_ prefix to nonstatic symbolsMartin Storsjö2012-02-155-48/+48
| | | | | | | | | | | | Signed-off-by: Martin Storsjö <martin@martin.st>
| * | vorbis: Add ff_ prefix to nonstatic symbolsMartin Storsjö2012-02-153-3/+3
| | | | | | | | | | | | Signed-off-by: Martin Storsjö <martin@martin.st>
| * | msmpeg4: Add ff_ prefix to nonstatic symbolsMartin Storsjö2012-02-154-21/+21
| | | | | | | | | | | | Signed-off-by: Martin Storsjö <martin@martin.st>
| * | vc1: Add ff_ prefix to nonstatic symbolsMartin Storsjö2012-02-158-48/+48
| | | | | | | | | | | | Signed-off-by: Martin Storsjö <martin@martin.st>
| * | msmpeg4: Add ff_ prefixes to nonstatic symbolsMartin Storsjö2012-02-158-98/+98
| | | | | | | | | | | | Signed-off-by: Martin Storsjö <martin@martin.st>
| * | snow: Add ff_ prefix to nonstatic symbolsMartin Storsjö2012-02-155-27/+23
| | | | | | | | | | | | | | | | | | | | | This allows getting rid of a hack for conflicting symbol/define names. Signed-off-by: Martin Storsjö <martin@martin.st>
| * | mpeg12: Add ff_ prefix to nonstatic symbolsMartin Storsjö2012-02-153-8/+8
| | | | | | | | | | | | Signed-off-by: Martin Storsjö <martin@martin.st>
| * | mpeg4: Add ff_ prefixes to nonstatic symbolsMartin Storsjö2012-02-157-44/+44
| | | | | | | | | | | | Signed-off-by: Martin Storsjö <martin@martin.st>
| * | lagarith: Add ff_ prefix to lag_rac_initMartin Storsjö2012-02-153-3/+3
| | | | | | | | | | | | Signed-off-by: Martin Storsjö <martin@martin.st>
| * | libavcodec: Add ff_ prefix to j_rev_dct*Martin Storsjö2012-02-154-19/+19
| | | | | | | | | | | | Signed-off-by: Martin Storsjö <martin@martin.st>
| * | dsputil: Add ff_ prefix to inv_zigzag_direct16Martin Storsjö2012-02-153-5/+5
| | | | | | | | | | | | Signed-off-by: Martin Storsjö <martin@martin.st>
| * | libavcodec: Prefix fdct_ifast, fdct_ifast248Martin Storsjö2012-02-155-10/+10
| | | | | | | | | | | | Signed-off-by: Martin Storsjö <martin@martin.st>
| * | dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö2012-02-1575-103/+103
| | | | | | | | | | | | Signed-off-by: Martin Storsjö <martin@martin.st>
| * | libavcodec: Add ff_ prefix to some nonstatic symbolsMartin Storsjö2012-02-157-16/+16
| | | | | | | | | | | | | | | | | | Prefix the functions atrac_generate_tables, atrac_iqmf, dct_quantize_c. Signed-off-by: Martin Storsjö <martin@martin.st>
| * | vlc/rl: Add ff_ prefix to the nonstatic symbolsMartin Storsjö2012-02-1536-107/+107
| | | | | | | | | | | | Signed-off-by: Martin Storsjö <martin@martin.st>
| * | h263: Add ff_ prefix to nonstatic symbolsMartin Storsjö2012-02-1518-158/+158
| | | | | | | | | | | | Signed-off-by: Martin Storsjö <martin@martin.st>
| * | libavformat: Add an ff_ prefix to some lavf internal symbolsMartin Storsjö2012-02-1528-42/+42
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Prefix the functions/tables brktimegm, pcm_read_seek, dv_offset_reset, voc_get_packet, codec_movaudio_tags, codec_movvideo_tags. After this, lavf has no global symbols without the proper prefix. Signed-off-by: Martin Storsjö <martin@martin.st>
| * | mpegvideo: Remove a leftover function declarationMartin Storsjö2012-02-151-6/+0
| | | | | | | | | | | | Signed-off-by: Martin Storsjö <martin@martin.st>
| * | rtsp: Make rtsp_demuxer_class staticMartin Storsjö2012-02-151-1/+1
| | | | | | | | | | | | Signed-off-by: Martin Storsjö <martin@martin.st>
| * | prores encoderKostya Shishkov2012-02-158-3/+861
| | |
| * | prores: move data shared between decoder and encoder to common fileKostya Shishkov2012-02-154-62/+120
| | |
| * | prores: fix multithreaded decoding case when slice quantisers are not the sameKostya Shishkov2012-02-151-11/+12
| | | | | | | | | | | | | | | | | | Since quantisation matrices are stored in context, decoding slices with different quantisers in parallel leads to unpredictable content of aforementioned matrices and wrong output picture thereof.
* | | proresenc: Rename for incoming NIH-syndrom.Michael Niedermayer2012-02-163-1/+16
| | | | | | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | ffmpeg: Fix image allocation.Michael Niedermayer2012-02-151-1/+1
| | | | | | | | | | | | | | | | | | | | | This probably fixes some of the use of uninitialized issues valgrind shows in fate. It might also fix other issues. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | ffv1: Warn the user if transparency is stored.Michael Niedermayer2012-02-151-0/+4
| | | | | | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | af_pan: comment a tricky piece of code.Nicolas George2012-02-151-0/+4
| | |