summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* avcodec: Convert some commented-out printf/av_log instances to av_dlogDiego Biurrun2012-10-0123-69/+105
* avcodec: Drop silly and/or broken printf debug outputDiego Biurrun2012-10-0121-94/+6
* avcodec: Drop some silly commented-out av_log() invocationsDiego Biurrun2012-10-0116-64/+7
* avformat: Convert some commented-out printf/av_log instances to av_dlogDiego Biurrun2012-10-019-29/+61
* avformat: Remove non-compiling and/or silly commented-out printf/av_log state...Diego Biurrun2012-10-0113-48/+1
* Remove some silly disabled code.Diego Biurrun2012-10-012-12/+0
* ac3dec: ensure get_buffer() gets a buffer for the correct number of channelsJustin Ruggles2012-10-011-0/+1
* h264: avoid stuck buffer pointer in decode_nal_unitsJindřich Makovička2012-09-291-1/+3
* mpeg12: fix the semantics of the int* parameter of decode()Anton Khirnov2012-09-291-6/+6
* mpeg12: move mpeg_decode_frame() lowerAnton Khirnov2012-09-291-48/+44
* avsdec: Set dimensions instead of relying on the demuxer.Michael Niedermayer2012-09-291-0/+1
* wmalosslessdec: Reset put bit buffer when num_saved_bits is reset.Michael Niedermayer2012-09-291-0/+2
* dfa: improve boundary checks in decode_dds1()Anton Khirnov2012-09-291-4/+6
* wmalosslessdec: Fix reading too many bits in decode_channel_residues()Anton Khirnov2012-09-291-1/+1
* wmalosslessdec: fix a get_bits(0) in decode_ac_filterMichael Niedermayer2012-09-291-1/+2
* wmalosslessdec: make MCLMS arrays big enough for what is written into them.Michael Niedermayer2012-09-291-2/+2
* indeo4/5: check empty tile size in decode_mb_info().Anton Khirnov2012-09-291-3/+14
* ivi_common: make ff_ivi_process_empty_tile() static.Anton Khirnov2012-09-292-15/+12
* indeo5: check tile size in decode_mb_info().Michael Niedermayer2012-09-291-0/+6
* indeo3: fix out of cell write.Anton Khirnov2012-09-291-0/+3
* wmalosslessdec: increase channel_coeffs/residues sizeAnton Khirnov2012-09-291-2/+5
* wmalosslessdec: increase WMALL_BLOCK_MAX_BITS to 14.Anton Khirnov2012-09-291-1/+1
* lagarith: check count before writing zeros.Michael Niedermayer2012-09-291-0/+5
* wmaprodec: check num_vec_coeffs for validityMichael Niedermayer2012-09-291-1/+6
* avidec: use actually read size instead of requested sizeAnton Khirnov2012-09-291-1/+1
* avidec: return 0, not packet size from read_packet().Anton Khirnov2012-09-291-1/+1
* indeo4: update AVCodecContext width/height on size changeMichael Niedermayer2012-09-291-0/+1
* dfa: check that the caller set width/height properly.Anton Khirnov2012-09-291-0/+6
* indeo5dec: Make sure we have had a valid gop header.Michael Niedermayer2012-09-293-2/+10
* cavsdec: check for changing w/h.Michael Niedermayer2012-09-291-2/+11
* lavc: set channel count from channel layout in avcodec_open2().Anton Khirnov2012-09-291-4/+9
* doc/platform: Rework the Visual Studio linking sectionDerek Buitenhuis2012-09-281-41/+20
* doc/faq: Change the Visual Studio entry to reflect current statusDerek Buitenhuis2012-09-281-21/+2
* doc/platform: Replace Visual Studio section with build instructionsDerek Buitenhuis2012-09-281-13/+68
* doc/platform: Nuke section on linking static MinGW-built libs with MSVCDerek Buitenhuis2012-09-281-59/+0
* doc/platform: Remove false claim about MinGW installerDerek Buitenhuis2012-09-281-15/+0
* doc/platform: Mention MinGW-w64Derek Buitenhuis2012-09-281-4/+5
* dsputil_mmx: fix reading prior of the src array in sub_hfyu_median_prediction()Michael Niedermayer2012-09-281-1/+3
* mpegaudiodec: fix short_start calculationLuca Barbato2012-09-281-1/+1
* libopus: Remap channels using libopus' internal remapping.Nathan Caldwell2012-09-281-25/+12
* Opus decoder using libopusNicolas George2012-09-287-1/+213
* avcodec: document the use of AVCodecContext.delay for audio decodingNathan Caldwell2012-09-281-7/+10
* vc1dec: add flush function for WMV9 and VC-1 decodersKostya Shishkov2012-09-281-0/+2
* http: Increase buffer sizes to cope with longer URIsDuncan Salerno2012-09-281-5/+8
* nutenc: const correctness for ff_put_v_trace/put_s_trace function argumentsDiego Biurrun2012-09-271-2/+6
* h264_refs: Fix debug tprintf argument typesDiego Biurrun2012-09-271-2/+2
* golomb: const correctness for get_ue()/get_se() function argumentsDiego Biurrun2012-09-271-2/+6
* get_bits: const correctness for get_bits_trace()/get_xbits_trace() argumentsDiego Biurrun2012-09-271-3/+3
* dwt: Drop unused functions spatial_compose{53|97}i()Diego Biurrun2012-09-271-18/+0
* nutdec: Remove unused and broken debug function stubDiego Biurrun2012-09-271-10/+0
OpenPOWER on IntegriCloud