| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | VP8: don't overread edges on fourtap MC. | Ronald S. Bultje | 2011-01-26 | 1 | -38/+38 |
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-26 | 268 | -358/+358 |
* | Make ff_cmap_read_palette static to libavcodec/iff.c. Delete iff.h. | Diego Elio Pettenò | 2011-01-26 | 3 | -33/+1 |
* | Add ff_ prefix to ac3_common_init(). | Justin Ruggles | 2011-01-26 | 4 | -4/+4 |
* | ac3: Remove ff_ac3_critical_band_size_tab. | Justin Ruggles | 2011-01-26 | 1 | -13/+4 |
* | Make the avfilter debug functions and macros static to avfilter.c | Diego Elio Pettenò | 2011-01-26 | 2 | -11/+5 |
* | Mark C base versions of FFT functions static to fft.c | Diego Elio Pettenò | 2011-01-26 | 2 | -4/+5 |
* | Pass field order flag to libx264 | Marco Gittler | 2011-01-25 | 1 | -0/+4 |
* | mpegtsenc: set reserved bits to 1 in PCR field | Georgi Chorbadzhiyski | 2011-01-26 | 2 | -2/+2 |
* | Make ff_add_wav static to ra144.c | Diego Elio Pettenò | 2011-01-25 | 2 | -4/+2 |
* | Make ff_rtsp_send_cmd_with_content_async static to rtsp.c. | Diego Elio Pettenò | 2011-01-25 | 2 | -23/+18 |
* | Make ff_h264_find_frame_end static to h264.c; delete h264_parser.h | Diego Elio Pettenò | 2011-01-25 | 3 | -42/+1 |
* | Make ff_ass_subtitle_header static to ass.c | Diego Elio Pettenò | 2011-01-25 | 2 | -26/+20 |