November 3, 2011
View 988f585

Merge remote-tracking branch 'qatar/master'

Michael Niedermayer authored on 2011/11/03 10:01:37
October 31, 2011
View 2f5df0b

Replace ffmpeg references with more accurate libav* references.

Diego Biurrun authored on 2011/10/31 02:02:42
July 30, 2011
View faba79e

Merge remote-tracking branch 'qatar/master'

Michael Niedermayer authored on 2011/07/30 13:39:57
July 17, 2011
View ec6402b

lavc: use designated initialisers for all codecs.

Anton Khirnov authored on 2011/07/17 19:54:31
May 2, 2011
View 01042d4

lavc: set defaults in internal codec frames

Stefano Sabatini authored on 2011/05/02 09:15:15
April 18, 2011
View c407984

Merge remote branch 'qatar/master'

Michael Niedermayer authored on 2011/04/18 06:36:57
April 9, 2011
View 2d8591c

make containers pass palette change in AVPacket

Kostya Shishkov authored on 2011/04/09 22:49:51
March 19, 2011
View 2912e87

Replace FFmpeg with Libav in licence headers

Mans Rullgard authored on 2011/03/19 02:35:10
January 26, 2011
View e7e2df2

Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.

Diego Elio Pettenò authored on 2011/01/26 06:40:11
View d36beb3

Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.

Diego Elio Pettenò authored on 2011/01/26 06:40:11
July 1, 2010
View 49bd8e4

Fix grammar errors in documentation

Måns Rullgård authored on 2010/07/01 00:38:06
April 20, 2010
View ba87f08

Remove explicit filename from Doxygen @file commands.

Diego Biurrun authored on 2010/04/20 23:45:34
March 31, 2010
View 72415b2

Define AVMediaType enum, and use it instead of enum CodecType, which is deprecated and will be dropped at the next major bump.

Stefano Sabatini authored on 2010/03/31 08:30:55
July 23, 2009
View 3aab27b

Remove useless #include <unistd.h> from many files

Måns Rullgård authored on 2009/07/23 08:37:53
April 8, 2009
View 7a00bba

Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an AVPacket argument rather than a const uint8_t *buf + int buf_size. This allows passing of packet-specific flags from demuxer to decoder, such as the keyframe flag, which appears necessary to playback corePNG P-frames.

Thilo Borgmann authored on 2009/04/08 00:59:50