summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Extend documentation for format and noformat filters, and removeStefano Sabatini2010-12-26
* Add erode libopencv filter.Stefano Sabatini2010-12-26
* Add dilate libopencv filter.Stefano Sabatini2010-12-26
* Bump libavformat minor version, forgotten in r26094Peter Ross2010-12-26
* Windows Televison (WTV) demuxerPeter Ross2010-12-26
* make guid utility function visibile to other modules (ff_guidcmp, ff_get_guid)Peter Ross2010-12-26
* add ff_find_stream_indexPeter Ross2010-12-26
* add ff_get_bmp_headerPeter Ross2010-12-26
* Simplify tff setting code in MPV_frame_start().Michael Niedermayer2010-12-25
* Clarify AVFMT_TS_DISCONT and muxers.Michael Niedermayer2010-12-25
* Fix size of monoblack_pal array, code uses 16 values unconditionally.Daniel Verkamp2010-12-25
* Port pred4x4_down_left_mmxext (H.264 intra prediction) from x264 to FFmpeg.Daniel Kang2010-12-24
* For rounding in chroma MC SSSE3, use 16-byte pw_3/4 instead of reading 8 bytesRonald S. Bultje2010-12-24
* There is no complete G.729 decoder in libavcodec.Carl Eugen Hoyos2010-12-24
* cosmetics: line wrap and vertical alignmentJustin Ruggles2010-12-23
* Make sure that the 2nd CRC value does not match the AC-3 sync word.Justin Ruggles2010-12-23
* Store CRC context locally to reduce number of calls to av_crc_get_table().Justin Ruggles2010-12-23
* Remove unneeded local variable, frame_size, in output_frame_end().Justin Ruggles2010-12-23
* Fix braino: by -> with.Stefano Sabatini2010-12-23
* Redesign the libopencv wrapper to make it more generic. Accept bothStefano Sabatini2010-12-23
* Add dependency for the libavfitler.html file.Stefano Sabatini2010-12-23
* rtsp: Require the transport reply from the server to match the requestMartin Storsjö2010-12-23
* Makefile: Fix dependencies of componentsMartin Storsjö2010-12-22
* Fix av_file_map(): replace stat(filename, &st) with fstat(fd, &st).Stefano Sabatini2010-12-22
* Replace lstat() with stat() in av_file_map(). The lstat() use was wrong.Stefano Sabatini2010-12-22
* Add av_file_map() and av_file_unmap() functions.Stefano Sabatini2010-12-22
* cosmetics: fix comment after change in clipping rangeJustin Ruggles2010-12-22
* Change FIX15() back to clipping to -32767..32767.Justin Ruggles2010-12-21
* Add emms_c() after exp_diff calculations.Justin Ruggles2010-12-21
* Pre-calculate crc_inv at codec init.Justin Ruggles2010-12-21
* Fix make checkheadersMartin Storsjö2010-12-21
* Fix more matroska/webm muxer dependenciesMartin Storsjö2010-12-21
* Add a missing dependency for the WebM muxerMartin Storsjö2010-12-21
* g722: Move the low_inv_quant6 table up to the common tablesMartin Storsjö2010-12-21
* Increase STDDEV tolerance for the fate-amrwb-14k25 test so it pass inVitor Sessak2010-12-20
* Add AMR-WB FATE testsVitor Sessak2010-12-20
* sdp: Add a framesize attribute to H.263 SDP descriptionsMartin Storsjö2010-12-20
* Fix crash if invalid bit-rate was read from file.David Czech2010-12-20
* Fix avfilter_draw_slice() copy code with alpha planes.Stefano Sabatini2010-12-19
* Revert commit r22596.Stefano Sabatini2010-12-19
* Fix crash in gradfun:end_frame() when inpic == outpic, so it has to beStefano Sabatini2010-12-19
* Fix -lowres with ffplay.Anatoly Nenashev2010-12-19
* Add AVERROR_*_NOT_FOUND codes.Nicolas George2010-12-19
* Discard partial packet of last frame for fate-wmv8-drm to avoid test failsReimar Döffinger2010-12-18
* Add test for ASF -cryptokey that tests only demuxing, but both audio and videoReimar Döffinger2010-12-18
* Change ASF demuxer to return incomplete last packets.Reimar Döffinger2010-12-18
* bump lavcodec minor version for amr-wb decoder in r26051Ramiro Polla2010-12-18
* AMR-WB decoder, written as part of Google Summer of Code 2010 by MarceloRonald S. Bultje2010-12-18
* Add some simple fallbacks for normal bit allocation failure.Justin Ruggles2010-12-17
* Check user-specified cutoff frequency in validate_options().Justin Ruggles2010-12-17