25354 Commits (bb5cecdc5283005c0806ded7d8055425c440d520)
 

Author SHA1 Message Date
Måns Rullgård bb5cecdc52 configure: extract detailed compiler identification 14 years ago
Måns Rullgård 1606446248 version.sh: write version to stdout if no output file specified 14 years ago
Måns Rullgård ce3a841da1 Add a simple base64 encoder for use in tests 14 years ago
Stefano Sabatini fa8ead0032 Add an APIchanges entry for the libavcore/parseutils.{h,c} addition of 14 years ago
Stefano Sabatini ea35e3c61e Avoid the use of an intermediary variable in 14 years ago
Stefano Sabatini c90c80ac28 Make VideoFrameRateAbbr contain a rational rather than two ints for 14 years ago
Stefano Sabatini dc4a50a073 Remove reference to the "frame" term in variable names. Simpler and 14 years ago
Stefano Sabatini afead10638 Make av_parse_video_size() and av_parse_video_rate() return 14 years ago
Stefano Sabatini b964a2935e Reindent. 14 years ago
Stefano Sabatini a275862461 Make pkgconfig_generate check if the library is enabled before to 14 years ago
Stefano Sabatini 126b638ea0 Deprecate av_parse_video_frame_size() and av_parse_video_frame_rate() 14 years ago
Ronald S. Bultje db9cc3a55a Reindent after r24516. 14 years ago
Ronald S. Bultje e87b7d72c6 Use inverse error branches, i.e. instead of if(something){success} else {error}, 14 years ago
Ronald S. Bultje 540ab68c64 Use av_log(.., AV_LOG_ERROR) instead of dprintf() for logging errors. This 14 years ago
Ronald S. Bultje ab4d031889 Use pmaddubsw for the mbedge_filter (>=ssse3), 6-10 cycles faster. 14 years ago
Jason Garrett-Glaser e25dee602f VP8: Much faster SSE2 MC 14 years ago
S.N. Hemanth Meenakshisundaram 9dd9d67bd0 Define static functions fill_image_linesize() and 14 years ago
Ronald S. Bultje 48adb7e7a4 Enable no-loop memory/register saving for ssse3/sse4 also. 14 years ago
Ronald S. Bultje 2a180c69ea Save a register (or regsize of stackspace for x86-32) for the no-loop 14 years ago
Ronald S. Bultje bcd4aa6498 Use nested ifs instead of &&, which appears to not work with %ifidn (i.e. this 14 years ago
Axel Holzinger 0b2c75cb68 Rename pow variable to pwr. 14 years ago
Ronald S. Bultje 2208053bd3 Split pextrw macro-spaghetti into several opt-specific macros, this will make 14 years ago
Stefano Sabatini 065a20cb07 Reindent. 14 years ago
Stefano Sabatini 3aace1bcac Rename av_transcode() to transcode(). 14 years ago
Jason Garrett-Glaser fca05ea8a0 VP8: add missing free 14 years ago
Aurelien Jacobs 2701fd40f9 matroskaenc: add support for muxing SRT tracks 14 years ago
Aurelien Jacobs 7b53f463b4 add mime-type for ASS muxer 14 years ago
Martin Storsjö 752ff3ffa7 Include the correct header that actually is used, use quotes instead of angle brackets 14 years ago
Stefano Sabatini a16dfa2c80 Fix pkgconfig_generate line for libavcore. 14 years ago
Rafaël Carré 09d7da865f Accept stdin as input for patcheck. 14 years ago
Carl Eugen Hoyos 28e241de5d Fix r24445: Instead of needlessly initialising a variable, silence the warning. 14 years ago
Stefano Sabatini 639e4ec81b Rename av_exit() to ffmpeg_exit(). 14 years ago
Stefano Sabatini f62c025a5e Use X ? Y : Z construct, simplify. 14 years ago
Reimar Döffinger 853a0fccce Cosmetics: fix indentation and remove a useless else. 14 years ago
Reimar Döffinger 3aa13da970 Simplify get_byte and url_fgetc. 14 years ago
Carl Eugen Hoyos b9542223a3 Only 4-bit ADPCM IMA WAV files are supported. 14 years ago
Stefano Sabatini f7bd4a8ebd Cosmetics: rename enc -> dec in opt_input_file(). 14 years ago
Reimar Döffinger e36a39066c Move ffm_close function up to avoid a forward declaration. 14 years ago
Reimar Döffinger 527b46ba26 ffmdec: Do not manually free streams on read_header error, this is always 14 years ago
Ronald S. Bultje 6de5b7c6b8 Fix obvious bug in assignment. Somehow, the test vectors don't test this... 14 years ago
Aurelien Jacobs ba2c508d0c add SubRip muxer and demuxer 14 years ago
Ronald S. Bultje e3f7bf774c Fix SPLATB_REG mess. Used to be a if/elseif/elseif/elseif spaghetti, so this 14 years ago
Måns Rullgård e6e3069b54 Simplify lavfi test script a little 14 years ago
Måns Rullgård 8fae6e7c11 Unbreak parallel lavfi testing 14 years ago
Alex Converse 63e1278d88 aacenc: TLS: Save maximum values for each swb in a table. 14 years ago
Alex Converse 031d5cea04 10l: Remove some commented out code that slipped in. 14 years ago
Alex Converse fe461767e6 aacenc: TLS: Try to preserve some energy in each non-zero band. 14 years ago
Reimar Döffinger 6cce7cabdb Fix compilation, forgot to add const also to the 14 years ago
Reimar Döffinger edac49daf5 Use "const" qualifier for pointers that point to input data of 14 years ago
Reimar Döffinger 6f2c523c85 Fix a "function declaration isn't a prototype" warning. 14 years ago