summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* lavu/pixfmt: move AVPALETTE_SIZE and _COUNT to pixfmt.hStefano Sabatini2012-05-24
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-23
|\
| * os_support: Define SHUT_RD, SHUT_WR and SHUT_RDWR on OS/2Dave Yeo2012-05-23
| * http: Add support for reading http POST reply headersSamuel Pitoiset2012-05-22
| * http: Add http_shutdown() for ending writing of postsSamuel Pitoiset2012-05-22
| * tcp: Allow signalling end of reading/writingSamuel Pitoiset2012-05-22
| * avio: Add a function for signalling end of reading/writingSamuel Pitoiset2012-05-22
| * lavfi: fix comment, audio is supported now.Anton Khirnov2012-05-22
| * lavfi: fix incorrect comment.Anton Khirnov2012-05-22
| * lavfi: remove avfilter_null_* from public API on next bump.Anton Khirnov2012-05-22
| * lavfi: remove avfilter_default_* from public API on next bump.Anton Khirnov2012-05-22
| * lavfi: deprecate default config_props() callback and refactor avfilter_config...Mina Nagy Zaki2012-05-22
| * avfiltergraph: smarter sample format selection.Anton Khirnov2012-05-22
| * avconv: rename transcode_audio/video to decode_audio/video.Anton Khirnov2012-05-22
| * asyncts: reset delta to 0 when it's not used.Anton Khirnov2012-05-22
| * x86: lavc: use %if HAVE_AVX guards around AVX functions in yasm code.Justin Ruggles2012-05-22
| * dwt: return errors from ff_slice_buffer_init()Diego Biurrun2012-05-22
* | avidec: simplify avi_read_idx1()Michael Niedermayer2012-05-23
* | avidec: discard 0 packets even for sample_size==0 NIMichael Niedermayer2012-05-23
* | xsubdec: print frame size when too smallMichael Niedermayer2012-05-23
* | lavf: print the invalid tb in avpriv_set_pts_info()Michael Niedermayer2012-05-23
* | Do not leak extradata when encoding avui.Carl Eugen Hoyos2012-05-23
* | avuienc: Use field_order to determine if a stream is interlaced.Carl Eugen Hoyos2012-05-23
* | Fix compilation with --disable-everything --enable-demuxer=ogg (--disable-yasm).Carl Eugen Hoyos2012-05-23
* | Fix compilation with --disable-everything --enable-demuxer=flac (--disable-ya...Carl Eugen Hoyos2012-05-23
* | af_amerge: compute output timestamp.Nicolas George2012-05-23
* | af_amerge: set samples rate in query_formats.Nicolas George2012-05-23
* | ffv1: fix decoder state_transition tableMichael Niedermayer2012-05-23
* | dwt: use av_freep()Michael Niedermayer2012-05-22
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-22
|\|
| * dwt: check malloc callsJordi Ortiz2012-05-22
| * ppc: Drop unused header regs.hDiego Biurrun2012-05-22
| * af_resample: remove an extra space in the log outputJustin Ruggles2012-05-21
| * Convert vector_fmul range of functions to YASM and add AVX versionsKieran Kunhya2012-05-21
| * lavfi: add an audio split filterJustin Ruggles2012-05-21
| * lavfi: rename vf_split.c to split.cJustin Ruggles2012-05-21
* | swr: check return value of swr_inject_silence/drop_output.Michael Niedermayer2012-05-22
* | libvorbis: only store version string if bitexact is not set.Michael Niedermayer2012-05-22
* | swr: check count argument of realloc_audio()Michael Niedermayer2012-05-22
* | Add Avid Meridien Uncompressed (AVUI) encoder.Carl Eugen Hoyos2012-05-22
* | mxfdec: fix frame height computation for mixed fields layoutMatthieu Bouron2012-05-22
* | vf_yadif: Fixed potential access violation on EOF.Robert Nagy2012-05-22
* | rawdec: force timestamps from codec to be usedMichael Niedermayer2012-05-22
* | mpeg4videoparser: support using timestamps from codec.Michael Niedermayer2012-05-22
* | avformat: add needs_parsing type to enable codec TS use.Michael Niedermayer2012-05-22
* | avcodec: add parser flag to indicate that codec TS are the only available and...Michael Niedermayer2012-05-22
* | shorten: fix lossy decodingPaul B Mahol2012-05-22
* | doc: add syntax.texi fileStefano Sabatini2012-05-22
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-21
|\|
| * dwt: K&R prettyprinting cosmeticsJordi Ortiz2012-05-21