summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Apple ProRes encoderAnatoliy Wasserman2011-10-295-2/+614
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-2928-720/+1342
|\
| * probe: Restore identification of files with very large id3 tags and no extens...Alex Converse2011-10-281-0/+8
| * probe: Remove id3 tag presence as a criteria to do file extension checking.Alex Converse2011-10-281-1/+1
| * mpegts: MP4 SL supportAlex Converse2011-10-283-21/+157
| * mpegts: MP4 OD supportAlex Converse2011-10-282-0/+89
| * mpegts: Add support for Sections in PMTAlex Converse2011-10-283-7/+39
| * mpegts: Replace the MP4 descriptor parser with a recursive parser.Alex Converse2011-10-281-34/+140
| * mpegts: Add support for multiple mp4 descriptorsAlex Converse2011-10-283-19/+32
| * mpegts: Parse mpeg2 SL descriptors.Alex Converse2011-10-281-1/+13
| * isom: Add MPEG4SYSTEMS dummy object type indication.Alex Converse2011-10-282-0/+4
| * aacdec: allow output reconfiguration on channel changesMichael Niedermayer2011-10-281-1/+1
| * nellymoserenc: take float input samples instead of int16Justin Ruggles2011-10-281-7/+5
| * nellymoserdec: use dsp functions for overlap and windowingJustin Ruggles2011-10-281-19/+4
| * nellymoserdec: do not fail if there is extra data in the packetJustin Ruggles2011-10-281-5/+4
| * nellymoserdec: fail if output buffer is too smallJustin Ruggles2011-10-281-1/+5
| * nellymoserdec: remove pointless buffer size check.Justin Ruggles2011-10-281-5/+0
| * lavf: add init_put_byte() to the list of visible symbols.Anton Khirnov2011-10-281-0/+1
| * seek-test: free options dictionary after useJanne Grunau2011-10-281-0/+1
| * snow: do not draw_edge if emu_edge is setMichael Niedermayer2011-10-281-3/+1
| * tools/pktdumper: update to recent avformat apiJanne Grunau2011-10-281-3/+3
| * seek-test: update to recent avformat apiJanne Grunau2011-10-281-5/+5
| * wmavoice: move output buffer size check to synth_superframe().Justin Ruggles2011-10-281-9/+10
| * wmavoice: only set data_size to 0 when necessaryJustin Ruggles2011-10-281-4/+10
| * wmapro: fix strict-aliasing violations by using av_alias32Justin Ruggles2011-10-281-7/+8
| * wmapro: use FmtConvertContext.float_interleave() to interleave output samplesJustin Ruggles2011-10-281-11/+9
| * wmadec: consolidate 2 output buffer size checks into 1 checkJustin Ruggles2011-10-281-11/+14
| * apedec: assert that s->samples is not negative before trying to decodeJustin Ruggles2011-10-281-0/+5
| * apedec: use FFALIGN macro for internal data buffer sizeJustin Ruggles2011-10-281-1/+1
| * apedec: do not keep incrementing the input data pointer past the end of theJustin Ruggles2011-10-281-3/+6
| * apedec: check for input buffer overflow while reading frame headerJustin Ruggles2011-10-281-6/+28
| * apedec: use unsigned int for offsetJustin Ruggles2011-10-281-4/+5
| * apedec: remove pointless increment of 'buf'Justin Ruggles2011-10-281-1/+0
| * apedec: set s->currentframeblocks after validating nblocksJustin Ruggles2011-10-281-2/+1
| * apedec: use unsigned int for 'nblocks' and make sure that it's within int rangeJustin Ruggles2011-10-281-4/+4
| * apedec: do not set s->samples until after validation.Justin Ruggles2011-10-281-2/+3
| * apedec: check for data buffer realloc failureJustin Ruggles2011-10-281-1/+4
| * apedec: return meaningful error values in ape_decode_frame()Justin Ruggles2011-10-281-3/+3
| * apedec: correct an error messageJustin Ruggles2011-10-281-3/+1
| * apedec: cosmeticsJustin Ruggles2011-10-281-36/+52
| * apedec: return meaningful error codes from ape_decode_init()Justin Ruggles2011-10-281-4/+4
| * apedec: check for filter buffer allocation failureJustin Ruggles2011-10-281-13/+18
| * apedec: use memcpy for pseudo-stereo modeJustin Ruggles2011-10-281-5/+1
| * apedec: remove unneeded check for zero-size packet.Justin Ruggles2011-10-281-5/+0
| * lavf: move private fields in AVStream to the end at next bump.Anton Khirnov2011-10-281-0/+61
| * lavf: move private fields in AVFormatContext to the end at next bump.Anton Khirnov2011-10-282-0/+48
| * lavf: make some seeking functions privateAnton Khirnov2011-10-2810-42/+91
| * mp3on4: do not needlessly set data_size to 0Justin Ruggles2011-10-271-1/+0
| * mp3adu: return error instead of just consuming bad packetsJustin Ruggles2011-10-271-4/+4
| * mpegaudiodec: check output data size based on avctx->frame_sizeJustin Ruggles2011-10-271-1/+4
OpenPOWER on IntegriCloud