summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* build: fix standalone compilation of OMA muxerDiego Biurrun2011-12-231-1/+1
* build: fix standalone compilation of Microsoft XMV demuxerDiego Biurrun2011-12-231-1/+1
* build: fix standalone compilation of Core Audio Format demuxerDiego Biurrun2011-12-231-1/+2
* 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-222-0/+12
* windows: use number of CPUs as automatic thread countJanne Grunau2011-12-222-0/+8
* linux: use number of CPUs as automatic thread countJanne Grunau2011-12-222-0/+45
* 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
* lavfi: always build vsrc_buffer.Anton Khirnov2011-12-223-4/+7
* ra144enc: zero the reflection coeffs if the filter is unstableJustin Ruggles2011-12-221-1/+4
* sws: readd PAL8 to isPacked()Anton Khirnov2011-12-221-2/+4
* mov: Don't stick the QuickTime field ordering atom in extradata.Alex Converse2011-12-215-8/+83
* truespeech: fix invalid reads in truespeech_apply_twopoint_filter()Justin Ruggles2011-12-211-0/+1
* asfdec: add side data to ASFStream packet instead of output packet.Justin Ruggles2011-12-211-1/+1
* idroqdec: set AVFMTCTX_NOHEADER and create streams as they occur.Justin Ruggles2011-12-211-13/+14
* 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
* flvdec: Add param change side data if the sample rate or channels have changedMartin Storsjö2011-12-211-6/+25
* libavformat: Add a utility function for adding parameter change side dataMartin Storsjö2011-12-212-0/+51
* 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
* flvdec: Export new AAC/H.264 extradata as side data on the next packetMartin Storsjö2011-12-211-0/+39
* libavcodec: Define a side data type for new extradataMartin Storsjö2011-12-212-2/+3
* flacdec: skip all track indices at once instead of looping.Paul B Mahol2011-12-211-3/+2
* mxf: Add PictureEssenceCoding UL for V210.Tomas Härdin2011-12-211-0/+1
* mxfdec: consider QuantizationBits between 17 and 24 to be pcm_s24*Tomas Härdin2011-12-211-2/+2
* mxfenc: Add support for MPEG-2 MP@HL-14 in mxf container.Daniel Kristjansson2011-12-211-0/+4
* mxf: H.264/MPEG-4 AVC Intra supportBaptiste Coudurier2011-12-211-0/+1
* configure: Show whether the safe bitstream reader is enabledMartin Storsjö2011-12-211-0/+1
* 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-212-3/+4
* 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
* network: properly declare WSADATA in windowsSergey Radionov2011-12-211-1/+4
* fate: account for NUT 10bit supportLuca Barbato2011-12-215-30/+30
* build: error on mixed declarations and codeMans Rullgard2011-12-211-0/+1
* postproc: altivec: fix remaining mixed declarations and codeMans Rullgard2011-12-211-16/+14
* postproc: altivec: untemplate some variable namesMans Rullgard2011-12-211-123/+113
* postproc: altivec: fix trivial cases of mixed declarations and codeMans Rullgard2011-12-212-59/+67
* lavc: always align height by 32 pixelRafaël Carré2011-12-211-4/+2
* raw: add 10bit YUV definitionsLuca Barbato2011-12-211-0/+6
* nut: support 10bit YUVLuca Barbato2011-12-211-0/+6
* mpegvideo_enc: separate declarations and statementsDiego Biurrun2011-12-201-1/+2
* oma: make header compile standaloneDiego Biurrun2011-12-201-1/+6