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