summaryrefslogtreecommitdiffstats
path: root/libavcodec/h261enc.c
Commit message (Expand)AuthorAgeFilesLines
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-281-1/+1
* Fix grammar errors in documentationMåns Rullgård2010-06-301-1/+1
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-1/+1
* Add include necessary for ff_set_qscaleReimar Döffinger2010-02-061-0/+1
* Mark all pix_fmts and supported_framerates compound literals as const.Reimar Döffinger2009-09-061-1/+1
* Remove unused variable from h261_encode_block() found by CSA.Michael Niedermayer2009-04-171-2/+1
* Rename pbBufPtr() to put_bits_ptr().Stefano Sabatini2009-04-131-1/+1
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* bitstream: move put_sbits() from flacenc.c to bitstream.h and use itRamiro Polla2008-07-131-2/+2
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-121-1/+1
* Replace some occurrences of -1 with PIX_FMT_NONE.Carl Eugen Hoyos2008-05-111-1/+1
* Add long names to many AVCodec declarations.Stefano Sabatini2008-04-271-0/+1
* move definition of MB_TYPE_H261_FIL to h261.h so h261.c doesn'tMåns Rullgård2007-06-161-1/+1
* Split the h261.c file into separate files for the encoder, decoder and common...Panagiotis Issaris2007-05-211-0/+334
OpenPOWER on IntegriCloud