platform/upstream/libav.git
2012-09-29 Anton Khirnovwmalosslessdec: Fix reading too many bits in decode_cha...
2012-09-29 Michael Niedermayerwmalosslessdec: fix a get_bits(0) in decode_ac_filter
2012-09-29 Michael Niedermayerwmalosslessdec: make MCLMS arrays big enough for what...
2012-09-29 Anton Khirnovindeo4/5: check empty tile size in decode_mb_info().
2012-09-29 Anton Khirnovivi_common: make ff_ivi_process_empty_tile() static.
2012-09-29 Michael Niedermayerindeo5: check tile size in decode_mb_info().
2012-09-29 Anton Khirnovindeo3: fix out of cell write.
2012-09-29 Anton Khirnovwmalosslessdec: increase channel_coeffs/residues size
2012-09-29 Anton Khirnovwmalosslessdec: increase WMALL_BLOCK_MAX_BITS to 14.
2012-09-29 Michael Niedermayerlagarith: check count before writing zeros.
2012-09-29 Michael Niedermayerwmaprodec: check num_vec_coeffs for validity
2012-09-29 Anton Khirnovavidec: use actually read size instead of requested...
2012-09-29 Anton Khirnovavidec: return 0, not packet size from read_packet().
2012-09-29 Michael Niedermayerindeo4: update AVCodecContext width/height on size...
2012-09-29 Anton Khirnovdfa: check that the caller set width/height properly.
2012-09-29 Michael Niedermayerindeo5dec: Make sure we have had a valid gop header.
2012-09-29 Michael Niedermayercavsdec: check for changing w/h.
2012-09-29 Anton Khirnovlavc: set channel count from channel layout in avcodec_...
2012-09-28 Derek Buitenhuisdoc/platform: Rework the Visual Studio linking section
2012-09-28 Derek Buitenhuisdoc/faq: Change the Visual Studio entry to reflect...
2012-09-28 Derek Buitenhuisdoc/platform: Replace Visual Studio section with build...
2012-09-28 Derek Buitenhuisdoc/platform: Nuke section on linking static MinGW...
2012-09-28 Derek Buitenhuisdoc/platform: Remove false claim about MinGW installer
2012-09-28 Derek Buitenhuisdoc/platform: Mention MinGW-w64
2012-09-28 Michael Niedermayerdsputil_mmx: fix reading prior of the src array in...
2012-09-28 Luca Barbatompegaudiodec: fix short_start calculation
2012-09-28 Nathan Caldwelllibopus: Remap channels using libopus' internal remapping.
2012-09-28 Nicolas GeorgeOpus decoder using libopus
2012-09-28 Nathan Caldwellavcodec: document the use of AVCodecContext.delay for...
2012-09-28 Kostya Shishkovvc1dec: add flush function for WMV9 and VC-1 decoders
2012-09-27 Duncan Salernohttp: Increase buffer sizes to cope with longer URIs
2012-09-27 Diego Biurrunnutenc: const correctness for ff_put_v_trace/put_s_trac...
2012-09-27 Diego Biurrunh264_refs: Fix debug tprintf argument types
2012-09-27 Diego Biurrungolomb: const correctness for get_ue()/get_se() functio...
2012-09-27 Diego Biurrunget_bits: const correctness for get_bits_trace()/get_xb...
2012-09-27 Diego Biurrundwt: Drop unused functions spatial_compose{53|97}i()
2012-09-27 Diego Biurrunnutdec: Remove unused and broken debug function stub
2012-09-27 Diego Biurrunavcodec: Drop long-deprecated imgconvert.h header
2012-09-27 Nathan CaldwellAdd Opus support to the Ogg muxer.
2012-09-27 Andrew D'AddesioAdd Opus codec id and codec description.
2012-09-27 Dale Curtisavformat: Identify anonymous AVIO typedef structs.
2012-09-26 Diego Biurrunnutdec: const correctness for get_v_trace/get_s_trace...
2012-09-26 Diego Biurruntruemotion2: Request samples for old TM2 headers
2012-09-26 Martin Storsjörtpdec: Remove a useless ff_ prefix from a static symbol
2012-09-26 Dmitry Samonenkortpdec: Support depacketizing speex
2012-09-26 Dmitry Samonenkortpenc: Add support for packetizing speex
2012-09-25 Alexandre Coluccixsub: feed init_get_bits the whole buffer
2012-09-25 Martin Storsjölibfdk-aac: Allow setting VBR modes via a private option
2012-09-25 Martin Storsjölibfdk-aac: Warn the user that the VBR modes are unsupp...
2012-09-25 Derek BuitenhuisRevert "cbrt_tablegen: Include libm.h"
2012-09-25 Anton Khirnovpthread: make sure AVFrame.extended_data is set properly.
2012-09-25 Nathan Caldwelllibfdk-aac: reindent after last commit
2012-09-25 Nathan Caldwelllibfdk-aac: Limit to supported sample rates.
2012-09-25 Derek Buitenhuiscbrt_tablegen: Include libm.h
2012-09-24 Luca Barbatooggparsetheora: make it more robust
2012-09-24 Michael Niedermayerogg: prevent NULL pointer deference in theora gptopts
2012-09-24 Luca Barbatoogg: calculate the start position once all the headers...
2012-09-24 Luca Barbatoogg: check that the expected number of headers had...
2012-09-24 John Van Sicklelibx264: change default to closed gop to match x264cli
2012-09-24 Anton KhirnovUse avcodec_free_frame() to free AVFrames.
2012-09-24 Anton Khirnovlavf: use a malloced AVFrame in try_decode_frame().
2012-09-24 Anton Khirnovlavc: add avcodec_free_frame().
2012-09-24 Anton Khirnovlavc: ensure extended_data is set properly on decoding
2012-09-24 Anton Khirnovlavc: initialize AVFrame.extended_data in avcodec_get_f...
2012-09-24 Anton Khirnovlavc: use av_mallocz to allocate AVFrames.
2012-09-24 Anton Khirnovlavc: rename the argument of avcodec_alloc_frame/get_fr...
2012-09-23 Samuel Pitoisetrtp: Packetization of JPEG (RFC 2435)
2012-09-23 Martin Storsjösmoothstreamingenc: Copy the SAR on the AVStreams as...
2012-09-22 Justin Rugglesavcodec: fix memleak in avcodec_encode_audio2()
2012-09-21 Reimar Döffingersipr: fall back to setting mode based on bit_rate.
2012-09-21 Anton Khirnovlibx264: add forgotten ;
2012-09-21 Anton Khirnovmatroskadec: fix a sanity check.
2012-09-21 Anton Khirnovmatroskadec: only return corrupt packets that actually...
2012-09-21 Anton Khirnovlavf: zero data/size of the packet passed to read_packet().
2012-09-21 Mans RullgardARM: use 2-operand syntax for ADD Rd, PC in Apple PIC...
2012-09-21 Mans RullgardARM: align PIC offset pools to 4 bytes
2012-09-20 Mans RullgardARM: swap source operands in some add instructions
2012-09-20 Mans Rullgardconfigure: update tms470 detection for latest version
2012-09-20 Janne Grunaulavf probe: prevent codec probe with no data at all...
2012-09-20 Mans Rullgardmotion_est: fix use of inline on extern functions
2012-09-19 Anton Khirnovmp3dec: read Xing frame TOC index
2012-09-19 Anton Khirnovmp3dec: use named constants for Xing header flags
2012-09-19 John Van Sicklelibx264: add support for nal-hrd, required for Blu...
2012-09-19 Yusuke Nakamuramov: support random access point grouping
2012-09-19 Luca Barbatomatroskadec: properly support BlockDuration
2012-09-19 Luca Barbatomatroskadec: split frame parsing
2012-09-19 Luca Barbatomatroskadec: split laces parsing
2012-09-19 Luca Barbatomatroska: implement support for ProRes
2012-09-19 Moritz Bunkusmatroska: implement support for ALAC
2012-09-19 Luca Barbatomatroskadec: validate lace_size when parsed
2012-09-19 Luca Barbatomatroskadec: return meaningful errors in matroska_decod...
2012-09-19 Dale Curtismatroskadec: fix incorrect unsigned->signed conversion
2012-09-19 Luca Barbatomatroskadec: refactor matroska_decode_buffer
2012-09-19 Luca Barbatomatroskadec: check realloc in lzo encoding
2012-09-19 Luca Barbatomatroska: honor error_recognition on unknown doctypes
2012-09-19 Alex Conversetiffdec: Add support for GRAY16LE.
2012-09-19 Alex Conversetiffenc: Add support for little endian RGB48 and GRAY16
2012-09-19 Janne Grunaumpeg4: support frame parameter changes with frame-mt
2012-09-19 Janne Grunaumpegvideo: check ff_find_unused_picture() return value...
2012-09-19 Janne Grunaumpegvideo: release frame buffers before freeing them
next