aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-09-24oggparsetheora: make it more robustLuca Barbato
2012-09-24ogg: prevent NULL pointer deference in theora gptoptsMichael Niedermayer
2012-09-24ogg: calculate the start position once all the headers are parsedLuca Barbato
2012-09-24ogg: check that the expected number of headers had been parsedLuca Barbato
2012-09-24libx264: change default to closed gop to match x264cliJohn Van Sickle
2012-09-24Use avcodec_free_frame() to free AVFrames.Anton Khirnov
2012-09-24lavf: use a malloced AVFrame in try_decode_frame().Anton Khirnov
2012-09-24lavc: add avcodec_free_frame().Anton Khirnov
2012-09-24lavc: ensure extended_data is set properly on decodingAnton Khirnov
2012-09-24lavc: initialize AVFrame.extended_data in avcodec_get_frame_defaults()Anton Khirnov
2012-09-24lavc: use av_mallocz to allocate AVFrames.Anton Khirnov
2012-09-24lavc: rename the argument of avcodec_alloc_frame/get_frame_defaultsAnton Khirnov
2012-09-23rtp: Packetization of JPEG (RFC 2435)Samuel Pitoiset
2012-09-23smoothstreamingenc: Copy the SAR on the AVStreams as wellMartin Storsjö
2012-09-22avcodec: fix memleak in avcodec_encode_audio2()Justin Ruggles
2012-09-21sipr: fall back to setting mode based on bit_rate.Reimar Döffinger
2012-09-21libx264: add forgotten ;Anton Khirnov
2012-09-21matroskadec: fix a sanity check.Anton Khirnov
2012-09-21matroskadec: only return corrupt packets that actually contain dataAnton Khirnov
2012-09-21lavf: zero data/size of the packet passed to read_packet().Anton Khirnov
2012-09-21ARM: use 2-operand syntax for ADD Rd, PC in Apple PIC codeMans Rullgard
2012-09-21ARM: align PIC offset pools to 4 bytesMans Rullgard
2012-09-20ARM: swap source operands in some add instructionsMans Rullgard
2012-09-20configure: update tms470 detection for latest versionMans Rullgard
2012-09-20lavf probe: prevent codec probe with no data at all seenJanne Grunau
2012-09-20motion_est: fix use of inline on extern functionsMans Rullgard
2012-09-19mp3dec: read Xing frame TOC indexAnton Khirnov
2012-09-19mp3dec: use named constants for Xing header flagsAnton Khirnov
2012-09-19libx264: add support for nal-hrd, required for Blu-ray streams.John Van Sickle
2012-09-19mov: support random access point groupingYusuke Nakamura
2012-09-19matroskadec: properly support BlockDurationLuca Barbato
2012-09-19matroskadec: split frame parsingLuca Barbato
2012-09-19matroskadec: split laces parsingLuca Barbato
2012-09-19matroska: implement support for ProResLuca Barbato
2012-09-19matroska: implement support for ALACMoritz Bunkus
2012-09-19matroskadec: validate lace_size when parsedLuca Barbato
2012-09-19matroskadec: return meaningful errors in matroska_decode_bufferLuca Barbato
2012-09-19matroskadec: fix incorrect unsigned->signed conversionDale Curtis
2012-09-19matroskadec: refactor matroska_decode_bufferLuca Barbato
2012-09-19matroskadec: check realloc in lzo encodingLuca Barbato
2012-09-19matroska: honor error_recognition on unknown doctypesLuca Barbato
2012-09-19tiffdec: Add support for GRAY16LE.Alex Converse
2012-09-19tiffenc: Add support for little endian RGB48 and GRAY16Alex Converse
2012-09-19mpeg4: support frame parameter changes with frame-mtJanne Grunau
2012-09-19mpegvideo: check ff_find_unused_picture() return value for errorsJanne Grunau
2012-09-19mpegvideo: release frame buffers before freeing themJanne Grunau
2012-09-19configure: msvc: default to 'lib' as 'ar' toolMans Rullgard
2012-09-19build: support some non-standard ar variantsMans Rullgard
2012-09-19rv34: use ff_MPV_common_frame_size_change()Janne Grunau
2012-09-19mpegvideo: add reinit function for frame parameter changesJanne Grunau