summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Fix a regression in the dca parser introduced by dts express support.Hendrik Leppkes2011-10-28
* dca_parser: Add support for parsing dts expressHendrik Leppkes2011-10-28
* dca: allow the channel count to change.Hendrik Leppkes2011-10-28
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-28
|\
| * lavc: remove "legacy" mpegvideo decoder.Anton Khirnov2011-10-27
| * iv8: assemble packets to return complete framesJanne Grunau2011-10-27
| * pulse: documentationLuca Barbato2011-10-26
| * pulse: introduce pulseaudio inputLuca Barbato2011-10-26
| * remove the zork pcm seek testJustin Ruggles2011-10-26
* | rawdec: add check on sample_rateStefano Sabatini2011-10-28
* | lavfi: add internal function ff_fill_rgba_map()Stefano Sabatini2011-10-28
* | Implement parsing of the "HandlerName" from th MP4 HDLR atom.Hendrik Leppkes2011-10-28
* | mov: Support empty first edit + normal second edit.Yusuke Nakamura2011-10-28
* | lavc: Map deprecated codec ids to ours so as to maintain compatibility with t...Michael Niedermayer2011-10-28
* | avcodec: Change values of codec ids at the end of lists that dont exist outsi...Michael Niedermayer2011-10-28
* | avcodec: Resolve the codec_id compatibility issue.Michael Niedermayer2011-10-28
* | Add SMPTE240M transfer characteristics flag.Hendrik Leppkes2011-10-28
* | ashowinfo: fix typo in description.Clément Bœsch2011-10-27
* | vf_showinfo: print checksums in hexadecimal.Clément Bœsch2011-10-27
* | mpegts: Fix detection of some raw AACMichael Niedermayer2011-10-27
* | j2kdec: debug markers support.Michael Niedermayer2011-10-27
* | Merge remote-tracking branch 'luzero/pulse'Michael Niedermayer2011-10-27
|\ \
| * | pulse: set the device from the avformat filenameLuca Barbato2011-10-25
* | | h264_parser: fully parse first_mb_in_slice to more reliably detect AU boundar...Michael Niedermayer2011-10-27
* | | h264: use long reading for first_mb_in_sliceMichael Niedermayer2011-10-27
* | | resample: Fix array sizeMichael Niedermayer2011-10-27
* | | resample2: fix potential overflowMichael Niedermayer2011-10-27
* | | resample: Fix overflowMichael Niedermayer2011-10-27
* | | vf_scale: Request an aligned buffer.Michael Niedermayer2011-10-27
* | | vf_pad: Fix alignment of get_video_buffer()Michael Niedermayer2011-10-27
* | | avfilter: add named constamt to indicate the amount of alignment that AV_PERM...Michael Niedermayer2011-10-27
* | | avfilter: add flag to indicate that alignment is neededMichael Niedermayer2011-10-27
* | | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-27
|\ \ \ | | |/ | |/|
| * | libopencore-amr: check output buffer size before decodingJustin Ruggles2011-10-26
| * | libopencore-amr: remove unneeded buf_size==0 check.Justin Ruggles2011-10-26
| * | libopencore-amr: remove unneeded frame_count field.Justin Ruggles2011-10-26
| * | aac_latm: remove unneeded check for zero-size packet.Justin Ruggles2011-10-26
| * | pcmdec: fix output buffer size check by calculating the actual output sizeJustin Ruggles2011-10-26
| * | pcmdec: move codec-specific variable declarations to the corresponding codecJustin Ruggles2011-10-26
| * | pcmdec: return buf_size instead of src-buf.Justin Ruggles2011-10-26
| * | avcodec: remove the Zork PCM encoder.Justin Ruggles2011-10-26
| * | pcm_zork: use AV_SAMPLE_FMT_U8 instead of shifting all samples by 8.Justin Ruggles2011-10-26
| * | pcmenc: remove unneeded sample_fmt check.Justin Ruggles2011-10-26
| * | pcmdec: move number of channels check to pcm_decode_init()Justin Ruggles2011-10-26
| * | pcmdec: remove unnecessary check for sample_fmt changeJustin Ruggles2011-10-26
| * | pcmdec: move DVD PCM bits_per_coded_sample check near to the code that setsJustin Ruggles2011-10-26
| * | pcmdec: do not needlessly set *data_size to 0Justin Ruggles2011-10-26
| * | alacdec: remove unneeded NULL or zero-size packet checks.Justin Ruggles2011-10-26
| * | alacdec: simplify buffer allocation by using FF_ALLOC_OR_GOTO()Justin Ruggles2011-10-26
| * | alacdec: ask for a sample for unsupported sample depths.Justin Ruggles2011-10-26