summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Avoid pointless check before calling freeClément Bœsch2011-02-03
* Set pkt_pts in avcodec_default_reget_buffer()Nicolas George2011-02-03
* Free AVStream->info in chained muxersMartin Storsjö2011-02-03
* rtsp: Don't store RTSPStream in AVStream->priv_dataMartin Storsjö2011-02-03
* ffmpeg.c: rename map_meta_data option to map_metadataAnton Khirnov2011-02-02
* Add forgotten minor API bumps and APIChanges entriesAnton Khirnov2011-02-02
* ac3enc: Change EXP_DIFF_THRESHOLD to 500.Justin Ruggles2011-02-02
* Log debug information in filter_samples().Stefano Sabatini2011-02-02
* ffplay: factorize code from video_thread() into configure_video_filters()Stefano Sabatini2011-02-02
* ARM: add helper macro for declaring constant dataMans Rullgard2011-02-02
* Separate format conversion DSP functions from DSPContext.Justin Ruggles2011-02-02
* Fix ff_imdct_calc_sse() on gcc-4.6Alex Converse2011-02-02
* Free the RTSPStreams in ff_rtsp_close_streamsLuca Barbato2011-02-01
* h264: add profile names for the existing definesAnssi Hannula2011-02-01
* h264: Add Intra and Constrained Baseline profiles to avctx.profileJanne Grunau2011-02-01
* dca: avoid C99 declaration in for() expressionGianluigi Tiesi2011-02-01
* Makefile: remove unused variable ALLHTMLPAGESMans Rullgard2011-02-01
* Makefile: build docs only for enabled tools; fix docs dependenciesMans Rullgard2011-02-01
* VP8: merge chroma MC callsJason Garrett-Glaser2011-01-31
* Implement a SIMD version of emulated_edge_mc() for x86.Ronald S. Bultje2011-01-31
* Auto-generate dependencies for documentationMans Rullgard2011-02-01
* cosmetics: indentationJustin Ruggles2011-01-31
* Remove unneeded add bias from 3 functions.Justin Ruggles2011-01-31
* Ogg: discard non-essential metadata from Vorbis header when creating extradataReimar Döffinger2011-01-31
* 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