| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | cosmetics, remove space | Baptiste Coudurier | 2008-07-18 | 1 | -1/+1 |
* | Return max score when ftyp atom is encountered. | Baptiste Coudurier | 2008-07-18 | 1 | -1/+1 |
* | chinese avs demuxing support, demux AVSFileFormat.mp4 | Baptiste Coudurier | 2008-06-22 | 1 | -0/+1 |
* | uniformize AVStream->priv_data freeing in av_close_input_stream | Baptiste Coudurier | 2008-06-20 | 1 | -1/+0 |
* | free private streamcontext when closing demuxer, fix memory leak, patch by Ar... | Art Clarke | 2008-06-18 | 1 | -0/+1 |
* | Make long_names in lavf/lavdev optional depending on CONFIG_SMALL. | Stefano Sabatini | 2008-06-03 | 1 | -1/+1 |
* | aac chan config is 0 if bitstream contains program_config_element | Baptiste Coudurier | 2008-05-26 | 1 | -1/+1 |
* | free moov and cmov when error occurs, fix memleak, patch by Albert Astals Cid... | Albert Astals Cid | 2008-05-22 | 1 | -3/+4 |
* | only print debug info when sample is actually added | Baptiste Coudurier | 2008-05-20 | 1 | -4/+5 |
* | warn about multiple fourcc | Baptiste Coudurier | 2008-05-20 | 1 | -0/+1 |
* | demux all stsd ids if codec is the same, fix premature_mov_ending.mov, closes... | Baptiste Coudurier | 2008-05-20 | 1 | -3/+5 |
* | Use full path for #includes from another directory. | Diego Biurrun | 2008-05-09 | 1 | -2/+2 |
* | set pkt duration, only when dts == pts though, | Henrik Gulbrandsen | 2008-04-26 | 1 | -0/+4 |
* | yes it is true for mp4 | Baptiste Coudurier | 2008-04-25 | 1 | -1/+1 |
* | remove unneeded variable | Baptiste Coudurier | 2008-04-25 | 1 | -4/+1 |
* | move vars decls where vars are used | Baptiste Coudurier | 2008-04-25 | 1 | -7/+7 |
* | set channels and sample rate from mpeg4audio config | Baptiste Coudurier | 2008-04-25 | 1 | -4/+12 |
* | parse mpeg4audio config to correctly detect mp3on4, fix iso mp3on4 reference ... | Baptiste Coudurier | 2008-04-25 | 1 | -3/+16 |
* | update doc | Baptiste Coudurier | 2008-04-25 | 1 | -1/+0 |
* | error is -1 | Baptiste Coudurier | 2008-04-25 | 1 | -1/+1 |
* | cosmetics | Baptiste Coudurier | 2008-04-25 | 1 | -1/+1 |
* | move vars decls where vars are used | Baptiste Coudurier | 2008-04-25 | 1 | -9/+6 |
* | parser should not be needed anymore, merge cases and set frame size for amr too | Baptiste Coudurier | 2008-04-25 | 1 | -2/+1 |
* | lower frame size to split amr/qcelp/gsm frames | Baptiste Coudurier | 2008-04-25 | 1 | -1/+1 |
* | align and remove useless braces | Baptiste Coudurier | 2008-04-25 | 1 | -8/+6 |
* | cosmetics, remove whitespaces in tags | Baptiste Coudurier | 2008-04-25 | 1 | -69/+69 |
* | set gsm default frame size and bytes per frame, needed by old qt format, fix ... | Baptiste Coudurier | 2008-04-25 | 1 | -0/+4 |
* | demux qcelp, so this can work with soc decoder and stream copy | Baptiste Coudurier | 2008-04-24 | 1 | -1/+5 |
* | set alac frame size from extradata | Baptiste Coudurier | 2008-04-24 | 1 | -0/+4 |
* | Fix probe for mov00003.mqv. | Michael Niedermayer | 2008-04-15 | 1 | -0/+1 |