138 Commits (1d0afec8fcfaca9736c927715ddd56a5902855ab)

Author SHA1 Message Date
Anton Khirnov ec6402b7c5 lavc: use designated initialisers for all codecs. 13 years ago
Stefano Sabatini 01042d4123 lavc: set defaults in internal codec frames 14 years ago
Stefano Sabatini ce5e49b0c2 replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_* 14 years ago
Stefano Sabatini 975a1447f7 Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*. 14 years ago
Diego Biurrun 2e15305b70 Remove some disabled printf debug cruft. 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Alexander Strange e9e9139cee huffyuv: Add multithreading support 14 years ago
Alexander Strange 76d8846c4e huffyuv: Add multithreading support 14 years ago
Diego Elio Pettenò e7e2df27f8 Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. 14 years ago
Diego Elio Pettenò d36beb3f69 Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. 14 years ago
Måns Rullgård 9502441408 huffyuv: remove unnecessary size argument from generate_len_table() 15 years ago
Måns Rullgård d45b771ca0 huffyuv: make VLAs fixed size 15 years ago
Diego Biurrun ba87f0801d Remove explicit filename from Doxygen @file commands. 15 years ago
Michael Kaufmann 22c29c36cd Add const to some pointer parameters. 15 years ago
Michael Kaufmann 2818bdf22b Extradata length checks for Huffyuv. 15 years ago
Stefano Sabatini 72415b2adb Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
Alexander Strange f267d3ac75 Implement alpha channel decoding for BGR HuffYUV. 15 years ago
Ronald S. Bultje 6e44ba1550 Use get_bits_left() instead of size_in_bits - get_bits_count(). 15 years ago
Alexander Strange 8471a1873d Huffyuv: Remove unnecessary allocation in alloc_temp(). 15 years ago
Alexander Strange 6ec8eadda4 Huffyuv: Fix a valgrind warning in get_vlc2(). 15 years ago
Carl Eugen Hoyos 0b7f39c9d4 Release unreleased buffers found by make test. 15 years ago
Nathan Caldwell 73c6f59830 Move HuffYUV left prediction to dsputil. 15 years ago
Reimar Döffinger 2ba8301769 Mark all pix_fmts and supported_framerates compound literals as const. 15 years ago
Måns Rullgård 63613fe615 Replace WORDS_BIGENDIAN with HAVE_BIGENDIAN 16 years ago
Loren Merritt e30004fa73 fix a buffer overrun on corrupt huffyuv streams 16 years ago
Michael Niedermayer fb6ecd7285 indent 16 years ago
Michael Niedermayer 37458d7e1b Make sure we dont read over the end. 16 years ago
Jeff Downs fdb699de62 Fix passing of unaligned addresses to dsputil diff_bytes() by 16 years ago
Jeff Downs aa5cfdfb4f Add offset argument to encode_422_bitstream() to control where 16 years ago
Stefano Sabatini 9106a698e7 Rename bitstream.h to get_bits.h. 16 years ago
Reimar Döffinger 238ef6dadd Add a av_fast_malloc function and replace several uses of av_fast_realloc, 16 years ago
Stefano Sabatini b275500706 Split bitstream.h, put the bitstream writer stuff in the new file 16 years ago
Thilo Borgmann 7a00bbad21 Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an 16 years ago
Michael Niedermayer 300a3d0d00 Make sure the last bits of huffyuv frames are zeroed. 16 years ago
Daniel Verkamp 5ef251e504 Add missing av_cold in static init/close functions. 16 years ago
Loren Merritt 3daa434a40 ff_add_hfyu_median_prediction_mmx2 16 years ago
Diego Biurrun bad5537e2c Use full internal pathname in doxygen @file directives. 16 years ago
Aurelien Jacobs 199436b952 moves mid_pred() into mathops.h (with arch specific code split by directory) 16 years ago
Aurelien Jacobs b250f9c66d Change semantic of CONFIG_*, HAVE_* and ARCH_*. 16 years ago
Michael Niedermayer fe5c7e588d More POSIX _t namespace cleanup. 16 years ago
Luca Abeni dd1c8f3e6e Bump Major version, this commit is almost just renaming bits_per_sample to 16 years ago
Diego Biurrun f544a5fc84 Replace generic CONFIG_ENCODERS preprocessor conditionals by more specific 16 years ago
Diego Biurrun 2a43a093ed Replace generic CONFIG_DECODERS preprocessor conditionals by more specific 16 years ago
Stefano Sabatini fe4bf37455 Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
Carl Eugen Hoyos eacced45c4 Replace some occurrences of -1 with PIX_FMT_NONE. 17 years ago
Stefano Sabatini bcdb2378f7 Add long names to some AVCodec declarations. 17 years ago
Zuxy Meng 98a6fff98c Apply 'cold' attribute to init/uninit functions in libavcodec 17 years ago
Michael Niedermayer fb2cf1bcf0 const 17 years ago
Loren Merritt 2bf4aa2e93 prevent huffyuv from generating codewords of length 32. (regression in r9069) 18 years ago
Oliver Pfister 7b62bb2b8d fix mem leak 18 years ago