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
November 21, 2009
View c7a3888

Do D10 AES3 audio conversion in-place instead of using a large on-stack buffer.

Reimar Döffinger authored on 2009/11/21 08:12:55
October 13, 2009
View 1e69999

MXF: simply ignore tracks that are invalid due to not having a valid Sequence part instead of failing completely. This partly fixes issue 1470 (broken files created by BBC ingex recorder).

Reimar Döffinger authored on 2009/10/13 17:08:10
May 30, 2009
View 9291fdf

return AVERROR_EOF

Baptiste Coudurier authored on 2009/05/30 15:16:44
May 15, 2009
View 8be080a

free Track and unset priv_data to avoid double free, fix memleak

Baptiste Coudurier authored on 2009/05/15 14:33:05
March 21, 2009
View b4800b8

protect realloc overflow

Baptiste Coudurier authored on 2009/03/21 09:50:51
February 8, 2009
View 5ac4d76

reuse MXFCodecUL for data def and simplify

Baptiste Coudurier authored on 2009/02/08 14:12:30
View 251bf87

remove implicit header inclusions from mxf.h

Baptiste Coudurier authored on 2009/02/08 13:42:38
January 20, 2009
View 406792e

cosmetics: Remove pointless period after copyright statement non-sentences.

Diego Biurrun authored on 2009/01/20 00:46:40
January 8, 2009
View 8a47ad5

use lower case x and alternate format for hex in printf

Baptiste Coudurier authored on 2009/01/08 11:57:21
View 861b4f0

print more debug information if enabled, including index

Baptiste Coudurier authored on 2009/01/08 11:54:43
October 3, 2008
View bc5c918

Remove offset_t typedef and use int64_t directly instead. The name offset_t is easily confused with the standard off_t type and *_t is POSIX reserved namespace if any POSIX header is included.

Diego Biurrun authored on 2008/10/03 19:16:29
September 18, 2008
View 5813a29

revert r14983, value is not sample aspect ratio, it is display aspect ratio

Baptiste Coudurier authored on 2008/09/18 08:14:48
September 9, 2008
View 66ec3d5

print stream index in decimal not in hex, easier for debugging

Baptiste Coudurier authored on 2008/09/09 11:56:13
September 8, 2008
View dd1c8f3

Bump Major version, this commit is almost just renaming bits_per_sample to bits_per_coded_sample but that cannot be done seperately. Patch by Luca Abeni Also reset the minor version and fix the forgotton change to libfaad. Note: The API/ABI should not be considered stable yet, there still may be a change done here or there if some developer has some cleanup ideas and patches!

Luca Abeni authored on 2008/09/08 23:24:59