aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* Make the palette in Wing Commander III mve files opaque.Carl Eugen Hoyos2011-12-241-1/+1
* libopenjpeg: support decoding with bits per pixel greater than 8Jean First2011-12-241-1/+31
* Merge remote-tracking branch 'shariman/wmall'Michael Niedermayer2011-12-241-32/+86
|\
| * Perform dequantization of channel coefficientsMashiat Sarker Shakkhar2011-12-231-2/+7
| * Perform inverse inter-channel decorrelation and ac-filterMashiat Sarker Shakkhar2011-12-231-0/+4
| * Implement revert_inter_ch_decorr() and revert_acfilter()Mashiat Sarker Shakkhar2011-12-231-0/+35
| * Enable inverse-MCLMS filterMashiat Sarker Shakkhar2011-12-221-0/+2
| * Fix inverse-MCLMS filtering routinesMashiat Sarker Shakkhar2011-12-221-27/+31
| * Do not update buffers in case no speed change is necessaryMashiat Sarker Shakkhar2011-12-091-2/+6
| * Use int for channel_coeffs instead of int16_tMashiat Sarker Shakkhar2011-12-091-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-244-9/+13
|\ \
| * | vp3dec: Check coefficient index in vp3_dequant()Reinhard Tartler2011-12-231-2/+12
| * | svq1dec: call avcodec_set_dimensions() after dimensions changed.Michael Niedermayer2011-12-231-0/+1
| * | threads: check defines before using them in automatic thread detectionJanne Grunau2011-12-231-2/+2
| * | pthread: include sys/types.h before sys/sysctl.hJanne Grunau2011-12-231-1/+1
| * | 4xm: remove unused variables.Anton Khirnov2011-12-231-3/+0
| * | h264: Fix a possible overread in decode_nal_units()Alexander Strange2011-12-231-1/+1
| * | w32thread: call ResetEvent() in pthread_cond_broadcast().Sergey Radionov2011-12-221-1/+2
* | | pthread: sysctl.h needs param.h on openbsdMichael Niedermayer2011-12-231-0/+1
* | | threads: check defines before using them in automatic thread detectionJanne Grunau2011-12-231-2/+2
* | | pthread: include sys/types.h before sys/sysctl.hJanne Grunau2011-12-231-1/+1
* | | Release buffers after encoding svq1.Carl Eugen Hoyos2011-12-231-0/+4
* | | Fix a possible endless loop when decoding aac.Carl Eugen Hoyos2011-12-231-2/+2
* | | h264: Decode short VUI without errorMichael Niedermayer2011-12-231-1/+2
* | | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-2339-69/+204
|\| |
| * | kvmc: fix invalid readsGaurav Narula2011-12-231-16/+66
| * | 4xm: Add a check in decode_i_frame to prevent buffer overreadsShitiz Garg2011-12-221-3/+12
| * | adpcm: fix IMA SMJPEG decodingPaul B Mahol2011-12-221-5/+9
| * | options: set minimum for "threads" to zeroJanne Grunau2011-12-221-1/+2
| * | bsd: use number of logical CPUs as automatic thread countJanne Grunau2011-12-221-0/+10
| * | windows: use number of CPUs as automatic thread countJanne Grunau2011-12-221-0/+6
| * | linux: use number of CPUs as automatic thread countJanne Grunau2011-12-221-0/+43
| * | pthreads: reset active_thread_type when slice thread_init returrns earlyJanne Grunau2011-12-221-1/+3
| * | v410dec: include correct headersPaul B. Mahol2011-12-221-1/+1
| * | Drop ALT_ prefix from BITSTREAM_READER_LE name.Diego Biurrun2011-12-2227-32/+32
| * | ra144enc: zero the reflection coeffs if the filter is unstableJustin Ruggles2011-12-221-1/+4
| * | mov: Don't stick the QuickTime field ordering atom in extradata.Alex Converse2011-12-212-6/+18
| * | truespeech: fix invalid reads in truespeech_apply_twopoint_filter()Justin Ruggles2011-12-211-0/+1
* | | lavc: make 100 the base for the micro version number.Michael Niedermayer2011-12-222-1/+2
* | | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-2211-34/+126
|\| |
| * | nellymoserdec: Indicate that the decoder can handle changed parametersMartin Storsjö2011-12-211-1/+1
| * | libavcodec: Apply parameter change side data when decoding audioMartin Storsjö2011-12-211-0/+44
| * | libavcodec: Define a side data type for parameter changesMartin Storsjö2011-12-212-1/+27
| * | aacdec: Handle new extradata passed as side dataMartin Storsjö2011-12-211-0/+19
| * | libavcodec: Define a side data type for new extradataMartin Storsjö2011-12-212-2/+3
| * | x86: Tighten register constraints for decode_significance*_x86.Diego Biurrun2011-12-212-3/+3
| * | Replace Subversion revisions in comments by Git hashes.Diego Biurrun2011-12-211-2/+3
| * | h264_cabac: synchronize decode_significance_*_x86 conditionalsDiego Biurrun2011-12-211-1/+1
| * | w32threads: wait for the waked thread in pthread_cond_signal.Sergey Radionov2011-12-201-5/+11
| * | aacdec: Cleanup decode_ics_info.Alex Converse2011-12-201-15/+9