summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Auto-generate dependencies for documentationMans Rullgard2011-02-011-7/+7
* cosmetics: indentationJustin Ruggles2011-01-311-53/+53
* Remove unneeded add bias from 3 functions.Justin Ruggles2011-01-3121-80/+59
* Ogg: discard non-essential metadata from Vorbis header when creating extradataReimar Döffinger2011-01-311-2/+10
* mpegtsenc: fix PMT PID calculationMans Rullgard2011-01-311-1/+1
* Rename attribute_used to av_used and move it to attributes.hMans Rullgard2011-01-313-15/+14
* Replace defines in libavformat/mpegtsenc.c with AVOptionsGeorgi Chorbadzhiyski2011-01-312-12/+76
* Add documentation for the image2 muxer.Stefano Sabatini2011-01-311-0/+50
* VC1testenc: convert pts values to correct time-base.Reimar Döffinger2011-01-311-0/+1
* asf/wtv: use service_provider and service_name metadata tagsRonald S. Bultje2011-01-311-0/+2
* Make ffmpeg warns the user when the selected sample format is ignored.Stefano Sabatini2011-01-311-1/+7
* Slightly simplify VP8 inter_predictJason Garrett-Glaser2011-01-301-2/+3
* In ffplay:get_video_frame(), use frame->pkt_pts rather than reordered_opaque.Stefano Sabatini2011-01-301-3/+2
* ffplay: in video_thread(), use av_dlog() for timestamp logging.Stefano Sabatini2011-01-301-5/+6
* mpegts: remove get_pts duplicate of ff_parse_pes_pts.Vasyl' Vavrychuk2011-01-302-12/+5
* Enable native build on QNX/x86Mans Rullgard2011-01-301-1/+5
* Replace dprintf with av_dlogLuca Barbato2011-01-2947-308/+312
* Flush final frames in libfaac encoder.Justin Ruggles2011-01-291-1/+3
* Fix memory leak in ALS decoder in big endian systemsVitor Sessak2011-01-291-0/+1
* Rearrange MpegEncContext to simplify access from asmMans Rullgard2011-01-293-35/+28
* doc: modify style for texi2html 1.78+Janne Grunau2011-01-2910-18/+54
* Fix overread in altivec DSP function sad16Vitor Sessak2011-01-291-5/+7
* Vorbis-in-Ogg: Do not set timebase to invalid valuesReimar Döffinger2011-01-291-3/+7
* ARM: update MpegEncContext offsetsMans Rullgard2011-01-291-6/+6
* Move ff_emulated_edge_mc() into DSPContext.Ronald S. Bultje2011-01-2815-49/+65
* Optimize C version of ff_emulated_edge_mc().Ronald S. Bultje2011-01-281-16/+23
* mpegtsenc: support CODEC_ID_AAC_LATMPeter Ross2011-01-282-0/+4
* rtspenc: include os_support.h for system without HAVE_POLL_HDave Yeo2011-01-281-0/+1
* asfdec: ensure that the whole tag is read.Anton Khirnov2011-01-281-4/+5
* os_support: make poll() fallbacks conditional on CONFIG_NETWORKMans Rullgard2011-01-282-3/+1
* Make the image2 demuxer log more verboseStefano Sabatini2011-01-281-1/+3
* Update mpegts test referenceMans Rullgard2011-01-281-1/+1
* aacdec: Convert some loop copies into memcpy()s.Alex Converse2011-01-281-6/+3
* Add muxers.texi file.Stefano Sabatini2011-01-284-0/+24
* In mpegts "reserved_future_use" field must be set to 1 in SDT tableGeorgi Chorbadzhiyski2011-01-281-1/+3
* In the rawvideo decoder, set pkt_pts in the output frame.Stefano Sabatini2011-01-281-0/+1
* In the start_frame() debug log, print the reference pos value rather than the...Stefano Sabatini2011-01-281-2/+2
* Fix VP8 aliasing problems.Ronald S. Bultje2011-01-281-6/+6
* rtsp: make ff_sdp_parse return value forwardedLuca Barbato2011-01-282-2/+3
* os: replace select with pollLuca Barbato2011-01-288-110/+73
* Make ff_float_to_int16*_c() static.Alex Converse2011-01-282-4/+2
* Hide demuxers', muxers' and protocols' objects via the ld version script.Diego Elio Pettenò2011-01-281-0/+4
* Hide the now-prefixed decoders, encoders, parsers, bsf, hwaccel objects.Diego Elio Pettenò2011-01-281-0/+6
* cosmetics: indentation and spacingJustin Ruggles2011-01-285-19/+18
* Remove the add bias hack for the C version of DSPContext.float_to_int16_*().Justin Ruggles2011-01-2812-148/+54
* mov: add support for little-endian utf16 chapter namesJohn Stebbins2011-01-281-0/+2
* movenc: byteswap codec_tag in mov_write_ms_tagJanne Grunau2011-01-281-2/+2
* In mov muxer, mux adpcm_ms and adpcm_ima_wav the way quicktime supports itBaptiste Coudurier2011-01-282-1/+29
* Add special case for 2nd-order IIR filter.Justin Ruggles2011-01-281-2/+22
* Add ff_ to AVHWAccel decodersLuca Barbato2011-01-277-10/+10
OpenPOWER on IntegriCloud