26965 Commits (be732b708945876490f52f39d4847c31aaade559)
 

Author SHA1 Message Date
Nicolas George be732b7089 Fix ffplay -an/-vn options that were swapped by r26105. 14 years ago
Anton Khirnov bb50ed089f ffmetaenc: remove useless initializers 14 years ago
Anton Khirnov 645439c3c3 lavf: rename meta{dec,enc}.c -> ffmeta{dec,enc}.c 14 years ago
Stefano Sabatini b567020943 Add copy filter, useful for testing the avfilter_draw_slice() copy 14 years ago
Stefano Sabatini 28e5d45c68 Bump lavfi minor and add an entry after r26108 (which added 14 years ago
Stefano Sabatini b4356e4118 In the crop filter, put under ifdef DEBUG the trace logs for the 14 years ago
Stefano Sabatini d46c27552b Fix date in APIchanges. 14 years ago
Michael Niedermayer 0ccabeeaef Support filters and decoders that dont support negative linesizes. 14 years ago
Martin Storsjö 9e99f84f7d rtsp: Check if the rtp stream actually has an RTPDemuxContext 14 years ago
Stefano Sabatini 106f271fdc Consistently prefer short library names in APIchanges. 14 years ago
Nicolas George 406f0f1bcf Use av_find_best_stream in ffplay. 14 years ago
Nicolas George 9128ae08b3 Implement av_find_best_stream. 14 years ago
Anton Khirnov 107a7e3e7b lavf: bump minor and add APIchanges entry after adding AVFMT_NOSTREAMS 14 years ago
Anton Khirnov fd5b124d74 Metadata demuxer. 14 years ago
Anton Khirnov a46515115c Metadata muxer 14 years ago
Anton Khirnov bb62d5c1f0 Allow output formats without any streams. 14 years ago
Ronald S. Bultje 18f1add31c Fix typo. 14 years ago
Stefano Sabatini f150e4dc2c Extend documentation for format and noformat filters, and remove 14 years ago
Stefano Sabatini 17fc94933b Add erode libopencv filter. 14 years ago
Stefano Sabatini 91cbb6ba53 Add dilate libopencv filter. 14 years ago
Peter Ross a187c68678 Bump libavformat minor version, forgotten in r26094 14 years ago
Peter Ross 82ca054a63 Windows Televison (WTV) demuxer 14 years ago
Peter Ross a750050f4c make guid utility function visibile to other modules (ff_guidcmp, ff_get_guid) 14 years ago
Peter Ross 141de5a9c1 add ff_find_stream_index 14 years ago
Peter Ross 456a70aeb8 add ff_get_bmp_header 14 years ago
Michael Niedermayer 52654005ca Simplify tff setting code in MPV_frame_start(). 14 years ago
Michael Niedermayer 58ec7e00db Clarify AVFMT_TS_DISCONT and muxers. 14 years ago
Daniel Verkamp 13011def1f Fix size of monoblack_pal array, code uses 16 values unconditionally. 14 years ago
Daniel Kang 911b32f482 Port pred4x4_down_left_mmxext (H.264 intra prediction) from x264 to FFmpeg. 14 years ago
Ronald S. Bultje 8d147f1f60 For rounding in chroma MC SSSE3, use 16-byte pw_3/4 instead of reading 8 bytes 14 years ago
Carl Eugen Hoyos 95ee581a95 There is no complete G.729 decoder in libavcodec. 14 years ago
Justin Ruggles b51c740eab cosmetics: line wrap and vertical alignment 14 years ago
Justin Ruggles e96dc767e4 Make sure that the 2nd CRC value does not match the AC-3 sync word. 14 years ago
Justin Ruggles a897423baa Store CRC context locally to reduce number of calls to av_crc_get_table(). 14 years ago
Justin Ruggles 0e9b064305 Remove unneeded local variable, frame_size, in output_frame_end(). 14 years ago
Stefano Sabatini 3579b405a8 Fix braino: by -> with. 14 years ago
Stefano Sabatini cf69ad35c5 Redesign the libopencv wrapper to make it more generic. Accept both 14 years ago
Stefano Sabatini 8399d23517 Add dependency for the libavfitler.html file. 14 years ago
Martin Storsjö 8c579c1c60 rtsp: Require the transport reply from the server to match the request 14 years ago
Martin Storsjö 81c8c18780 Makefile: Fix dependencies of components 14 years ago
Stefano Sabatini f02cbc4590 Fix av_file_map(): replace stat(filename, &st) with fstat(fd, &st). 14 years ago
Stefano Sabatini 1b31037d62 Replace lstat() with stat() in av_file_map(). The lstat() use was wrong. 14 years ago
Stefano Sabatini 0328b9ea39 Add av_file_map() and av_file_unmap() functions. 14 years ago
Justin Ruggles 1ce9d6b85f cosmetics: fix comment after change in clipping range 14 years ago
Justin Ruggles 295ab2af6e Change FIX15() back to clipping to -32767..32767. 14 years ago
Justin Ruggles f9f69028af Add emms_c() after exp_diff calculations. 14 years ago
Justin Ruggles a81d7c6aa3 Pre-calculate crc_inv at codec init. 14 years ago
Martin Storsjö fe7438d97f Fix make checkheaders 14 years ago
Martin Storsjö 223cefb560 Fix more matroska/webm muxer dependencies 14 years ago
Martin Storsjö 1e0957cc6b Add a missing dependency for the WebM muxer 14 years ago