summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* swscale: remove obsolete comment.Ronald S. Bultje2012-02-011-2/+0
* swscale-test: Drop unused argc and argv arguments from main().Diego Biurrun2012-02-011-1/+1
* zmbv: Employ more meaningful return values.Paul B Mahol2012-02-011-18/+18
* zmbvenc: Employ more meaningful return values.Paul B Mahol2012-02-011-4/+4
* vc1: prevent null pointer dereference on broken filesJanne Grunau2012-02-011-1/+1
* zmbv: check av_realloc() return values and avoid memleaks on ENOMEMJanne Grunau2012-02-011-2/+9
* truespeech: align bufferPaul B Mahol2012-01-311-1/+1
* ac3: Do not read past the end of ff_ac3_band_start_tab.Mans Rullgard2012-01-311-3/+5
* dv: Fix small stack overread related to CVE-2011-3929 and CVE-2011-3936.Alex Converse2012-01-311-6/+5
* dv: Fix null pointer dereference due to ach=0Michael Niedermayer2012-01-311-1/+2
* dv: check stypeMichael Niedermayer2012-01-311-0/+6
* fate-golomb: extend golomb-test to get_ue_golomb_long()Janne Grunau2012-02-013-18/+45
* swfdec: Simplify sample rate calculation.Alex Converse2012-01-311-4/+1
* fate: add golomb-testDiego Biurrun2012-01-312-0/+6
* golomb-test: K&R formatting cosmeticsDiego Biurrun2012-01-311-19/+16
* h264: Split h264-test off into a separate file - golomb-test.c.Diego Biurrun2012-01-313-50/+74
* h264-test: cleanup: drop timer invocations, commented out code and other cruftDiego Biurrun2012-01-311-15/+0
* h264-test: Remove unused DSP and AVCodec contexts and related init calls.Diego Biurrun2012-01-311-5/+0
* adpcm: Add missing stdint.h #include to fix standalone header compilation.Diego Biurrun2012-01-311-0/+2
* lavf: add functions for accessing the fourcc<->CodecID mapping tables.Anton Khirnov2012-01-314-27/+63
* lavc: set AVCodecContext.codec in avcodec_get_context_defaults3().Anton Khirnov2012-01-314-8/+23
* lavc: make avcodec_close() work properly on unopened codecs.Anton Khirnov2012-01-312-9/+22
* lavc: add avcodec_is_open().Anton Khirnov2012-01-315-4/+20
* lavf: rename AVInputFormat.value to raw_codec_id.Anton Khirnov2012-01-3112-24/+24
* lavf: remove the pointless value field from flv and iv8Anton Khirnov2012-01-312-2/+0
* lavc/lavf: remove unnecessary symbols from the symbol version script.Anton Khirnov2012-01-312-27/+0
* lavc: reorder AVCodec fields.Anton Khirnov2012-01-311-16/+23
* lavf: reorder AVInput/OutputFormat fields.Anton Khirnov2012-01-311-49/+61
* mp3dec: Fix a heap-buffer-overflowAlex Converse2012-01-301-2/+3
* adpcmenc: remove some unneeded castsJustin Ruggles2012-01-301-4/+4
* adpcmenc: use int16_t and uint8_t instead of short and unsigned char.Justin Ruggles2012-01-302-23/+24
* adpcmenc: fix adpcm_ms extradata allocationJustin Ruggles2012-01-301-3/+3
* adpcmenc: return proper AVERROR codes instead of -1Justin Ruggles2012-01-301-6/+13
* adpcmenc: check for coded_frame allocation failureJustin Ruggles2012-01-301-1/+2
* adpcmenc: Do not set coded_frame->key_frame.Justin Ruggles2012-01-301-1/+0
* mpc7: check for allocation failureJustin Ruggles2012-01-301-0/+2
* mpc7: align local temp bufferJustin Ruggles2012-01-301-1/+1
* rv40: x86 SIMD for biweightChristophe Gisquet2012-01-303-1/+228
* x86: Give RV40 init file a more suitable name.Diego Biurrun2012-01-302-1/+1
* x86: Place mm_flags variable declaration below the appropriate #ifdef.Diego Biurrun2012-01-302-3/+3
* movdec: Ignore sample_degradation_priority bits when checking first_sample_flagsMartin Storsjö2012-01-311-1/+1
* flvdec: Interpret a toplevel 'object' type metadata item as normal metadata, tooMartin Storsjö2012-01-301-7/+3
* avconv: deprecate the -deinterlace optionAnton Khirnov2012-01-302-2/+11
* doc: Fix the name of the new functionMartin Storsjö2012-01-301-1/+1
* aacenc: make sure to encode enough frames to cover all input samples.Justin Ruggles2012-01-301-7/+5
* aacenc: only use the number of input samples provided by the user.Justin Ruggles2012-01-301-3/+5
* wmadec: Verify bitstream size makes sense before calling init_get_bits.Alex Converse2012-01-301-0/+2
* kmvc: Log into a context at a log level constant.Alex Converse2012-01-301-1/+2
* mpeg12: Pad framerate tab to 16 entries.Alex Converse2012-01-301-1/+1
* kgv1dec: Increase offsets array size so it is large enough.Michael Niedermayer2012-01-301-2/+2
OpenPOWER on IntegriCloud