Age | Commit message (Expand) | Author |
2011-07-30 | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer |
2011-07-29 | lavc: use designated initialisers for all codecs. | Anton Khirnov |
2011-05-07 | lavc: set defaults in internal codec frames | Stefano Sabatini |
2011-05-02 | replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_* | Stefano Sabatini |
2011-05-02 | Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*. | Stefano Sabatini |
2011-04-30 | Merge remote branch 'qatar/master' | Michael Niedermayer |
2011-04-29 | Remove some disabled printf debug cruft. | Diego Biurrun |
2011-03-19 | Replace FFmpeg with Libav in licence headers | Mans Rullgard |
2011-03-03 | huffyuv: Add multithreading support | Alexander Strange |
2011-03-01 | huffyuv: Add multithreading support | Alexander Strange |
2011-01-28 | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò |
2011-01-26 | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò |
2010-06-25 | huffyuv: remove unnecessary size argument from generate_len_table() | Måns Rullgård |
2010-06-25 | huffyuv: make VLAs fixed size | Måns Rullgård |
2010-04-20 | Remove explicit filename from Doxygen @file commands. | Diego Biurrun |
2010-04-17 | Add const to some pointer parameters. | Michael Kaufmann |
2010-04-12 | Extradata length checks for Huffyuv. | Michael Kaufmann |
2010-03-30 | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini |
2010-01-14 | Implement alpha channel decoding for BGR HuffYUV. | Alexander Strange |
2009-11-16 | Use get_bits_left() instead of size_in_bits - get_bits_count(). | Ronald S. Bultje |
2009-10-16 | Huffyuv: Remove unnecessary allocation in alloc_temp(). | Alexander Strange |
2009-10-16 | Huffyuv: Fix a valgrind warning in get_vlc2(). | Alexander Strange |
2009-10-16 | Release unreleased buffers found by make test. | Carl Eugen Hoyos |
2009-10-06 | Move HuffYUV left prediction to dsputil. | Nathan Caldwell |
2009-09-06 | Mark all pix_fmts and supported_framerates compound literals as const. | Reimar Döffinger |
2009-07-26 | Replace WORDS_BIGENDIAN with HAVE_BIGENDIAN | Måns Rullgård |
2009-07-04 | fix a buffer overrun on corrupt huffyuv streams | Loren Merritt |
2009-07-01 | indent | Michael Niedermayer |
2009-07-01 | Make sure we dont read over the end. | Michael Niedermayer |
2009-05-23 | Fix passing of unaligned addresses to dsputil diff_bytes() by | Jeff Downs |
2009-05-23 | Add offset argument to encode_422_bitstream() to control where | Jeff Downs |
2009-04-13 | Rename bitstream.h to get_bits.h. | Stefano Sabatini |
2009-04-12 | Add a av_fast_malloc function and replace several uses of av_fast_realloc, | Reimar Döffinger |
2009-04-12 | Split bitstream.h, put the bitstream writer stuff in the new file | Stefano Sabatini |
2009-04-07 | Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an | Thilo Borgmann |
2009-04-05 | Make sure the last bits of huffyuv frames are zeroed. | Michael Niedermayer |
2009-02-22 | Add missing av_cold in static init/close functions. | Daniel Verkamp |
2009-02-08 | ff_add_hfyu_median_prediction_mmx2 | Loren Merritt |
2009-02-01 | Use full internal pathname in doxygen @file directives. | Diego Biurrun |
2009-01-18 | moves mid_pred() into mathops.h (with arch specific code split by directory) | Aurelien Jacobs |
2009-01-13 | Change semantic of CONFIG_*, HAVE_* and ARCH_*. | Aurelien Jacobs |
2008-12-12 | More POSIX _t namespace cleanup. | Michael Niedermayer |
2008-09-08 | Bump Major version, this commit is almost just renaming bits_per_sample to | Luca Abeni |
2008-09-03 | Replace generic CONFIG_ENCODERS preprocessor conditionals by more specific | Diego Biurrun |
2008-09-02 | Replace generic CONFIG_DECODERS preprocessor conditionals by more specific | Diego Biurrun |
2008-06-12 | Make AVCodec long_names definition conditional depending on CONFIG_SMALL. | Stefano Sabatini |
2008-05-11 | Replace some occurrences of -1 with PIX_FMT_NONE. | Carl Eugen Hoyos |
2008-04-29 | Add long names to some AVCodec declarations. | Stefano Sabatini |
2008-03-21 | Apply 'cold' attribute to init/uninit functions in libavcodec | Zuxy Meng |
2008-02-01 | const | Michael Niedermayer |