24312 Commits (6532c6f9294722ccfa76717f94a9cbac37d7caed)
 

Author SHA1 Message Date
Stefano Sabatini da9e6c4295 Make write_streamheader() and write_headers() accept an 15 years ago
Jason Garrett-Glaser 652d9d24dc Properly initialize x264_picture_t in libx264. 15 years ago
Stefano Sabatini d04c13f74b Remove useless variables in get_common_elements(). 15 years ago
Måns Rullgård 42719e2051 Use .p2align in ASMALIGN() macro 15 years ago
Måns Rullgård a76eec3b78 ARM: fail build if hardcoded struct offsets are wrong 15 years ago
Frank Barchard 83b7076131 Avoid division by zero that caused noise, typically at the beginning or 15 years ago
Måns Rullgård 5dc051f4c1 bink: correctly align local arrays 15 years ago
Stefano Sabatini 2a00992fbd Add APIchanges entry for av_get_codec_tag_string(). 15 years ago
Stefano Sabatini b603ab8dc1 Make the error message issued in case of invalid codec tag more 15 years ago
Stefano Sabatini ab0b53786b Make avcodec_string() use av_get_codec_tag_string(). 15 years ago
Stefano Sabatini 7e566bbe6c Implement av_get_codec_tag_string() and use it in ffprobe. 15 years ago
Martin Storsjö 3b963552bc ffserver: Allow floating point audio bit rates 15 years ago
David Conrad 6a7d7b88af arm neon: Add missing mangle to external symbol 15 years ago
Reimar Döffinger edd43c9593 Do not check_lib for -lva if vaapi is disabled, having -lva in extralibs 15 years ago
Reinhard Tartler 7f464a0a34 Add an entry to APIchanges for the addition of sws_convertPalette8ToPacked32 -24 15 years ago
Ronald S. Bultje 03a3fcee99 Change default number of channels (used if unspecified in the format desc) 15 years ago
Michael Niedermayer b742a12ee2 Print an error when MAX_STREAMS is reached. 15 years ago
Reinhard Tartler 2b991422f8 deprecate palette8topacked32 in favor of public API functions sws_convertPalette8ToPacked32 and -24 15 years ago
Måns Rullgård 73404a44c1 ARM: NEON clear_block[s] 15 years ago
Sebastian Vater 522d3930ff Move get_buffer() calls from decode_init() to decode_frame(). Anything else is 15 years ago
Stefano Sabatini 54b11f1743 Rename @chapter "Quick Start" to "Examples", for consistency with the 15 years ago
Stefano Sabatini 9f41ed5a7e Fix texi2pod.pl rendering of the Tips section by putting each @item 15 years ago
Stefano Sabatini acbdbf815a Make texi2pod.pl accept @itemize commands with no following character 15 years ago
Stefano Sabatini 12f8341ae8 Merge @chapter Introduction and @chapter Description into a single 15 years ago
Stefano Sabatini 0093ac5b9f Move internal scale context fields initialization from 15 years ago
Stefano Sabatini 79513857ba Fix eval-test compilation. 15 years ago
Stefano Sabatini b851dd9e9b Cosmetics: reindent and break some overly long line. 15 years ago
Stefano Sabatini 0cd28d9494 Cosmetics: consistently apply K&R style. 15 years ago
Stefano Sabatini 9711439b44 Cosmetics: rename ff_parse_expr() and ff_parse_and_eval_expr() parameters: 15 years ago
Stefano Sabatini 9ace13b416 Make ff_parse_expr() and ff_parse_and_eval_expr() return an int 15 years ago
Martin Storsjö 27241cbffe Declare the url_write buffer parameter as const 15 years ago
Reinhard Tartler 3d9408f4a7 remove palette8torgb15 and palette8tobgr15 15 years ago
Janne Grunau 770e50ae80 ffmpeg: offer alternatives for experimental codecs if they exist 15 years ago
Janne Grunau 4e605bc3fd ffmpeg: fail if user selected codec is experimental and strict_std_compliance > experimental 15 years ago
Baptiste Coudurier 9ad7dfc110 Pass codec pixel format list to get_format, if present, fix vdpau decoding 15 years ago
Diego Biurrun 879c9d1a63 Add a short note about libvpx. 15 years ago
Peter Ross 0a624147c3 Prevent au_read_packet() looping endlessly when .au file contains unsupported codec type. 15 years ago
Maxim Poliakovski 274793de6e Make dequantization equation use less registers on some CPUs. 15 years ago
Maxim Poliakovski 25e20240b1 Remove unused variables. 15 years ago
Peter Ross 21ae67900e automatically enable buffer_filter when compiling ffmpeg 15 years ago
Diego Biurrun 870a6f4044 Rename yuv2rgb_template2.c --> yuv2rgb_template.c now that the other is gone. 15 years ago
Diego Biurrun eb55f3da3d The GPL-licensed optimizations in libswscale have been replaced. 15 years ago
Diego Biurrun 531f97b0c3 Remove GPL-licensed YUV to RGB MMX routines. 15 years ago
Måns Rullgård 41331b65f2 ARM: NEON optimised dct_unquantize_h263_{intra,inter} 15 years ago
Diego Biurrun 2c780abfdb Require --enable-nonfree flag for libvpx. 15 years ago
Kostya Shishkov 1c100b1367 321l: do not use shifted s->linesize instead of correct s->uvlinesize. 15 years ago
Baptiste Coudurier 0435fb16d7 In h264 decoder, use jpeg yuv pixel format when full range is set in vui 15 years ago
Alex Converse c91dce994d aacenc: Remove an unnecessary division from the TLS. 15 years ago
Alex Converse 911fbc452b Cosmetics: whitespace 15 years ago
Alex Converse 04d6a54e13 aacenc: Remove unnecessary variables and scopes in the TLS. 15 years ago