| Commit message (Expand) | Author | Age | Files | Lines |
* | fix compilation with DEBUG defined, field does not exist anymore | Baptiste Coudurier | 2009-02-10 | 1 | -1/+1 |
* | cosmetics: sample_to_chunk -> stsc | Baptiste Coudurier | 2009-02-08 | 1 | -18/+18 |
* | cosmetics: sample_to_ctime -> ctts | Baptiste Coudurier | 2009-02-08 | 1 | -11/+11 |
* | remove useless field | Baptiste Coudurier | 2009-02-08 | 1 | -2/+1 |
* | fix doxygen | Baptiste Coudurier | 2009-02-08 | 1 | -1/+1 |
* | Replace the calls to the deprecated av_alloc_format_context() with | Stefano Sabatini | 2009-02-08 | 1 | -1/+1 |
* | offset dts according to edit list, hackish but works, based on patch by Reimar | Baptiste Coudurier | 2009-02-08 | 1 | -3/+14 |
* | prevent reading more than container atom size, fix broken file broken_by_rev1... | Baptiste Coudurier | 2009-02-03 | 1 | -2/+7 |
* | seek at 0 when timestamp requested is negative | Baptiste Coudurier | 2009-01-27 | 1 | -0/+2 |
* | 'code' is used to index a table so make it unsigned | Aurelien Jacobs | 2009-01-21 | 1 | -1/+1 |
* | change sample aspect ratio test to be more clear, print old one | Baptiste Coudurier | 2009-01-20 | 1 | -3/+4 |
* | cosmetics: Remove pointless period after copyright statement non-sentences. | Diego Biurrun | 2009-01-19 | 1 | -1/+1 |
* | export gcd function as av_gcd() | Aurelien Jacobs | 2009-01-17 | 1 | -2/+2 |
* | Change semantic of CONFIG_*, HAVE_* and ARCH_*. | Aurelien Jacobs | 2009-01-13 | 1 | -7/+7 |
* | Use the dimensions in tkhd for timed text tracks | David Conrad | 2009-01-11 | 1 | -0/+7 |
* | Fix build: Add intreadwrite.h and bswap.h #includes where necessary. | Diego Biurrun | 2009-01-11 | 1 | -0/+1 |
* | move ffindex set before mov_read_default so it can be used in functions | Baptiste Coudurier | 2009-01-11 | 1 | -1/+2 |
* | Read extradata (justification, colors, fonts, etc) for mov/mp4 timed text | David Conrad | 2009-01-11 | 1 | -0/+4 |
* | only set le if value is 1, fix boom5.mov, issue #770 | Baptiste Coudurier | 2009-01-09 | 1 | -1/+2 |
* | cosmetics, remove useless parenthesis and whitespaces | Baptiste Coudurier | 2008-12-18 | 1 | -2/+2 |
* | set alac channels from extradata, fix alac mono in m4a | Baptiste Coudurier | 2008-12-18 | 1 | -1/+3 |
* | check that nb_streams is valid before setting stream, fix crash with jp2 whic... | Baptiste Coudurier | 2008-12-16 | 1 | -2/+7 |
* | parse pasp atom and set sample aspect ratio, | Baptiste Coudurier | 2008-12-11 | 1 | -0/+17 |
* | remove _t in typedef for POSIX compatibility | Baptiste Coudurier | 2008-12-11 | 1 | -53/+53 |
* | Commit last ok'ed parts of QCELP decoder and enable it. | Kenan Gillet | 2008-12-02 | 1 | -0/+2 |
* | More OKed parts of the QCELP decoder | Kenan Gillet | 2008-12-01 | 1 | -0/+1 |
* | decrease atom size, fix broken files missing version/flags | Baptiste Coudurier | 2008-11-18 | 1 | -1/+2 |
* | read itunes metadata, code based on Reimar's patch | Baptiste Coudurier | 2008-11-16 | 1 | -3/+51 |
* | simplify metadata reading | Baptiste Coudurier | 2008-11-15 | 1 | -36/+20 |
* | 10l, fix amrwb sample rate | Baptiste Coudurier | 2008-10-04 | 1 | -1/+3 |
* | set sample rate for amr to allow stream copy since no decoder is present, | Baptiste Coudurier | 2008-10-03 | 1 | -0/+3 |
* | Remove offset_t typedef and use int64_t directly instead. | Diego Biurrun | 2008-10-03 | 1 | -4/+4 |
* | Use enum typers instead of int. | Diego Pettenò | 2008-10-02 | 1 | -2/+2 |
* | support negative ctts in some way, unset wrong dts | Baptiste Coudurier | 2008-09-30 | 1 | -5/+6 |
* | stop parsing if tag size is wrongly < 8 to avoid infinite loop | Baptiste Coudurier | 2008-09-24 | 1 | -1/+1 |
* | merge amr wb case with amr nb and qcelp | Baptiste Coudurier | 2008-09-24 | 1 | -3/+1 |
* | do not override sample rate for amr nor qcelp, should fix some qcelp files at... | Baptiste Coudurier | 2008-09-24 | 1 | -2/+0 |
* | Bump Major version, this commit is almost just renaming bits_per_sample to | Luca Abeni | 2008-09-08 | 1 | -12/+12 |
* | remove vorbis dec hack, decoding will be done anyway to get frame size | Baptiste Coudurier | 2008-08-29 | 1 | -5/+0 |
* | convert every muxer/demuxer to write/read sample_aspect_ratio from/to | Aurelien Jacobs | 2008-08-23 | 1 | -1/+1 |
* | enable fl32/64 le/be in mov with stsd audio v2 | Baptiste Coudurier | 2008-08-23 | 1 | -3/+3 |
* | Make MOV demuxer handle F32BE, F32LE, F64BE and F64LE PCM audio. | Peter Ross | 2008-08-19 | 1 | -0/+6 |
* | fix if/else case | Baptiste Coudurier | 2008-08-03 | 1 | -1/+1 |
* | full lpcm support in mov audio stsd v2 | Baptiste Coudurier | 2008-08-03 | 1 | -2/+37 |
* | support big endian lpcm with audio stsd v2 | Baptiste Coudurier | 2008-08-02 | 1 | -2/+4 |
* | keep original codec/fourcc endianness, fix XDCAMHD.mov | Baptiste Coudurier | 2008-08-02 | 1 | -1/+3 |
* | more complete audio stsd v2 | Baptiste Coudurier | 2008-08-02 | 1 | -3/+3 |
* | move version specific parsing code before codec specific code, will be needed | Baptiste Coudurier | 2008-08-02 | 1 | -20/+20 |
* | downgrade mov negative ctts log message to warning, patch by Art Clarke, acla... | Art Clarke | 2008-07-31 | 1 | -1/+1 |
* | Use tkhd matrix for proper display in mov. | John Schmiederer | 2008-07-24 | 1 | -5/+34 |