summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* mpegtsenc: fix PMT PID calculationMans Rullgard2011-01-31
* Rename attribute_used to av_used and move it to attributes.hMans Rullgard2011-01-31
* Replace defines in libavformat/mpegtsenc.c with AVOptionsGeorgi Chorbadzhiyski2011-01-31
* Add documentation for the image2 muxer.Stefano Sabatini2011-01-31
* VC1testenc: convert pts values to correct time-base.Reimar Döffinger2011-01-31
* asf/wtv: use service_provider and service_name metadata tagsRonald S. Bultje2011-01-31
* Make ffmpeg warns the user when the selected sample format is ignored.Stefano Sabatini2011-01-31
* Slightly simplify VP8 inter_predictJason Garrett-Glaser2011-01-30
* In ffplay:get_video_frame(), use frame->pkt_pts rather than reordered_opaque.Stefano Sabatini2011-01-30
* ffplay: in video_thread(), use av_dlog() for timestamp logging.Stefano Sabatini2011-01-30
* mpegts: remove get_pts duplicate of ff_parse_pes_pts.Vasyl' Vavrychuk2011-01-30
* Enable native build on QNX/x86Mans Rullgard2011-01-30
* Replace dprintf with av_dlogLuca Barbato2011-01-29
* Flush final frames in libfaac encoder.Justin Ruggles2011-01-29
* Fix memory leak in ALS decoder in big endian systemsVitor Sessak2011-01-29
* Rearrange MpegEncContext to simplify access from asmMans Rullgard2011-01-29
* doc: modify style for texi2html 1.78+Janne Grunau2011-01-29
* Fix overread in altivec DSP function sad16Vitor Sessak2011-01-29
* Vorbis-in-Ogg: Do not set timebase to invalid valuesReimar Döffinger2011-01-29
* ARM: update MpegEncContext offsetsMans Rullgard2011-01-29
* Move ff_emulated_edge_mc() into DSPContext.Ronald S. Bultje2011-01-28
* Optimize C version of ff_emulated_edge_mc().Ronald S. Bultje2011-01-28
* mpegtsenc: support CODEC_ID_AAC_LATMPeter Ross2011-01-28
* rtspenc: include os_support.h for system without HAVE_POLL_HDave Yeo2011-01-28
* asfdec: ensure that the whole tag is read.Anton Khirnov2011-01-28
* os_support: make poll() fallbacks conditional on CONFIG_NETWORKMans Rullgard2011-01-28
* Make the image2 demuxer log more verboseStefano Sabatini2011-01-28
* Update mpegts test referenceMans Rullgard2011-01-28
* aacdec: Convert some loop copies into memcpy()s.Alex Converse2011-01-28
* Add muxers.texi file.Stefano Sabatini2011-01-28
* In mpegts "reserved_future_use" field must be set to 1 in SDT tableGeorgi Chorbadzhiyski2011-01-28
* In the rawvideo decoder, set pkt_pts in the output frame.Stefano Sabatini2011-01-28
* In the start_frame() debug log, print the reference pos value rather than the...Stefano Sabatini2011-01-28
* Fix VP8 aliasing problems.Ronald S. Bultje2011-01-28
* rtsp: make ff_sdp_parse return value forwardedLuca Barbato2011-01-28
* os: replace select with pollLuca Barbato2011-01-28
* Make ff_float_to_int16*_c() static.Alex Converse2011-01-28
* Hide demuxers', muxers' and protocols' objects via the ld version script.Diego Elio Pettenò2011-01-28
* Hide the now-prefixed decoders, encoders, parsers, bsf, hwaccel objects.Diego Elio Pettenò2011-01-28
* cosmetics: indentation and spacingJustin Ruggles2011-01-28
* Remove the add bias hack for the C version of DSPContext.float_to_int16_*().Justin Ruggles2011-01-28
* mov: add support for little-endian utf16 chapter namesJohn Stebbins2011-01-28
* movenc: byteswap codec_tag in mov_write_ms_tagJanne Grunau2011-01-28
* In mov muxer, mux adpcm_ms and adpcm_ima_wav the way quicktime supports itBaptiste Coudurier2011-01-28
* Add special case for 2nd-order IIR filter.Justin Ruggles2011-01-28
* Add ff_ to AVHWAccel decodersLuca Barbato2011-01-27
* Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-26
* mov: simplify mov_read_chapters() by using avio_get_str16beAnton Khirnov2011-01-26
* Revert "mov: simplify mov_read_chapters() by using avio_get_str16be"Mans Rullgard2011-01-26
* VP8: don't overread edges on fourtap MC.Ronald S. Bultje2011-01-26