aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | 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
| | | |
* | | | pan: fix uninitialized channel_id variable.Clément Bœsch2012-02-151-1/+1
| | | | | | | | | | | | | | | | Fix broken parsing with pan=2:FL=FR:FR=FL and similar.
* | | | audioconvert: consistent use of FF_ARRAY_ELEMS for channel_layout_map.Clément Bœsch2012-02-151-4/+3
| | | |
* | | | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-1528-156/+1084
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * qatar/master: (21 commits) CDXL demuxer and decoder hls: Re-add legacy applehttp name to preserve interface compatibility. hlsproto: Rename the functions and context hlsproto: Encourage users to try the hls demuxer instead of the proto doc: Move the hls protocol section into the right place libavformat: Rename the applehttp protocol to hls hls: Rename the functions and context libavformat: Rename the applehttp demuxer to hls rtpdec: Support H263 in RFC 2190 format rv30: check block type validity ttadec: CRC checking movenc: Support muxing VC1 avconv: Don't split out inline sequence headers when stream copying VC1 rv34: handle size changes during frame multithreading rv40: prevent undefined signed overflow in rv40_loop_filter() rv34: use AVERROR return values in ff_rv34_decode_frame() rv34: use uint16_t for RV34DecContext.deblock_coefs librtmp: Add "lib" prefix to librtmp URLProtocol declarations. movenc: Use defines instead of hardcoded numbers for RTCP types smjpegdec: implement seeking ... Conflicts: Changelog doc/general.texi libavcodec/avcodec.h libavcodec/rv30.c libavcodec/tta.c libavcodec/version.h libavformat/Makefile libavformat/allformats.c libavformat/version.h libswscale/x86/swscale_mmx.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * | | CDXL demuxer and decoderPaul B Mahol2012-02-1411-2/+460
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Diego Biurrun <diego@biurrun.de>
| * | | hls: Re-add legacy applehttp name to preserve interface compatibility.Alex Converse2012-02-141-1/+1
| | | |
| * | | hlsproto: Rename the functions and contextMartin Storsjö2012-02-141-20/+20
| | | | | | | | | | | | | | | | Signed-off-by: Martin Storsjö <martin@martin.st>
| * | | hlsproto: Encourage users to try the hls demuxer instead of the protoMartin Storsjö2012-02-142-0/+11
| | | | | | | | | | | | | | | | Signed-off-by: Martin Storsjö <martin@martin.st>
| * | | doc: Move the hls protocol section into the right placeMartin Storsjö2012-02-141-15/+15
| | | | | | | | | | | | | | | | Signed-off-by: Martin Storsjö <martin@martin.st>
| * | | libavformat: Rename the applehttp protocol to hlsMartin Storsjö2012-02-145-8/+43
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Keep the old protocol name around for backwards compatibility until the next bump. Deprecate the method of implicitly assuming the nested protocol. For applehttp://server/path, it might have felt logical, but supporting hls://server/path isn't quite as intuitive. Therefore only support hls+http://server/path from now on. Using this protocol at all is discouraged, since the hls demuxer is more complete and fits into the architecture better. There have been cases where the protocol implementation worked better than the demuxer, but this should no longer be the case. Signed-off-by: Martin Storsjö <martin@martin.st>
| * | | hls: Rename the functions and contextMartin Storsjö2012-02-141-22/+22
| | | | | | | | | | | | | | | | Signed-off-by: Martin Storsjö <martin@martin.st>
| * | | libavformat: Rename the applehttp demuxer to hlsMartin Storsjö2012-02-143-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When this demuxer was created, there didn't seem to be any consensus of a common short name for this protocol. Now the consensus seems to be to call it hls. Signed-off-by: Martin Storsjö <martin@martin.st>
| * | | rtpdec: Support H263 in RFC 2190 formatMartin Storsjö2012-02-144-0/+187
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is different from the "modern" RTP payload formats for H263 as defined by RFC 4629, 2429 and 3555. According to the newer RFCs, this old one is to be considered deprecated and only be used for interoperating with legacy systems. Signed-off-by: Martin Storsjö <martin@martin.st>
| * | | rv30: check block type validityJanne Grunau2012-02-141-1/+1
| | | | | | | | | | | | | | | | | | | | Prevents crashes with the fuzzed samples from bugs 88, 89 and 125 after "golomb: avoid infinite loop on all-zero input".
| * | | ttadec: CRC checkingPaul B Mahol2012-02-141-0/+33
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Justin Ruggles <justin.ruggles@gmail.com>
| * | | movenc: Support muxing VC1Martin Storsjö2012-02-142-1/+175
| | | | | | | | | | | | | | | | Signed-off-by: Martin Storsjö <martin@martin.st>
| * | | avconv: Don't split out inline sequence headers when stream copying VC1Martin Storsjö2012-02-141-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is required when stream copying VC1 in ismv - there's one global header in the moov atom, but keyframes have a separate sequence header prepended. Signed-off-by: Martin Storsjö <martin@martin.st>
| * | | rv34: handle size changes during frame multithreadingJanne Grunau2012-02-141-64/+82
| | | | | | | | | | | | | | | | | | | | Factors all context dynamic memory handling to its own functions. Fixes bug 220.
| * | | rv40: prevent undefined signed overflow in rv40_loop_filter()Janne Grunau2012-02-141-2/+3
| | | |
| * | | rv34: use AVERROR return values in ff_rv34_decode_frame()Janne Grunau2012-02-141-4/+8
| | | | | | | | | | | | | | | | Also adds an error message.