aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* faxcompr: return meaningful errorsLuca Barbato2013-06-071-19/+19
* faxcompr: K&R formatting cosmeticsLuca Barbato2013-06-071-69/+75
* tiff: do not overread the source bufferLuca Barbato2013-06-071-1/+4
* tiff: cleanup the error pathsLuca Barbato2013-06-071-10/+15
* tiff: refactor fax support in a separate functionLuca Barbato2013-06-071-32/+33
* tiff: refactor deflate support in a separate functionLuca Barbato2013-06-071-25/+37
* h264_parser: K&R formatting cosmeticsLuca Barbato2013-06-071-130/+151
* vorbis: return meaningful errorsLuca Barbato2013-06-071-2/+2
* rtpdec: Fix the alphabetical ordering in registering depacketizersMartin Storsjö2013-06-061-1/+1
* libavformat: Fix standalone compilation of the webm muxerMartin Storsjö2013-06-061-1/+1
* apetag: use int64_t for filesizeAnton Khirnov2013-06-041-1/+1
* avconv: check that the output format context exists before accessing itAnton Khirnov2013-06-041-1/+1
* lavfi doxy: improve/extend AVFilter doxy.Anton Khirnov2013-06-041-18/+86
* network: uniform ff_listen_bind and ff_listen_connectLuca Barbato2013-06-043-16/+60
* movenc: Grow the frag_info array in chunksAndrey Semashev2013-06-042-3/+10
* movenc: Increase the cluster array allocation by doublingAndrey Semashev2013-06-042-2/+2
* movenc: Keep track of the allocated size for the cluster arrayAndrey Semashev2013-06-042-4/+7
* mem: Add av_realloc_array and av_reallocp_arrayMartin Storsjö2013-06-044-1/+56
* movenc: Change the track struct name to match the typedefMartin Storsjö2013-06-031-1/+1
* Go2Webinar decoderKostya Shishkov2013-06-0310-2/+844
* vmd: decode videos with no LZ buffer size provided - they might not need itKostya Shishkov2013-06-021-3/+10
* vmd: fix mode 3 decodingKostya Shishkov2013-06-021-12/+18
* swscale: ppc: Remove commented-out define cruftDiego Biurrun2013-06-021-2/+0
* nsvdec: Remove commented-out debug cruftDiego Biurrun2013-06-021-27/+0
* cpu: Restructure code to avoid pointless ret variable indirectionDiego Biurrun2013-06-021-8/+4
* tiff: K&R formatting cosmeticsDiego Biurrun2013-06-023-233/+237
* network: factor out connect-listening codeLuca Barbato2013-06-013-45/+56
* network: factor out bind-listening codeLuca Barbato2013-06-013-27/+39
* use my full first name instead of short one in copyrightsKostya Shishkov2013-06-017-7/+7
* indeo4: expand allowed quantiser rangeKostya Shishkov2013-06-011-1/+5
* configure: icl: Merge -Qdiag-error parametersAlex Smith2013-05-311-1/+1
* configure: Separate commonalities in msvc and icl flagsAlex Smith2013-05-311-9/+33
* proresenc: alpha coding supportKostya Shishkov2013-05-302-21/+226
* arm: Include hpeldsp_neon.o if h264qpel is enabledMartin Storsjö2013-05-301-1/+2
* arm: Don't unconditionally build dsputil filesMartin Storsjö2013-05-301-14/+13
* arm: Only build the FFT init files if FFT is enabledMartin Storsjö2013-05-301-2/+2
* build: cosmetics: Place unconditional before conditional OBJS linesDiego Biurrun2013-05-302-22/+22
* build: arm: cosmetics: Place all OBJS declarations in alphabetical orderDiego Biurrun2013-05-301-61/+36
* vmd: drop incomplete chunks and spurious samplesLuca Barbato2013-05-291-2/+6
* vmd: refactor the inner decode loopLuca Barbato2013-05-291-78/+82
* vmd: return meaningful errorsLuca Barbato2013-05-291-12/+26
* vmd: use the PALETTE_COUNT constant uniformlyLuca Barbato2013-05-291-1/+1
* doc: Mention the target_samples and ld variables for fate configsMartin Storsjö2013-05-291-0/+2
* fate.sh: Allow specifying --as via a specific variableMartin Storsjö2013-05-292-0/+2
* configure: Don't pass -mthumb or -march= to MSVCMartin Storsjö2013-05-291-0/+2
* mpeg12: skip frames consistentlyJanne Grunau2013-05-281-5/+13
* lavf: add a raw WavPack muxer.Anton Khirnov2013-05-285-3/+93
* apetag: add support for writing APE tagsAnton Khirnov2013-05-282-0/+61
* matroskaenc: support muxing WavPackAnton Khirnov2013-05-284-2/+85
* wvdec: split block header parsing into a separate fileAnton Khirnov2013-05-284-53/+145