21224 Commits (6b27353cfdadeea5913c4dbdbc322289a47a7e2c)
 

Author SHA1 Message Date
Stefano Sabatini 6b27353cfd Add a PIX_FMT_HWACCEL flag to the AVPixFmtDescriptor.flags. 15 years ago
Michael Kostylev 0600d30ae4 Avoid "-z text" diversion on SunOS x86, needed to make FATE happy. 15 years ago
Stefano Sabatini 8fdb01c10e Make dprintf_link() show the name of the link pixel format. 15 years ago
Loren Merritt 4521308363 s/movdqa/movaps/ in sse1 fft. (regression in r20293) 15 years ago
Luca Barbato 7549632bda rtsp_close_streams frees the auth_b64 line already 15 years ago
Luca Barbato d243ba30b8 Support 3xx redirection in rtsp 15 years ago
haim alon c5898e8623 compute codec bitrate in mov demuxer, patch by haim alon, haim dot alter at gmail dot com 15 years ago
Reimar Döffinger d3ee771514 Support amdfam10 for --cpu, also avoids a warning about unknown cpu if 15 years ago
Vitor Sessak bd56505a7f Bump micro version after the FRWU decoder inclusion 15 years ago
Stefano Sabatini 8f1e4d4ffc Split codec-regression.sh, and create the lavf-regression.sh script. 15 years ago
Luca Barbato 921da21745 Just remove params understood by the demuxer 15 years ago
Luca Barbato 7541f32edd Suppress ?params in the rtsp uri 15 years ago
Luca Barbato 224b44957b Use sdp c= line if the rtsp Transport line doesn't have a destination 15 years ago
Diego Biurrun 76e6e9c330 Remove ancient redir demuxer. 15 years ago
Måns Rullgård 2189dbc4a6 Fix codectest 15 years ago
Stefano Sabatini f94e56cf82 Split codec-regression.sh, put all the code which can be shared by 15 years ago
Diego Biurrun 329c01c54f Compile LPC code when CONFIG_LPC is set. 15 years ago
Stefano Sabatini 54116673d8 Update the entry for the AVFilter.description field addition. 15 years ago
Stefano Sabatini cccd292ae2 Move the description field of the filter from AVFilterContext to 15 years ago
Stefano Sabatini 01537e9fa5 Add an entry for the AVFilterContext.description addition. 15 years ago
Stefano Sabatini 1551745c88 Add a description field to AVFilterContext. 15 years ago
Stefano Sabatini 29b5a3aacf Refer again to the "width" and "height" crop parameter names 15 years ago
Stefano Sabatini c38ae71f54 Add video vertical flip filter. 15 years ago
Stefano Sabatini debfab4a0d Refer to the "width" and "height" crop parameter names which were 15 years ago
David Conrad 06da694372 Add clang to detected compilers 15 years ago
Daniel Verkamp b74d42ee33 Build extradata in adpcm_ms encoder. 15 years ago
Michael Niedermayer df84d7d9bd Fix infinite loop with size==0 && sample_size!=0 in non interleaved avis. 15 years ago
Michael Niedermayer 83a4d356ef Support non interleaved avi files that have 0<size<sample_size. 15 years ago
Samuli Valo c671ac40f5 Fixes detection and error reporting of non-existing files in img2.c. 15 years ago
Daniel Verkamp bb7d0e87ae Indicate that AdaptCoeff1 and 2 are functions of the actual coefficients. 15 years ago
Stefano Sabatini 415e6d2930 Sort video filter descriptions by name. 15 years ago
Stefano Sabatini 067180220d Make the pix_fmts var in query_formats() static const. 15 years ago
Stefano Sabatini 190c166960 Add video crop filter. 15 years ago
Stefano Sabatini 9abba21ad3 Cosmetics: prefer "pix_fmts" over "pix_fmt" for the name of the 15 years ago
Stefano Sabatini 1554fed2d6 Make avfilter_make_format_list() take in input a const argument. 15 years ago
Stefano Sabatini f2ed1a41e1 Fix the spelling for the project name, from "ffmpeg" to "FFmpeg". 15 years ago
Stefano Sabatini dba755facc Rename vfilters.texi to libavfilter.texi, as the file is meant to 15 years ago
Ramiro Polla a3faf694a2 Add comment on #endif about condition that triggers it. 15 years ago
Daniel Verkamp 61ee504517 Seek function for TMV 15 years ago
Daniel Verkamp 0319ba5e12 Parenthesize correctly in TMV probe 15 years ago
Reimar Döffinger 2bc70a7681 Print "NOPTS" when AV_NOPTS_VALUE is encountered during seek regression tests. 15 years ago
tralph11@yahoo.com 711e69a730 Improve sofdec dectection to avoid false positives for MP2. 15 years ago
Reimar Döffinger 558dbb8469 sin_tables.c is a generated file, so add it to CLEANFILES 15 years ago
avcoder a0b909fbff Remove SHIFT_TEMPS from jfdct code. 15 years ago
Benoit Fouet 08580cb05a Make url_resetbuf() assert on wrong flags passed and make it static on next 15 years ago
Diego Biurrun 0cd0a22488 Move function that is only used by the MP3 muxer below the corresponding #if. 15 years ago
Diego Biurrun 2ab9be3abe Add missing dependency of the S/PDIF muxer on the AAC parser. 15 years ago
Diego Biurrun ff06d76acd Add '#include "libavutil/intreadwrite.h"', necessary for AV_RB32. 15 years ago
Diego Biurrun cd69fa69c5 The MP2/MP3 muxer uses ff_id3v2_tags, so add the correct object dependency. 15 years ago
Diego Biurrun 96ff02f1b4 Get rid of some pointless '== NULL' / '!= 0' conditions in if statements. 15 years ago