16096 Commits (503bc4026d73a2e02f472b166aa068176859e376)
 

Author SHA1 Message Date
Michael Niedermayer 503bc4026d Replace second (and wrong) call to avcodec_align_dimensions() by adjusting 16 years ago
Michael Niedermayer 8c07cee91a Do not attempt to perform error concealment in lowres mode as this is 16 years ago
Aurelien Jacobs 15ae1959d8 atrac3: ensure input frame is not overwritten (it is const) 16 years ago
David Conrad 068e82bac1 Use skip_frame for keyframe-only decoding rather than #ifdef 16 years ago
Carl Eugen Hoyos bf615b89e3 Fix a warning about an undefined function when compiling h264.c 16 years ago
Diego Pettenò dc771f6b5f Remove some format string warnings. 16 years ago
Diego Biurrun d0feff2a5b Uniformly define _XOPEN_SOURCE to 600. 16 years ago
Diego Biurrun c44c4e181f cosmetics: Consistently use #ifdef in preprocessor directives. 16 years ago
Diego Biurrun 92ca910542 Remove unused function fast_memcpy. 16 years ago
Diego Biurrun ed2164f37e cosmetics: indentation 16 years ago
Michael Niedermayer 8335a9f0cb Revert mistakely commited hunk. 16 years ago
Michael Niedermayer 0473e31faa Print all cases that are tested, not just the ones that are bad. 16 years ago
Michael Niedermayer f830d8244a Fix infinite loop with spline, bug was introduced in r27612 by me. 16 years ago
Diego Pettenò 1d44d365ac fix -uninstalled.pc includedir for out-of-tree builds 16 years ago
Wolfram Gloger 143df82789 set video_enc->sample_aspect_ratio to fix stream copy 16 years ago
Michael Niedermayer ed16f91f26 Guess picture type from picture coding extension when the main header is damaged. 16 years ago
Aurelien Jacobs d5e34dcb72 matroskadec: merge ASS events which share the same pts in the same AVPavket 16 years ago
Aurelien Jacobs 3df2be9fa7 matroskadec: ass events lines must end with a DOS style EOL 16 years ago
Aurelien Jacobs 1bb4a1a1c4 matroskadec: set duration only for CODEC_ID_TEXT subtitles 16 years ago
Aurelien Jacobs e7d4b7431d matroskadec: pass duration as parameter of matroska_fix_ass_packet() 16 years ago
Michael Niedermayer e43d7a18d8 AVOptions support for ffplay. 16 years ago
Michael Niedermayer 85663ef302 Move opt_default() and set_context_opts() to cmdutils so it can be used from 16 years ago
Michael Niedermayer df1a4b1134 Rename opt_default() so it will not conflict with the one from ffmpeg.c 16 years ago
Francesco Cosoleto 30ab4deda8 Document the directpred auto value. 16 years ago
Francesco Cosoleto b235dbb05b Substitute the not anymore supported "me" option name with "me_method" 16 years ago
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