| Commit message (Expand) | Author | Age | Files | Lines |
* | Ogg: discard non-essential metadata from Vorbis header when creating extradata | Reimar Döffinger | 2011-01-31 | 1 | -2/+10 |
* | mpegtsenc: fix PMT PID calculation | Mans Rullgard | 2011-01-31 | 1 | -1/+1 |
* | Rename attribute_used to av_used and move it to attributes.h | Mans Rullgard | 2011-01-31 | 3 | -15/+14 |
* | Replace defines in libavformat/mpegtsenc.c with AVOptions | Georgi Chorbadzhiyski | 2011-01-31 | 2 | -12/+76 |
* | Add documentation for the image2 muxer. | Stefano Sabatini | 2011-01-31 | 1 | -0/+50 |
* | VC1testenc: convert pts values to correct time-base. | Reimar Döffinger | 2011-01-31 | 1 | -0/+1 |
* | asf/wtv: use service_provider and service_name metadata tags | Ronald S. Bultje | 2011-01-31 | 1 | -0/+2 |
* | Make ffmpeg warns the user when the selected sample format is ignored. | Stefano Sabatini | 2011-01-31 | 1 | -1/+7 |
* | Slightly simplify VP8 inter_predict | Jason Garrett-Glaser | 2011-01-30 | 1 | -2/+3 |
* | In ffplay:get_video_frame(), use frame->pkt_pts rather than reordered_opaque. | Stefano Sabatini | 2011-01-30 | 1 | -3/+2 |
* | ffplay: in video_thread(), use av_dlog() for timestamp logging. | Stefano Sabatini | 2011-01-30 | 1 | -5/+6 |
* | mpegts: remove get_pts duplicate of ff_parse_pes_pts. | Vasyl' Vavrychuk | 2011-01-30 | 2 | -12/+5 |
* | Enable native build on QNX/x86 | Mans Rullgard | 2011-01-30 | 1 | -1/+5 |
* | Replace dprintf with av_dlog | Luca Barbato | 2011-01-29 | 47 | -308/+312 |
* | Flush final frames in libfaac encoder. | Justin Ruggles | 2011-01-29 | 1 | -1/+3 |
* | Fix memory leak in ALS decoder in big endian systems | Vitor Sessak | 2011-01-29 | 1 | -0/+1 |
* | Rearrange MpegEncContext to simplify access from asm | Mans Rullgard | 2011-01-29 | 3 | -35/+28 |
* | doc: modify style for texi2html 1.78+ | Janne Grunau | 2011-01-29 | 10 | -18/+54 |
* | Fix overread in altivec DSP function sad16 | Vitor Sessak | 2011-01-29 | 1 | -5/+7 |
* | Vorbis-in-Ogg: Do not set timebase to invalid values | Reimar Döffinger | 2011-01-29 | 1 | -3/+7 |
* | ARM: update MpegEncContext offsets | Mans Rullgard | 2011-01-29 | 1 | -6/+6 |
* | Move ff_emulated_edge_mc() into DSPContext. | Ronald S. Bultje | 2011-01-28 | 15 | -49/+65 |
* | Optimize C version of ff_emulated_edge_mc(). | Ronald S. Bultje | 2011-01-28 | 1 | -16/+23 |
* | mpegtsenc: support CODEC_ID_AAC_LATM | Peter Ross | 2011-01-28 | 2 | -0/+4 |
* | rtspenc: include os_support.h for system without HAVE_POLL_H | Dave Yeo | 2011-01-28 | 1 | -0/+1 |
* | asfdec: ensure that the whole tag is read. | Anton Khirnov | 2011-01-28 | 1 | -4/+5 |
* | os_support: make poll() fallbacks conditional on CONFIG_NETWORK | Mans Rullgard | 2011-01-28 | 2 | -3/+1 |
* | Make the image2 demuxer log more verbose | Stefano Sabatini | 2011-01-28 | 1 | -1/+3 |
* | Update mpegts test reference | Mans Rullgard | 2011-01-28 | 1 | -1/+1 |
* | aacdec: Convert some loop copies into memcpy()s. | Alex Converse | 2011-01-28 | 1 | -6/+3 |
* | Add muxers.texi file. | Stefano Sabatini | 2011-01-28 | 4 | -0/+24 |
* | In mpegts "reserved_future_use" field must be set to 1 in SDT table | Georgi Chorbadzhiyski | 2011-01-28 | 1 | -1/+3 |
* | In the rawvideo decoder, set pkt_pts in the output frame. | Stefano Sabatini | 2011-01-28 | 1 | -0/+1 |
* | In the start_frame() debug log, print the reference pos value rather than the... | Stefano Sabatini | 2011-01-28 | 1 | -2/+2 |
* | Fix VP8 aliasing problems. | Ronald S. Bultje | 2011-01-28 | 1 | -6/+6 |
* | rtsp: make ff_sdp_parse return value forwarded | Luca Barbato | 2011-01-28 | 2 | -2/+3 |
* | os: replace select with poll | Luca Barbato | 2011-01-28 | 8 | -110/+73 |
* | Make ff_float_to_int16*_c() static. | Alex Converse | 2011-01-28 | 2 | -4/+2 |
* | Hide demuxers', muxers' and protocols' objects via the ld version script. | Diego Elio Pettenò | 2011-01-28 | 1 | -0/+4 |
* | Hide the now-prefixed decoders, encoders, parsers, bsf, hwaccel objects. | Diego Elio Pettenò | 2011-01-28 | 1 | -0/+6 |
* | cosmetics: indentation and spacing | Justin Ruggles | 2011-01-28 | 5 | -19/+18 |
* | Remove the add bias hack for the C version of DSPContext.float_to_int16_*(). | Justin Ruggles | 2011-01-28 | 12 | -148/+54 |
* | mov: add support for little-endian utf16 chapter names | John Stebbins | 2011-01-28 | 1 | -0/+2 |
* | movenc: byteswap codec_tag in mov_write_ms_tag | Janne Grunau | 2011-01-28 | 1 | -2/+2 |
* | In mov muxer, mux adpcm_ms and adpcm_ima_wav the way quicktime supports it | Baptiste Coudurier | 2011-01-28 | 2 | -1/+29 |
* | Add special case for 2nd-order IIR filter. | Justin Ruggles | 2011-01-28 | 1 | -2/+22 |
* | Add ff_ to AVHWAccel decoders | Luca Barbato | 2011-01-27 | 7 | -10/+10 |
* | Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. | Diego Elio Pettenò | 2011-01-26 | 186 | -274/+274 |
* | mov: simplify mov_read_chapters() by using avio_get_str16be | Anton Khirnov | 2011-01-26 | 1 | -21/+15 |
* | Revert "mov: simplify mov_read_chapters() by using avio_get_str16be" | Mans Rullgard | 2011-01-26 | 1 | -11/+22 |