Mercurial > libavcodec.hg
graph
-
Make sure av_new_packet() initializes the data and destruct pointers. libavcodecFri, 11 Dec 2009 21:49:30 +0000, by michael
-
(Partly) support Metasoft MJPEG Codec, fixes half of issue 1611. libavcodecThu, 10 Dec 2009 23:06:23 +0000, by cehoyos
-
Cosmetic (restructure RGB ljpeg check to be more readable) libavcodecThu, 10 Dec 2009 20:05:04 +0000, by michael
-
10l, Fix YUV ljpeg that i just broke by mistake. libavcodecThu, 10 Dec 2009 19:41:47 +0000, by michael
-
Lossless jpeg expects and uses BGRA not RGB32 (this probably caused a problem on libavcodecThu, 10 Dec 2009 18:14:26 +0000, by michael
-
End startcode prefix search at the end of a AVC unit. libavcodecWed, 09 Dec 2009 12:49:59 +0000, by michael
-
revert r20775, because equivalent code has been committed to x264 instead libavcodecWed, 09 Dec 2009 00:38:22 +0000, by lorenm
-
aac: Set sample rate in avctx from ADTS header (if not already set by some libavcodecTue, 08 Dec 2009 19:20:36 +0000, by andoma
-
Reduce warnings about too few consumed bytes to debug level. libavcodecTue, 08 Dec 2009 17:38:02 +0000, by michael
-
Make sure that compilation fails if functions like ff_put_string are used in code libavcodecMon, 07 Dec 2009 21:06:51 +0000, by reimar
-
Check transform==15 first, since it's more common than 13. libavcodecSun, 06 Dec 2009 15:31:58 +0000, by cehoyos
-
Revert r20747: It mixed functional and cosmetical changes. libavcodecSun, 06 Dec 2009 15:30:53 +0000, by cehoyos
-
slightly faster scalarproduct_and_madd_int16_ssse3 on penryn, no change on conroe libavcodecSat, 05 Dec 2009 17:53:11 +0000, by lorenm
-
r20739 broke compilation on systems without yasm libavcodecSat, 05 Dec 2009 17:51:57 +0000, by lorenm
-
Make sure the parsers do not overwrite width/height as this can interfere libavcodecSat, 05 Dec 2009 03:53:12 +0000, by michael
-
Cosmetics: remove empty definitions of hw-accelerated PixFmtInfo libavcodecFri, 04 Dec 2009 23:16:27 +0000, by stefano
-
1-13% faster apply_filter, 1-3% faster ape decoding on core2 libavcodecFri, 04 Dec 2009 15:12:09 +0000, by lorenm
-
100l trocadero: call emms_c() after doing decoding with SIMD in APE decoder libavcodecFri, 04 Dec 2009 08:18:13 +0000, by kostya
-
Make sure ff_init_qscale_tab() is called one way or another when libavcodecThu, 03 Dec 2009 21:38:10 +0000, by michael
-
Move ff_init_qscale_tab() from h263.c to mpegvideo, the function is not h263 specific. libavcodecThu, 03 Dec 2009 21:36:58 +0000, by michael
-
lzw.h does not need get_bits.h, tiff.c needs intreadwrite.h for AV_R* though libavcodecThu, 03 Dec 2009 19:19:57 +0000, by bcoudurier
-
Revert r20095: Allow compiling to vorbis again. libavcodecWed, 02 Dec 2009 23:51:15 +0000, by cehoyos
-
pass avctx as argument instead of width and height libavcodecWed, 02 Dec 2009 21:25:28 +0000, by bcoudurier
-
move private context declaration at the top libavcodecWed, 02 Dec 2009 21:01:12 +0000, by bcoudurier
-
ARM: 1l c&p fix: do not set pred16x16_plane for rv40 libavcodecWed, 02 Dec 2009 17:21:43 +0000, by mru
-
AAC: Add a global header but output not locked output configuration status. libavcodecWed, 02 Dec 2009 09:12:05 +0000, by alexc
-
Set the SBR mode to implicit on ADTS frames occurring before the output is locked. libavcodecWed, 02 Dec 2009 09:07:32 +0000, by alexc
-
Small refactoring: Instead of 4 loops for decoding AC coefficients based libavcodecWed, 02 Dec 2009 04:06:27 +0000, by melanson
-
Use a list to track which fragments coded in this frame still have libavcodecWed, 02 Dec 2009 02:30:15 +0000, by melanson
-
fix typo, ALT_BITSTREAM_WRITER_LE does not exist libavcodecTue, 01 Dec 2009 22:35:25 +0000, by bcoudurier
-
Store original width/height so that rv20 does not get stuck with some libavcodecTue, 01 Dec 2009 22:30:03 +0000, by michael
-
Make rv1/2 decoder use the next slice if needed. libavcodecTue, 01 Dec 2009 21:10:37 +0000, by michael
-
slif aka "SoftLab MPEG-2 I-frames Codec" support. libavcodecTue, 01 Dec 2009 02:07:46 +0000, by michael
-
4:2:2 4:4:4 bugfix for the error concealment code. libavcodecTue, 01 Dec 2009 01:01:37 +0000, by michael
-
Rename parameters of put_sbits() to make them consistent with those of libavcodecMon, 30 Nov 2009 23:52:28 +0000, by stefano
-
Move "slice below image" check from mpeg_decode_slice to its caller. libavcodecMon, 30 Nov 2009 23:08:25 +0000, by michael
-
Move dummy picture allocation code from mpeg1/2 to mpegvideo. libavcodecMon, 30 Nov 2009 21:22:01 +0000, by michael
-
Disable error resilience for field pictures, this was never supported, libavcodecMon, 30 Nov 2009 19:15:19 +0000, by michael
-
Set mb_y in mpeg2 field pictures like h264 does. libavcodecMon, 30 Nov 2009 19:14:00 +0000, by michael
-
Make ""MPEG motion vector out of boundary" message more verbose. libavcodecMon, 30 Nov 2009 17:29:21 +0000, by michael
-
Start decoding from seq/gop too, not just I frames. libavcodecMon, 30 Nov 2009 03:32:43 +0000, by michael
-
Fix dual prime motion compensation in field pictures. libavcodecMon, 30 Nov 2009 02:37:03 +0000, by michael
-
Use more consistent / meaningful parameter names for the libavcodecSun, 29 Nov 2009 23:01:29 +0000, by stefano
-
Print errors instead of just ignoring contradictionary values in mpeg2 silently. libavcodecSun, 29 Nov 2009 14:31:40 +0000, by michael
-
Override a few values read so as to ensure that things are not inconsistent. libavcodecSun, 29 Nov 2009 03:32:30 +0000, by michael
-
Make sure field_select is not set to nonsensical values even if unused. libavcodecSun, 29 Nov 2009 01:50:43 +0000, by michael
-
Also check the location of the picture start code and picture coding libavcodecSat, 28 Nov 2009 23:05:06 +0000, by michael
-
Check order of startcodes, ignore some obviously wrong ones. libavcodecSat, 28 Nov 2009 22:51:53 +0000, by michael
-
Move mpeg_decode_postinit() out of bitstream decoding functions, it does not libavcodecSat, 28 Nov 2009 21:32:33 +0000, by michael
-
Inline mpeg_decode_extension, will simplify future changes. libavcodecSat, 28 Nov 2009 18:57:12 +0000, by michael
-
Consistently put braces for function definitions. libavcodecSat, 28 Nov 2009 10:21:10 +0000, by stefano
-
Use pixel formats names defined in av_pix_fmt_descriptors rather than libavcodecSat, 28 Nov 2009 01:13:43 +0000, by stefano
-
Add support for hardcoding the motionpixels rgb to yuv table. libavcodecThu, 26 Nov 2009 21:20:28 +0000, by reimar
-
10l, pix_fmt should be set by the motionpixels decoder, not by the demuxer. libavcodecThu, 26 Nov 2009 21:15:06 +0000, by reimar
-
Make avcodec_get_pix_fmt_name() use av_pix_fmt_descriptors rather than libavcodecThu, 26 Nov 2009 21:04:33 +0000, by stefano
-
Allow decoders to correctly set the sample format by defaulting to libavcodecThu, 26 Nov 2009 20:46:13 +0000, by jai_menon
-
Remove x_chroma_shift and y_chroma_shift fields from PixFmtInfo, use libavcodecThu, 26 Nov 2009 20:00:03 +0000, by stefano
-
Revert "Add required header #include to fix 'make checkheaders'." libavcodecThu, 26 Nov 2009 10:06:41 +0000, by mru
-
Mark apply_mdct() function as static; it is only used within the file. libavcodecThu, 26 Nov 2009 09:55:03 +0000, by diego
-
Use av_pix_fmt_descriptors in avcodec_get_chroma_sub_sample(), rather libavcodecThu, 26 Nov 2009 00:33:19 +0000, by stefano
-
Use av_pix_fmt_descriptors in ff_is_hwaccel_pix_fmt() rather than libavcodecWed, 25 Nov 2009 23:52:20 +0000, by stefano
-
-DFRAC_BITS must be added to CPPFLAGS when compiling mpegaudio_tablegen.ho. libavcodecWed, 25 Nov 2009 23:29:36 +0000, by diego
-
Add required header #include to fix 'make checkheaders'. libavcodecWed, 25 Nov 2009 23:24:09 +0000, by diego
-
Fix nv12/nv21 handling. linesize for plane 1 should account for both chroma libavcodecWed, 25 Nov 2009 17:14:48 +0000, by ramiro
-
Support compiling against libtheora older than 1.1 libavcodecWed, 25 Nov 2009 16:00:14 +0000, by conrad
-
Make lsp2polyf() function non-static for upcoming usage in SIPR libavcodecTue, 24 Nov 2009 16:58:50 +0000, by vitor
-
Call ff_find_hwaccel() after calling avcodec_set_dimensions(). libavcodecTue, 24 Nov 2009 15:13:47 +0000, by cehoyos
-
Call avcodec_set_dimensions() instead of simply setting avctx->width/height libavcodecTue, 24 Nov 2009 06:05:41 +0000, by kostya
-
Add missing include. Fix the following compiler warnings: libavcodecMon, 23 Nov 2009 22:28:45 +0000, by vitor
-
Correct order of arguments for avcodec_check_dimensions(). libavcodecMon, 23 Nov 2009 19:24:17 +0000, by michael
-
Make sure avcodec_set_dimensions() is used when rv20 changes resolution. libavcodecMon, 23 Nov 2009 19:22:19 +0000, by michael
-
Make sorting function used in TwinVQ a shared function libavcodecSun, 22 Nov 2009 22:25:58 +0000, by vitor
-
Support 4:2:2 and 4:4:4 subsampling in libtheora encoding libavcodecSun, 22 Nov 2009 21:08:43 +0000, by conrad