| Commit message (Expand) | Author | Age | Files | Lines |
* | Try to find out correct start time to make seeking faster and add some | Reimar Döffinger | 2006-07-23 | 3 | -5/+34 |
* | fix regression failure after adler simplification | Michael Niedermayer | 2006-07-20 | 2 | -3/+3 |
* | GXF muxer | Baptiste Coudurier | 2006-07-19 | 5 | -0/+844 |
* | simplify | Michael Niedermayer | 2006-07-19 | 1 | -1/+1 |
* | Fix memleak, patch by I. Po % yyymmmm # gmail O com % | I. Po | 2006-07-19 | 1 | -1/+4 |
* | simplify b64_encode() | Michael Niedermayer | 2006-07-18 | 1 | -23/+9 |
* | add header info to flv format based on a patch by (Philipp Klaus >ffmpegdevel... | Michael Niedermayer | 2006-07-17 | 1 | -5/+93 |
* | fix playback of theora.ogg on mphq patch by (matthieu castet %% castet dat ma... | Matthieu Castet | 2006-07-17 | 1 | -1/+1 |
* | replace -D_GNU_SOURCE with -D_ISOC9X_SOURCE to avoid accidental use | Måns Rullgård | 2006-07-13 | 1 | -1/+1 |
* | move adler32 to libavutil | Måns Rullgård | 2006-07-13 | 4 | -47/+9 |
* | add loop_input to AVFormatContext, getting rid of old hack | Víctor Paesa | 2006-07-13 | 3 | -10/+6 |
* | add lost raw pcm input/output formats | Måns Rullgård | 2006-07-13 | 2 | -0/+64 |
* | nut needs crc.o | Måns Rullgård | 2006-07-12 | 1 | -2/+2 |
* | move common stuff from avienc.c and wav.c to new file riff.c | Måns Rullgård | 2006-07-12 | 23 | -498/+528 |
* | CONFIG_WIN32 implies MinGW and Cygwin and possibly more, so use just | Diego Biurrun | 2006-07-11 | 2 | -7/+7 |
* | CONFIG_AIFF_DEMUXER vs CONFIG_AIFF_MUXER typo | Diego Biurrun | 2006-07-11 | 1 | -1/+1 |
* | allow individual selection of muxers and demuxers | Måns Rullgård | 2006-07-10 | 68 | -957/+818 |
* | assign exact codec id, needed when stream copy | Baptiste Coudurier | 2006-07-10 | 1 | -1/+1 |
* | give AVInput/OutputFormat structs consistent names | Måns Rullgård | 2006-07-09 | 70 | -292/+292 |
* | remove STATS code (probably hasnt been used for years ..., and its not comple... | Michael Niedermayer | 2006-07-09 | 1 | -3/+0 |
* | simplify, use LE_32, BE_32 macros | Baptiste Coudurier | 2006-07-08 | 1 | -12/+2 |
* | Etsi identifies DTS audio with stream_private+descriptor 0x7b (in the PMT). | Nico Sabbi | 2006-07-08 | 1 | -2/+6 |
* | clean up useless code | Baptiste Coudurier | 2006-07-08 | 1 | -20/+0 |
* | better handling of partial files | Baptiste Coudurier | 2006-07-08 | 1 | -5/+6 |
* | new mov_read_packet, mov_read_seek, fix seeking in ni mov, fix demuxing adpcm | Baptiste Coudurier | 2006-07-08 | 1 | -428/+228 |
* | set proper bits_per_sample value for ADPCM codecs | Aurelien Jacobs | 2006-07-08 | 1 | -1/+1 |
* | simplify the voc demuxer using av_get_bits_per_sample() | Aurelien Jacobs | 2006-07-07 | 1 | -13/+1 |
* | av_get_bits_per_sample and due simplifications | Baptiste Coudurier | 2006-07-07 | 2 | -57/+6 |
* | add MS ADPCM fourcc | Baptiste Coudurier | 2006-07-07 | 1 | -0/+1 |
* | skip others fourcc, if present | Baptiste Coudurier | 2006-07-07 | 1 | -0/+6 |
* | clean | Baptiste Coudurier | 2006-07-07 | 1 | -5/+0 |
* | typo fix | Baptiste Coudurier | 2006-07-06 | 1 | -1/+1 |
* | 10l, all modes is 0x81FF | Baptiste Coudurier | 2006-07-06 | 1 | -1/+1 |
* | simplify and write correct values conforming to specs | Baptiste Coudurier | 2006-07-06 | 1 | -20/+8 |
* | check for unparsed AMR input | Michael Niedermayer | 2006-07-06 | 1 | -0/+4 |
* | vbr requires version=1 and samplesize=0 per QT spec | Michael Niedermayer | 2006-07-06 | 1 | -11/+8 |
* | Fix compilation with --disable-muxers. | Gianluigi Tiesi | 2006-07-05 | 1 | -1/+1 |
* | cosmetics: Break overly long lines. | Diego Biurrun | 2006-07-05 | 1 | -2/+5 |
* | write exact values for audio stsd v1 | Baptiste Coudurier | 2006-07-04 | 1 | -42/+42 |
* | attempt to detect Chinese AVS video | Måns Rullgård | 2006-07-03 | 1 | -1/+8 |
* | add GXF demuxer | Reimar Döffinger | 2006-07-03 | 4 | -1/+264 |
* | kill warnings | Måns Rullgård | 2006-07-02 | 1 | -5/+7 |
* | Woops, this file was supposed to be added in r5556: "Move initialisations and... | Guillaume Poirier | 2006-06-30 | 1 | -0/+184 |
* | Move initialisations and internal symbols in allformats.h, | Diego Pettenò | 2006-06-30 | 8 | -176/+7 |
* | extradata may be used as bitstream reader input so allocate with padding | Måns Rullgård | 2006-06-29 | 1 | -1/+2 |
* | detect audio-only program streams and broken files made by VDR | Måns Rullgård | 2006-06-29 | 1 | -9/+9 |
* | do not fail av_find_stream_info() if params for all streams could not be found | Måns Rullgård | 2006-06-29 | 1 | -3/+2 |
* | detect MPEG PES streams as MPEG PS; the PS demuxer will cope | Måns Rullgård | 2006-06-28 | 1 | -1/+4 |
* | Properly set the image depth | Luca Abeni | 2006-06-28 | 1 | -4/+12 |
* | dont read over the end of a data chunk and at the end search for the next | Michael Niedermayer | 2006-06-28 | 1 | -2/+16 |