summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* pmpdec: check packet sizesMichael Niedermayer2013-02-241-0/+10
* pmpdec: fix signednessMichael Niedermayer2013-02-241-2/+2
* pmpdec: read index before creating audio streamsMichael Niedermayer2013-02-241-10/+10
* pmpdec: check for EOF while reading index.Reimar Döffinger2013-02-241-0/+4
* avformat: Allocate duration_error separatelyMichael Niedermayer2013-02-233-3/+13
* matroskaenc: fix cue tracknum off by 1 errorMichael Niedermayer2013-02-231-2/+4
* vf_mp: Set pseudo palMichael Niedermayer2013-02-233-1/+16
* rtmpproto: increase APP_MAX_LENGTHMichael Niedermayer2013-02-231-2/+2
* rtmpproto: Check APP_MAX_LENGTHMichael Niedermayer2013-02-231-2/+6
* doc/filters: add forgotten sentence for blend filter examplesPaul B Mahol2013-02-231-0/+2
* h264: Silence warning: comparison of distinct pointer types lacks a castMichael Niedermayer2013-02-231-1/+1
* bmp: Fix warning X may be used uninitialized in this functionMichael Niedermayer2013-02-231-1/+1
* aacdec: Fix warning: initialization from incompatible pointer typeMichael Niedermayer2013-02-231-1/+1
* vf_overlay: silence warning: X may be used uninitialized in this functionMichael Niedermayer2013-02-231-0/+2
* avfilter: Silence warning: passing argument 3 of av_image_copy from incompati...Michael Niedermayer2013-02-231-1/+1
* fate/subtitles: add character encoding conversion test.Clément Bœsch2013-02-232-0/+5
* tests: fix parseutils test after 12a269a5229d3a37be0743fc9655f743ebc44b6eStefano Sabatini2013-02-231-1/+1
* doc/muxers: fix reference to @anchor defined in another manualStefano Sabatini2013-02-221-3/+3
* lavu/parseutils: remove spurious "]]" in date format specificationStefano Sabatini2013-02-221-1/+1
* lavu/parseutils: allow MM:SS format for duration in av_parse_time()Senthilnathan M2013-02-224-3/+8
* Improve QTRLE encoding performance, no change to output file size/content.Malcolm Bechard2013-02-221-21/+61
* avutil/mem: do a small set of checks for memalign hack before freeing.Michael Niedermayer2013-02-221-2/+7
* exr: shorter channel buffer namesPaul B Mahol2013-02-221-21/+21
* exr: remove superfluous checkPaul B Mahol2013-02-221-2/+0
* exr: cosmetics: reindentPaul B Mahol2013-02-221-89/+89
* exr: check if line offset table is complete only once per framePaul B Mahol2013-02-221-2/+5
* exr: support more line ordersPaul B Mahol2013-02-221-5/+11
* exr: fix overflow check in lineoffset processingPaul B Mahol2013-02-221-21/+22
* exr: merge multiple if () blocksPaul B Mahol2013-02-221-20/+5
* exr: check version tooPaul B Mahol2013-02-221-3/+9
* doc/filters: apply minor spacing fixes to boxblur docsStefano Sabatini2013-02-221-5/+3
* lavfi/boxblur: add support to named optionsStefano Sabatini2013-02-223-43/+89
* aac: reconfigure output on popMichael Niedermayer2013-02-221-0/+6
* cafenc: do not leak caf->pkt_sizesPaul B Mahol2013-02-221-2/+2
* aacdec: dont pop random configurationsMichael Niedermayer2013-02-221-1/+0
* mxg: do not leak mxg->bufferPaul B Mahol2013-02-221-4/+6
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-02-220-0/+0
|\
| * x86: h264: Don't use redzone in AVX h264_deblock on Win64Matt Wolenetz2013-02-211-0/+8
* | dxva2: move _WIN32_WINNT handling to public headerMichael Niedermayer2013-02-222-8/+7
* | libavcodec/mips/aacsbr_mips: fix ;;Michael Niedermayer2013-02-211-1/+1
* | mips: optimization for float aac decoder (ps module)Mirjana Vulin2013-02-214-1/+464
* | mips: optimization for float aac decoder (sbr module)Mirjana Vulin2013-02-2111-9/+2151
* | configure: Use libiconv on systems that lack built-in iconvJames Almer2013-02-211-1/+1
* | Fix Win64 AVX h264_deblock by not using redzone on Win64Matt Wolenetz2013-02-211-0/+8
* | h264: ensure that get_format() is called when changing format but not otherwise.Michael Niedermayer2013-02-211-5/+5
* | matroska: fix missing ,Andrea30002013-02-211-1/+1
* | avcodec_decode_audio4: check got_frame_ptr before handling initial skipMichael Niedermayer2013-02-211-1/+1
* | blend filterPaul B Mahol2013-02-216-2/+587
* | h264: move next/last picture init to decode_slice_headerMichael Niedermayer2013-02-211-2/+5
* | ec: check that reference pictures have matching parameters before using them.Michael Niedermayer2013-02-211-0/+16
OpenPOWER on IntegriCloud