summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-2348-84/+291
|\
| * 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
* | udp: support non blocking reads with fifoMichael Niedermayer2011-12-231-0/+3
* | udp: Replace double select() by select+mutex+cond.Michael Niedermayer2011-12-231-14/+27
* | udp: return circular buffer error if such error happened.Michael Niedermayer2011-12-231-0/+2
* | fifo: Make writes atomic.Michael Niedermayer2011-12-231-7/+12
* | Merge remote-tracking branch 'tjoppen/fuzz_fixes'Michael Niedermayer2011-12-221-11/+44
|\ \
| * | mxfdec: Don't crash in mxf_packet_timestamps() if current_edit_unit overflowsTomas Härdin2011-12-211-2/+2
| * | mxfdec: Zero nb_ptses in mxf_compute_ptses_fake_index()Tomas Härdin2011-12-211-1/+3
| * | mxfdec: Sanity check PreviousPartitionTomas Härdin2011-12-211-0/+7
| * | mxfdec: Never seek back in local sets and KLVsTomas Härdin2011-12-211-0/+15
| * | mxfdec: Move the current_partition check inside mxf_read_header()Tomas Härdin2011-12-211-5/+6
| * | mxfdec: Fix infinite loop in mxf_packet_timestamps()Tomas Härdin2011-12-211-1/+9
| * | mxfdec: Check url_feof() in mxf_read_local_tags()Tomas Härdin2011-12-211-1/+1
| * | mxfdec: Check for NULL componentTomas Härdin2011-12-211-1/+1
* | | platform.texi: close @enumerate section in the "Using shared libraries" subse...Stefano Sabatini2011-12-221-0/+2
* | | lavd/lavfi: fix two memleaks.Nicolas George2011-12-221-0/+2
* | | sink_buffer: copy list of provided formats in the contextStefano Sabatini2011-12-223-11/+76
* | | libswresample.v: add swresample* for cmdutils.cMichael Niedermayer2011-12-221-1/+1
* | | lavf: Add SMJPEG demuxer.Paul B Mahol2011-12-226-1/+188
* | | cmdutils: restore vertical alignment of versionsMichael Niedermayer2011-12-221-1/+1
* | | cmdutils: print swr versions tooMichael Niedermayer2011-12-221-0/+2
* | | swr: increase LIBSWRESAMPLE_VERSION_MICRO to 100Michael Niedermayer2011-12-222-1/+2
* | | swr: add swresample_version swresample_configuration and swresample_licenseMichael Niedermayer2011-12-222-0/+31
* | | libswscale: increase LIBSWSCALE_VERSION_MICRO to 100Michael Niedermayer2011-12-222-1/+2
* | | libpostproc: increase LIBPOSTPROC_VERSION_MICRO to 100Michael Niedermayer2011-12-222-1/+3
* | | libavdevice: increase LIBAVDEVICE_VERSION_MICRO to 100Michael Niedermayer2011-12-222-1/+3
* | | libavformat: increase LIBAVFORMAT_VERSION_MICRO to 100Michael Niedermayer2011-12-222-1/+3
* | | libavutil: increase LIBAVUTIL_VERSION_MICRO to 100Michael Niedermayer2011-12-222-1/+2
* | | 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-2223-249/+450
|\ \ \ | | |/ | |/|
| * | 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