| Commit message (Expand) | Author | Age | Files | Lines |
* | add FLV decoder metadata parsing | Allan Hsu | 2006-12-12 | 1 | -66/+175 |
* | gcc 2.95 fix | Michael Niedermayer | 2006-12-12 | 1 | -1/+1 |
* | rewrite r_frame_rate selectioon code again | Michael Niedermayer | 2006-12-11 | 1 | -31/+28 |
* | remove useless sampleDuration | Baptiste Coudurier | 2006-12-11 | 1 | -3/+0 |
* | check codec frame size directly and only for audio | Baptiste Coudurier | 2006-12-11 | 1 | -4/+4 |
* | move duration finding code into read_packet() so it can be skiped if duration... | Michael Niedermayer | 2006-12-10 | 1 | -12/+15 |
* | use amf_get_string() | Michael Niedermayer | 2006-12-10 | 1 | -8/+2 |
* | cosmetics | Michael Niedermayer | 2006-12-10 | 1 | -4/+2 |
* | amf_get_string() by Allan Hsu allan aat counterpop doot net | Michael Niedermayer | 2006-12-10 | 1 | -0/+16 |
* | get rid of AVFMTCTX_NOHEADER, create streams in read_header() | Michael Niedermayer | 2006-12-10 | 1 | -10/+19 |
* | set flags correctly in write header instead of seeking back and fixing it in ... | Michael Niedermayer | 2006-12-10 | 1 | -14/+12 |
* | use standard INT64_MAX instead of MAXINT64 (and MIN) | Måns Rullgård | 2006-12-07 | 2 | -12/+4 |
* | use the standard INT64_C() macro for 64-bit constants | Måns Rullgård | 2006-12-06 | 8 | -16/+16 |
* | cosmetics, remove braces, remove spaces just inside parens | Baptiste Coudurier | 2006-12-06 | 1 | -4/+2 |
* | do not truncate pts/dts if value is AV_NOPTS_VALUE, patch by Andy Parkins, an... | Andy Parkins | 2006-12-06 | 1 | -2/+6 |
* | Defines various common FLV format values between the FLV muxer and demuxer | Allan Hsu | 2006-12-06 | 3 | -54/+157 |
* | Minor modifications to handle mms streaming. | Ryan Martell | 2006-12-04 | 2 | -4/+7 |
* | probe with some success image files not containing number pattern but having ... | Baptiste Coudurier | 2006-12-04 | 1 | -4/+7 |
* | Do not touch pkt->pts | Kostya Shishkov | 2006-12-03 | 1 | -16/+2 |
* | Some VQA v1 files don't have audio stream | Kostya Shishkov | 2006-12-03 | 1 | -1/+1 |
* | Simplify the Sega FILM/CPK demuxer to not modify the bastardized Cinepak stream. | Mike Melanson | 2006-12-02 | 1 | -18/+3 |
* | Fix wrong flags for S16LE and S16BE audio in FLV files. | Allan Hsu | 2006-12-01 | 1 | -2/+2 |
* | Fix compile with --disable-muxers, patch by Loïc Le Loarer, lll+ffmpeg m4x org. | Loïc Le Loarer | 2006-11-30 | 1 | -4/+6 |
* | Better VQA demuxer | Kostya Shishkov | 2006-11-29 | 1 | -38/+69 |
* | matroska: scale timecode according to time_scale | Aurelien Jacobs | 2006-11-28 | 1 | -1/+1 |
* | move source_package declaration in the loop and reset it each iteration | Baptiste Coudurier | 2006-11-28 | 1 | -1/+1 |
* | readjust dts if negative | Baptiste Coudurier | 2006-11-28 | 1 | -2/+12 |
* | cleanup the #ifdef mess in muxer/demuxer registration | Aurelien Jacobs | 2006-11-27 | 1 | -417/+112 |
* | No need for special trick anymore for flac in matroska. | Aurelien Jacobs | 2006-11-23 | 1 | -8/+0 |
* | Set CODEC_TYPE_DATA for timecode tracks. | Reimar Döffinger | 2006-11-22 | 1 | -0/+7 |
* | Set st->need_parsing = 2 for MPEG-content. | Reimar Döffinger | 2006-11-22 | 1 | -0/+2 |
* | add support for FLAC in matroska | Aurelien Jacobs | 2006-11-21 | 1 | -0/+9 |
* | move common voc muxer and demuxer data to voc.c | Aurelien Jacobs | 2006-11-21 | 5 | -35/+42 |
* | split voc.c into vocdec.c and vocenc.c | Aurelien Jacobs | 2006-11-21 | 4 | -107/+138 |
* | add support for tta in matroska | Aurelien Jacobs | 2006-11-20 | 1 | -0/+18 |
* | cosmetics: reindent after last commit | Aurelien Jacobs | 2006-11-20 | 1 | -7/+7 |
* | matroska: split real video frames so that each packet contains only one slice | Aurelien Jacobs | 2006-11-20 | 1 | -7/+32 |
* | matroska: properly handle real video extradata | Aurelien Jacobs | 2006-11-20 | 1 | -1/+8 |
* | simplify free()+set to NULL using av_freep() | Aurelien Jacobs | 2006-11-20 | 1 | -2/+1 |
* | Identation | Kostya Shishkov | 2006-11-19 | 1 | -7/+7 |
* | Divide first audio buffer chunk into atomary bufffers. | Kostya Shishkov | 2006-11-19 | 1 | -3/+34 |
* | Fix misplaced comment. | Diego Biurrun | 2006-11-18 | 1 | -2/+2 |
* | Clean up XAN DPCM hack and set codec_tag to 0 for XAN DPCM, AVI files | Diego Biurrun | 2006-11-18 | 1 | -7/+6 |
* | change mpeg4 fourcc from "mp4s" to "mp4v" | Oded Shimon | 2006-11-17 | 1 | -1/+1 |
* | update to libnut, use framecode table generator | Oded Shimon | 2006-11-17 | 1 | -29/+1 |
* | update to libnut API, changes to frame_table_input | Oded Shimon | 2006-11-17 | 1 | -26/+26 |
* | fix support for avis with sample_size > packet size | Michael Niedermayer | 2006-11-16 | 1 | -5/+6 |
* | parse video frame headers to get key flag | Baptiste Coudurier | 2006-11-16 | 1 | -0/+1 |
* | 10l forgot (skip non keyframes after seeking between syncpoint and the first ... | Michael Niedermayer | 2006-11-16 | 1 | -1/+2 |
* | print error when unsupported sample rate is used with swf | Baptiste Coudurier | 2006-11-16 | 1 | -0/+1 |