summaryrefslogtreecommitdiff
path: root/libavformat/crc.c
Commit message (Expand)AuthorAgeFilesLines
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* simplifyMichael Niedermayer2006-07-191-1/+1
* move adler32 to libavutilMåns Rullgård2006-07-131-42/+4
* allow individual selection of muxers and demuxersMåns Rullgård2006-07-101-12/+10
* give AVInput/OutputFormat structs consistent namesMåns Rullgård2006-07-091-4/+4
* Put muxer-specific code parts in #ifdef CONFIG_MUXERS.Diego Biurrun2006-01-191-0/+2
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-121-1/+1
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-1/+1
* use PRIxN, %zd, %td formats where neededMåns Rullgård2005-12-121-1/+1
* per frame crc supportMichael Niedermayer2005-11-051-1/+26
* pass AVPacket into av_write_frame()Michael Niedermayer2004-05-291-4/+2
* checksuming for nut & nice checksum API for libavformatMichael Niedermayer2004-04-051-3/+3
* 64 bit pts for writing - more const usageFabrice Bellard2003-09-101-2/+2
* * UINTX -> uintx_t INTX -> intx_tZdenek Kabelac2003-02-111-2/+2
* renamed libav to libavformatFabrice Bellard2002-11-251-0/+111