summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* avconv: use new options parser.Anton Khirnov2012-12-183-41/+116
* cmdutils: don't log an error in opt_default().Anton Khirnov2012-12-181-1/+0
* cmdutils: add a commandline pre-parser.Anton Khirnov2012-12-182-0/+329
* cmdutils: split parse_option().Anton Khirnov2012-12-181-30/+40
* cmdutils: add a macro to simplify grow_array() calls.Anton Khirnov2012-12-183-27/+18
* h264: support frame parameter changes during frame-mtJanne Grunau2012-12-182-127/+230
* mpegvideo: allocate scratch buffers after linesize is knownJanne Grunau2012-12-185-22/+85
* ff_h264_direct_ref_list_init: fix B slice check.Michael Niedermayer2012-12-181-1/+1
* h264: increase dist_scale_factor for up to 32 referencesJanne Grunau2012-12-182-8/+11
* misc typo, style and wording fixesDiego Biurrun2012-12-188-90/+91
* configure: formatting cosmeticsDiego Biurrun2012-12-181-4/+8
* h264: use mbaff ref indices in fill_colmap() only for mbaff referencesMichael Niedermayer2012-12-181-1/+2
* h264: prevent decoding of slice NALs in extradataJanne Grunau2012-12-182-7/+23
* doxy: Clarify what avpriv_set_pts_info doesDerek Buitenhuis2012-12-171-5/+7
* au: Reorder code so that both muxer and demuxer are under #ifdefsDiego Biurrun2012-12-171-63/+63
* fate: Move RALF test into lossless audio groupDiego Biurrun2012-12-172-3/+3
* cosmetics: Use consistent names for multiple inclusion guards.Diego Biurrun2012-12-173-9/+9
* avresample: use valid log context in mixing functionsHendrik Leppkes2012-12-161-5/+5
* lavr: remove automatic context close/open for resampling compensationJustin Ruggles2012-12-163-7/+15
* lavr: only save/restore the mixing matrix if mixing is being doneJustin Ruggles2012-12-161-6/+12
* rtpdec_vp8: Cosmetics: Fix bad alignment/indentationMartin Storsjö2012-12-161-2/+2
* rtpenc: Allow including a SDES/CNAME block in RTCP SR packetsMartin Storsjö2012-12-162-0/+18
* rtpenc_vp8: Include the picture number in VP8 packetsMartin Storsjö2012-12-162-7/+15
* h264: fix memleak on error during SPS parsingJanne Grunau2012-12-151-1/+1
* h264-mt: handle NAL_DPAs before calling ff_thread_finish_setupJanne Grunau2012-12-151-0/+1
* lavr: move AudioMix struct definition to audio_mix.cJustin Ruggles2012-12-152-22/+24
* vp56: release frames on errorLuca Barbato2012-12-141-1/+7
* vp56: make parse_header return standard error codesLuca Barbato2012-12-144-16/+18
* ivi_common: check that scan pattern is set before using it.Anton Khirnov2012-12-141-0/+5
* ivi_common: use proper logging context in ivi_decode_blocks().Anton Khirnov2012-12-141-4/+5
* ivi_common: make some functions and tables static.Anton Khirnov2012-12-142-128/+111
* asyncts: ignore min_delta only if first_pts is setJustin Ruggles2012-12-131-1/+2
* asyncts: merge two conditionsJustin Ruggles2012-12-131-7/+2
* x86inc: fully concatenate tokens to fix macro expansion for nasmJanne Grunau2012-12-131-2/+2
* h264: initialize frame-mt context copies properlyJanne Grunau2012-12-131-0/+2
* mpegvideo: treat delayed pictures as usedJanne Grunau2012-12-133-10/+10
* lavc: set frame parameters after decoding only if necessaryJanne Grunau2012-12-131-5/+8
* h264: set parameters from SPS whenever it changesJanne Grunau2012-12-133-49/+68
* asyncts: cosmetics: reindentJustin Ruggles2012-12-131-12/+12
* doc: improve documentation for the asyncts filter first_pts optionJustin Ruggles2012-12-131-2/+3
* asyncts: fix the asyncts behavior when using the first_pts optionJustin Ruggles2012-12-131-9/+55
* asyncts: use clipped delta value when setting resample compensationJustin Ruggles2012-12-131-1/+1
* asyncts: fix flushing of final samples at EOFJustin Ruggles2012-12-131-7/+7
* vp6: properly fail on unsupported featureLuca Barbato2012-12-131-2/+2
* aacdec: Fix an off-by-one overwrite when switching to LTP profile from MAIN.Alex Converse2012-12-121-1/+1
* x86inc: fix stack alignment on win64Ronald S. Bultje2012-12-121-4/+6
* rtpproto: Remove unused definesMartin Storsjö2012-12-121-3/+0
* rtpdec_mpeg4: Cosmetic cleanupMartin Storsjö2012-12-121-12/+7
* rtpdec: Cosmetic cleanup of the headerMartin Storsjö2012-12-121-19/+26
* rtpdec: Get rid of a useless _s suffix on a struct nameMartin Storsjö2012-12-121-3/+3
OpenPOWER on IntegriCloud