12019 Commits (fca58a815aa242e707b22db3fce1da44a50ffcd4)

Author SHA1 Message Date
Stefano Sabatini 2839c56ea6 Fix width computation for nv12/nv21 in ff_get_plane_bytewidth(). 15 years ago
Reimar Döffinger 44d4616efe aacdec also depends on cbrt_tables.h for hardcoded-tables. 15 years ago
Michael Niedermayer 63455b8c7e bgr/rgb444 for nut 15 years ago
Michael Niedermayer de51f22d85 fix rgb444 support in avi. 15 years ago
Rodney Baker 538c0e13c7 Improve grammar and readability 15 years ago
Alex Converse 614842a93d Cleanup apply_window_and_mdct(). 15 years ago
Alex Converse c909d48266 Whitespace cosmetics 15 years ago
Alex Converse 8e5998f0ab aac: Move an initialization macro used only by the decoder out of the header. 15 years ago
Alex Converse 77b8320a4d Rename aac.c to aacdec.c. 15 years ago
Alex Converse dd8871a63b aacdec: Rename avccontext to avctx. 15 years ago
Stefano Sabatini 0b99215c0e Move eval.c and eval.h from libavcodec to libavutil, and make the eval 15 years ago
Baptiste Coudurier 3511242d22 More mov rawvideo fourcc supported by the rawvideo decoder 15 years ago
James Zern 316d6c153c Add WebM muxer 15 years ago
David Conrad 57ebbccf9c libvorbis: Disable strict bitrate management when not requested 15 years ago
David Conrad ed638b5c4b libvorbis: OV_ECTL_RATEMANAGE_AVG is depreciated in favor of 15 years ago
David Conrad e5a5ea9e89 libvorbis: Hook up min/max bitrate 15 years ago
David Conrad 413abbe164 Add bitexact versions of put_no_rnd_pixels8 _x2 and _y2 for vp3/theora 15 years ago
Howard Chu 784824a68c Use AV_BASE64_SIZE() macro 15 years ago
Frank Barchard 27b0d365e8 Raise default vorbis encoding quality. 15 years ago
Michael Niedermayer 28f5ea7810 Clarify that get/release_buffer() overriding only works with CODEC_CAP_DR1 codecs. 15 years ago
Michael Niedermayer 3bc4e21b7b Document the frames returned by the decoder better. 15 years ago
James Zern ee0e91462c VP8 encoding via libvpx. 15 years ago
Stefano Sabatini 94f4982350 Fix misc typos. 15 years ago
Alex Converse 7caee063a0 aacdec: Work around illegal files with all elem_id tags set to the same value. 15 years ago
Måns Rullgård c0f8ee0fd7 ARM: struct offsets for Apple ABI 15 years ago
Måns Rullgård 30d87675f1 ARM: remove some unnecessary ifdefs, fix implicit declaration warnings 15 years ago
Måns Rullgård 68dacb4e3b ARM: check struct offsets only when they are used 15 years ago
Stefano Sabatini 48a783f3d7 Remove weird empty line and perform vertical align. 15 years ago
Jason Garrett-Glaser 652d9d24dc Properly initialize x264_picture_t in libx264. 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 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
David Conrad 6a7d7b88af arm neon: Add missing mangle to external symbol 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 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
Baptiste Coudurier 9ad7dfc110 Pass codec pixel format list to get_format, if present, fix vdpau decoding 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
Måns Rullgård 41331b65f2 ARM: NEON optimised dct_unquantize_h263_{intra,inter} 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