16071 Commits (9e44998c6387f0d0f08ab6ba582fe7c3c1227289)
 

Author SHA1 Message Date
Robert Swain 9e44998c63 Make myself maintainer of the preset files 16 years ago
Stefano Sabatini d2845b758e Implement the force_fps option, which disables the automatic selection 16 years ago
Siarhei Siamashka 4c149a80e6 Use DECLARE_ALIGNED_16() on vorbis windows as they are used in dsputils 16 years ago
Michael Niedermayer 4e72f129c3 Support loading presets from random paths. 16 years ago
Aurelien Jacobs 7a8b7634c5 assdec: don't remove CR, they are part of the spec 16 years ago
Diego Biurrun 78cb727302 cosmetics: Break overly long lines, one grammar fix. 16 years ago
Diego Biurrun 4f57fa8c03 spelling/wording/grammar 16 years ago
Diego Biurrun fff5e687a1 Move doxygen comments for av_gettime from utils.c to avformat.h. 16 years ago
Diego Biurrun 9bce82fa00 Add alltools target to build all the tools/ stuff. 16 years ago
Michael Niedermayer 766a4a99e2 Replace apparently always true condition by assert(). 16 years ago
Michael Niedermayer c2c7342b70 Simplify pix_fmt_id instead of listing a subset of non-simplified ones. 16 years ago
Michael Niedermayer 7c1e33f930 Check the 4th plane too when selecting the pixfmt. 16 years ago
Diego Biurrun e73db71899 Replace 'test' invocation by 'test -n', this should be safer. 16 years ago
Diego Biurrun ac63af34b5 Add support for passing a version string to configure that is appended to 16 years ago
Diego Biurrun b3de4544e0 Use better table heading names in the supported formats tables. 16 years ago
Michael Niedermayer 0c86f89a53 Forgotten changelog update for ASS/SSA (de)muxer. 16 years ago
Michael Niedermayer 88caf34510 ASS/SSA muxer. 16 years ago
Diego Biurrun 295b8c7025 whitespace cosmetics 16 years ago
Vitor Sessak d552d04dc9 Simplify: avoid duplication backward_filter() 16 years ago
Diego Biurrun bbc78fb4b4 Remove unused variable. 16 years ago
Benjamin Larsson 2426bb960a add ok parts to the rm demuxer for SIPRO support 16 years ago
Benjamin Larsson faeedbbb06 Add support for Acelp.net fourcc and codecid, remuxing wav to avi should work 16 years ago
Michael Niedermayer 5c8a1d1927 Do not lose the '\n'. 16 years ago
Baptiste Coudurier a3250d073d sync to latest mingw api, remove unneeded struct definitions 16 years ago
Michael Niedermayer de3ae185a4 2 in 1, an ASS and SSA demuxer. 16 years ago
Baptiste Coudurier fb1d2d7be2 include sys/select.h, fix freebsd 5.5 compilation 16 years ago
Baptiste Coudurier 6ad1c9c992 only include sys/select.h if present, fix mingw compilation 16 years ago
Michael Niedermayer 644b0c4c92 Prevent image2 from complaining about non monotone timestamps as 16 years ago
Michael Niedermayer 6c8050078e Avoid out of picture accesses when CODEC_FLAG_EMU_EDGE is set. 16 years ago
Vitor Sessak 64e4af2ac1 Do instead of divising a float by a constant, multiply by its inverse 16 years ago
Michael Niedermayer 68997192eb Ensure that no non-existing frame is used. 16 years ago
Stefano Sabatini 05b90fc0c5 Implement av_nearer_q() and av_find_nearest_q_idx() functions. 16 years ago
Michael Niedermayer 5f129a05bf Do not free sps & pps on width/height changes. 16 years ago
Michael Niedermayer fe67a236dd Do not use the generic "alloc missing references" code for h.264 as it does 16 years ago
Michael Niedermayer 07dff5c7a4 Initialize next/last_picture* as the generic code does not always 16 years ago
Michael Niedermayer 49573a87c9 Print which slices are IDR not just the slice type. 16 years ago
Michael Niedermayer cf8bb33428 Fix CAVLC+8x8+MBAFF loop filter. 16 years ago
Baptiste Coudurier fe28178303 cosmetics, remove GXF: in log messages since it is present in context 16 years ago
Baptiste Coudurier 99f296b304 skip invalid audio samples in gxf packets 16 years ago
Michael Niedermayer 60c9b24df0 Field -> MBAFF direct mode can use data from fields that are not 16 years ago
Baptiste Coudurier c75a0cce5b include sys/select.h to get select, according to posix 2001, 16 years ago
Baptiste Coudurier 933bd8e291 include sys/select.h instead of unistd.h to get select, 16 years ago
Vitor Sessak b6c7758168 Move constant multiplication out of the loop 16 years ago
Vitor Sessak e60daa340b Cosmetics: move convolve() together with the other DSP functions 16 years ago
Vitor Sessak a987a126fd Simplify: move division by constant off the loop 16 years ago
Baptiste Coudurier 4e240985d8 stop parsing if tag size is wrongly < 8 to avoid infinite loop 16 years ago
Michael Niedermayer f2d65a6c8a Avoid segfault due to not set AVCodec. 16 years ago
Baptiste Coudurier aeb627888d merge amr wb case with amr nb and qcelp 16 years ago
Baptiste Coudurier 637b638e1e only write trailer when state says so, should fix issue #646 16 years ago
Baptiste Coudurier 26f5e1469f do not override sample rate for amr nor qcelp, should fix some qcelp files at 16000hz 16 years ago