7 Commits (5b2bb2c906d1b20234c22e2ce21cc9d9a7b4a44a)

Author SHA1 Message Date
Stefano Sabatini 162d4fc99d Add long names to AVCodec declarations. 17 years ago
Zuxy Meng 98a6fff98c Apply 'cold' attribute to init/uninit functions in libavcodec 17 years ago
Reimar Döffinger 816ebf9320 Remove duplicate ; 17 years ago
Michael Niedermayer 7993df6527 consts 17 years ago
Måns Rullgård 7c8b273bbe indent 18 years ago
Måns Rullgård ebccac06ff remove useless LclDecContext.avctx field 18 years ago
Måns Rullgård 00eb27f111 split lcl.c into lcldec.c, lclenc.c, lcl.h 18 years ago
Diego Biurrun e5a389a1b7 license header consistency cosmetics 18 years ago
Ramiro Polla 2c124cb65c Use AV_xx throughout libavcodec 18 years ago
Diego Biurrun 2029f312e8 Remove redundant #inclusion of common.h, avcodec.h already #includes it. 18 years ago
Nicholas Tung e4141433ea Get rid of unnecessary pointer casts. 18 years ago
Nicholas Tung 587d07227e Remove superfluous setting of has_b_frames in codecs without B-frames. 18 years ago
Diego Biurrun b78e7197a8 Change license headers to say 'FFmpeg' instead of 'this program/this library' 18 years ago
Måns Rullgård 62bb489b13 add some #ifdef CONFIG_ENCODERS/DECODERS 18 years ago
Diego Biurrun 5509bffa88 Update licensing information: The FSF changed postal address. 19 years ago
Diego Biurrun bb270c0896 COSMETICS: tabs --> spaces, some prettyprinting 19 years ago
Diego Biurrun 115329f160 COSMETICS: Remove all trailing whitespace. 19 years ago
Mike Melanson 160d679c07 Ministry of English Composition, reporting for duty (and the word is "skipped", not "skiped"; "skiped" would rhyme with "hyped") 20 years ago
Michael Niedermayer 40c5fa2689 AVOption removial patch from (James A. Morrison >ja2morri csclub.uwaterloo ca>) 20 years ago
Michael Niedermayer 934982c4ac avoid buf_size == 0 checks in every decoder 20 years ago
Roberto Togni 3048af8350 Use avcodec_check_dimensions instead of custom hack 20 years ago
Roberto Togni c31b812166 Check pointers before writing to memory, fix possible integer overflows 20 years ago
Michael Niedermayer caa336b4cc common.c -> bitstream.c (and the single non bitstream func -> utils.c) 20 years ago
Roberto Togni 61cef29379 Zlib encoder: fix image orientation (was flipped), 100l in deflate error 20 years ago
Michael Niedermayer b43b426a8b segfault fix by (Kostya <cannonball at bw-team dot com>) 20 years ago
Roberto Togni 6245598582 Right fix for older zlib version 21 years ago
Roberto Togni ccbfd4ba96 Fix for older version of zlib 21 years ago