aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-05-23avidec: simplify avi_read_idx1()Michael Niedermayer
2012-05-23avidec: discard 0 packets even for sample_size==0 NIMichael Niedermayer
2012-05-23xsubdec: print frame size when too smallMichael Niedermayer
2012-05-23lavf: print the invalid tb in avpriv_set_pts_info()Michael Niedermayer
2012-05-23Do not leak extradata when encoding avui.Carl Eugen Hoyos
2012-05-23avuienc: Use field_order to determine if a stream is interlaced.Carl Eugen Hoyos
2012-05-23Fix compilation with --disable-everything --enable-demuxer=ogg (--disable-yasm).Carl Eugen Hoyos
2012-05-23Fix compilation with --disable-everything --enable-demuxer=flac (--disable-ya...Carl Eugen Hoyos
2012-05-23af_amerge: compute output timestamp.Nicolas George
2012-05-23af_amerge: set samples rate in query_formats.Nicolas George
2012-05-23ffv1: fix decoder state_transition tableMichael Niedermayer
2012-05-23os_support: Define SHUT_RD, SHUT_WR and SHUT_RDWR on OS/2Dave Yeo
2012-05-22dwt: use av_freep()Michael Niedermayer
2012-05-22Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-05-22http: Add support for reading http POST reply headersSamuel Pitoiset
2012-05-22http: Add http_shutdown() for ending writing of postsSamuel Pitoiset
2012-05-22tcp: Allow signalling end of reading/writingSamuel Pitoiset
2012-05-22avio: Add a function for signalling end of reading/writingSamuel Pitoiset
2012-05-22lavfi: fix comment, audio is supported now.Anton Khirnov
2012-05-22lavfi: fix incorrect comment.Anton Khirnov
2012-05-22lavfi: remove avfilter_null_* from public API on next bump.Anton Khirnov
2012-05-22lavfi: remove avfilter_default_* from public API on next bump.Anton Khirnov
2012-05-22lavfi: deprecate default config_props() callback and refactor avfilter_config...Mina Nagy Zaki
2012-05-22avfiltergraph: smarter sample format selection.Anton Khirnov
2012-05-22avconv: rename transcode_audio/video to decode_audio/video.Anton Khirnov
2012-05-22asyncts: reset delta to 0 when it's not used.Anton Khirnov
2012-05-22x86: lavc: use %if HAVE_AVX guards around AVX functions in yasm code.Justin Ruggles
2012-05-22swr: check return value of swr_inject_silence/drop_output.Michael Niedermayer
2012-05-22libvorbis: only store version string if bitexact is not set.Michael Niedermayer
2012-05-22swr: check count argument of realloc_audio()Michael Niedermayer
2012-05-22Add Avid Meridien Uncompressed (AVUI) encoder.Carl Eugen Hoyos
2012-05-22mxfdec: fix frame height computation for mixed fields layoutMatthieu Bouron
2012-05-22vf_yadif: Fixed potential access violation on EOF.Robert Nagy
2012-05-22rawdec: force timestamps from codec to be usedMichael Niedermayer
2012-05-22mpeg4videoparser: support using timestamps from codec.Michael Niedermayer
2012-05-22avformat: add needs_parsing type to enable codec TS use.Michael Niedermayer
2012-05-22avcodec: add parser flag to indicate that codec TS are the only available and...Michael Niedermayer
2012-05-22dwt: return errors from ff_slice_buffer_init()Diego Biurrun
2012-05-22shorten: fix lossy decodingPaul B Mahol
2012-05-22dwt: check malloc callsJordi Ortiz
2012-05-22ppc: Drop unused header regs.hDiego Biurrun
2012-05-22doc: add syntax.texi fileStefano Sabatini
2012-05-21af_resample: remove an extra space in the log outputJustin Ruggles
2012-05-21Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-05-21Convert vector_fmul range of functions to YASM and add AVX versionsKieran Kunhya
2012-05-21flvdec: reenable extradata passing codeMichael Niedermayer
2012-05-21lavfi: add an audio split filterJustin Ruggles
2012-05-21lavfi: rename vf_split.c to split.cJustin Ruggles
2012-05-21aac: fix SCE in stereo case, this is surprisingly actually neededMichael Niedermayer
2012-05-21aacdec: print debug note when unexpected SCE/CPE is encounteredMichael Niedermayer