Mercurial > libavcodec.hg
graph
-
aacdec: Work around illegal files with all elem_id tags set to the same value. libavcodecThu, 03 Jun 2010 02:17:49 +0000, by alexc
-
ARM: remove some unnecessary ifdefs, fix implicit declaration warnings libavcodecWed, 02 Jun 2010 22:07:54 +0000, by mru
-
ARM: check struct offsets only when they are used libavcodecWed, 02 Jun 2010 22:05:25 +0000, by mru
-
Remove weird empty line and perform vertical align. libavcodecWed, 02 Jun 2010 22:00:53 +0000, by stefano
-
Properly initialize x264_picture_t in libx264. libavcodecWed, 02 Jun 2010 20:05:27 +0000, by darkshikari
-
ARM: fail build if hardcoded struct offsets are wrong libavcodecWed, 02 Jun 2010 18:49:53 +0000, by mru
-
Avoid division by zero that caused noise, typically at the beginning or libavcodecWed, 02 Jun 2010 16:09:19 +0000, by cehoyos
-
Make avcodec_string() use av_get_codec_tag_string(). libavcodecWed, 02 Jun 2010 10:54:50 +0000, by stefano
-
Implement av_get_codec_tag_string() and use it in ffprobe. libavcodecWed, 02 Jun 2010 10:54:45 +0000, by stefano
-
arm neon: Add missing mangle to external symbol libavcodecTue, 01 Jun 2010 20:59:06 +0000, by conrad
-
Move get_buffer() calls from decode_init() to decode_frame(). Anything else is libavcodecTue, 01 Jun 2010 16:36:36 +0000, by rbultje
-
Cosmetics: reindent and break some overly long line. libavcodecTue, 01 Jun 2010 08:07:17 +0000, by stefano
-
Cosmetics: rename ff_parse_expr() and ff_parse_and_eval_expr() parameters: libavcodecTue, 01 Jun 2010 08:07:12 +0000, by stefano
-
Make ff_parse_expr() and ff_parse_and_eval_expr() return an int libavcodecTue, 01 Jun 2010 08:07:07 +0000, by stefano
-
Pass codec pixel format list to get_format, if present, fix vdpau decoding libavcodecMon, 31 May 2010 22:01:31 +0000, by bcoudurier
-
Make dequantization equation use less registers on some CPUs. libavcodecSun, 30 May 2010 23:57:51 +0000, by maxim
-
ARM: NEON optimised dct_unquantize_h263_{intra,inter} libavcodecSat, 29 May 2010 15:29:40 +0000, by mru
-
321l: do not use shifted s->linesize instead of correct s->uvlinesize. libavcodecSat, 29 May 2010 07:28:24 +0000, by kostya
-
In h264 decoder, use jpeg yuv pixel format when full range is set in vui libavcodecFri, 28 May 2010 23:15:30 +0000, by bcoudurier
-
aacenc: Remove an unnecessary division from the TLS. libavcodecFri, 28 May 2010 21:29:56 +0000, by alexc
-
aacenc: Remove unnecessary variables and scopes in the TLS. libavcodecFri, 28 May 2010 20:42:01 +0000, by alexc
-
Cleanup prev commit, flag variable should start with 0 libavcodecFri, 28 May 2010 20:14:14 +0000, by hyc