Mercurial > libavcodec.hg
graph
-
Optimize 1D DCT transform used in MP{1,2,3}. Makes also this function suitable libavcodecMon, 07 Jun 2010 11:43:12 +0000, by vitor
-
10l, there is no aac.c any more, so no need for a dependency. libavcodecSun, 06 Jun 2010 19:48:50 +0000, by reimar
-
Add support to B4BY and R4BY NUT codec tags added in NUT r672. libavcodecSun, 06 Jun 2010 18:29:42 +0000, by stefano
-
Fix width computation for nv12/nv21 in ff_get_plane_bytewidth(). libavcodecSun, 06 Jun 2010 18:29:39 +0000, by stefano
-
aacdec also depends on cbrt_tables.h for hardcoded-tables. libavcodecSun, 06 Jun 2010 15:27:37 +0000, by reimar
-
aac: Move an initialization macro used only by the decoder out of the header. libavcodecSat, 05 Jun 2010 15:31:57 +0000, by alexc
-
Move eval.c and eval.h from libavcodec to libavutil, and make the eval libavcodecSat, 05 Jun 2010 12:01:28 +0000, by stefano
-
More mov rawvideo fourcc supported by the rawvideo decoder libavcodecFri, 04 Jun 2010 23:33:36 +0000, by bcoudurier
-
libvorbis: Disable strict bitrate management when not requested libavcodecFri, 04 Jun 2010 22:40:40 +0000, by conrad
-
libvorbis: OV_ECTL_RATEMANAGE_AVG is depreciated in favor of libavcodecFri, 04 Jun 2010 22:40:36 +0000, by conrad
-
Add bitexact versions of put_no_rnd_pixels8 _x2 and _y2 for vp3/theora libavcodecFri, 04 Jun 2010 04:46:26 +0000, by conrad
-
Clarify that get/release_buffer() overriding only works with CODEC_CAP_DR1 codecs. libavcodecThu, 03 Jun 2010 21:59:25 +0000, by michael
-
Document the frames returned by the decoder better. libavcodecThu, 03 Jun 2010 21:53:41 +0000, by michael
-
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