| Commit message (Expand) | Author | Age | Files | Lines |
* | Make long_names in lavf/lavdev optional depending on CONFIG_SMALL. | Stefano Sabatini | 2008-06-03 | 1 | -2/+2 |
* | Correct ASF duration. | Henrik Gulbrandsen | 2008-04-21 | 1 | -2/+1 |
* | typo, typedef uint8_t GUID[16] in asf.h, and fix warning: asf-enc.c:202: warn... | Baptiste Coudurier | 2008-01-31 | 1 | -1/+1 |
* | add assert to detect invalid packet_timestamp_start/end | Michael Niedermayer | 2007-12-03 | 1 | -0/+2 |
* | correct invalid duration | Michael Niedermayer | 2007-12-03 | 1 | -2/+0 |
* | stupid code (casting of void*) found by checktree.sh | Michael Niedermayer | 2007-12-01 | 1 | -1/+1 |
* | Use dynamically allocated ByteIOContext in AVFormatContext | Björn Axelsson | 2007-11-21 | 1 | -13/+13 |
* | Fix streaming to XBox360. | Patric Stout | 2007-10-15 | 1 | -1/+4 |
* | some url_is_streamed()==1 related fixes | Michael Niedermayer | 2007-03-11 | 1 | -3/+3 |
* | move preroll_time from static variable into definition, might be a good idea ... | Alex Beregszaszi | 2007-03-07 | 1 | -4/+4 |
* | prevent audio packets from being fragmented, wmp mac doesnt seem to like that... | Michael Niedermayer | 2007-03-05 | 1 | -1/+7 |
* | create codec_comment_header which looks more like what M$ creates, sane or no... | Michael Niedermayer | 2007-03-05 | 1 | -2/+11 |
* | all asf files i have have the 2 redundant duration fields differ by the prero... | Michael Niedermayer | 2007-03-05 | 1 | -1/+1 |
* | all asf files i have have this field at 2 so lets try to change it to that ... | Michael Niedermayer | 2007-03-05 | 1 | -1/+1 |
* | all the time related fields seem to be 64bit so i guess preroll is too (this ... | Michael Niedermayer | 2007-03-05 | 1 | -2/+1 |
* | always use audio spread (instead of "video no spread" for audio ...) | Michael Niedermayer | 2007-02-12 | 1 | -19/+12 |
* | increaseing preroll time to the minimum of the asf files i have | Michael Niedermayer | 2007-02-12 | 1 | -1/+1 |
* | dont set the keyframe flag for audio as microshitty doesnt do it and some thi... | Michael Niedermayer | 2007-02-12 | 1 | -2/+6 |
* | fix broken memset(padding, 0) code | Michael Niedermayer | 2007-02-09 | 1 | -6/+10 |
* | remove senseless and wrong direct access to ByteIOContext internals | Michael Niedermayer | 2007-02-07 | 1 | -2/+2 |
* | iam pretty sure send time is dts and not pts ... | Michael Niedermayer | 2007-02-07 | 1 | -11/+3 |
* | muxing packets with unknown timestamps is not allowed | Michael Niedermayer | 2007-02-07 | 1 | -10/+2 |
* | simplify GUIDs | Michael Niedermayer | 2007-01-21 | 1 | -7/+2 |
* | fix msmpeg4v3 tag in asf | Michael Niedermayer | 2007-01-21 | 1 | -1/+0 |
* | simplify | Michael Niedermayer | 2007-01-21 | 1 | -20/+8 |
* | remove now useless codec_tag setting code in muxers | Michael Niedermayer | 2007-01-21 | 1 | -4/+0 |
* | this is wrong but it was that way before the AVCodecTag change, only reason w... | Michael Niedermayer | 2007-01-21 | 1 | -0/+1 |
* | get rid of the [4] limitation of codec tag lists | Michael Niedermayer | 2007-01-21 | 1 | -2/+2 |
* | add codec_id <-> codec_tag tables to AVIn/OutputFormat | Michael Niedermayer | 2007-01-21 | 1 | -0/+9 |
* | variable renaming: mp3lame --> libmp3lame | Diego Biurrun | 2007-01-07 | 1 | -2/+2 |
* | use the standard INT64_C() macro for 64-bit constants | Måns Rullgård | 2006-12-06 | 1 | -5/+5 |
* | replace coder/decoder file description in libavformat by muxer/demuxer | Aurelien Jacobs | 2006-10-23 | 1 | -1/+1 |
* | Change license headers to say 'FFmpeg' instead of 'this program/this library' | Diego Biurrun | 2006-10-07 | 1 | -4/+6 |
* | Fix wrong ASF duration of generated files | Brian Brice | 2006-10-01 | 1 | -2/+4 |
* | move common stuff from avienc.c and wav.c to new file riff.c | Måns Rullgård | 2006-07-12 | 1 | -1/+1 |
* | allow individual selection of muxers and demuxers | Måns Rullgård | 2006-07-10 | 1 | -3/+4 |
* | give AVInput/OutputFormat structs consistent names | Måns Rullgård | 2006-07-09 | 1 | -2/+2 |
* | Add (mostly) const to variable and parameter declaration, where a char* was | Stefan Huehner | 2006-06-17 | 1 | -2/+2 |
* | Update licensing information: The FSF changed postal address. | Diego Biurrun | 2006-01-12 | 1 | -1/+1 |
* | COSMETICS: tabs --> spaces, some prettyprinting | Diego Biurrun | 2005-12-22 | 1 | -45/+45 |
* | COSMETICS: Remove all trailing whitespace. | Diego Biurrun | 2005-12-17 | 1 | -18/+18 |
* | Replace CONFIG_ENCODERS/CONFIG_DECODERS with CONFIG_MUXERS/CONFIG_DEMUXERS | Diego Biurrun | 2005-09-23 | 1 | -2/+2 |
* | changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecCo... | Michael Niedermayer | 2005-07-17 | 1 | -4/+4 |
* | switch to native time bases | Michael Niedermayer | 2005-04-30 | 1 | -1/+1 |
* | 31_ASF_compatibility_with_WMP_and_add_index.patch by (Calcium | calcium nurs ... | Calcium | 2005-03-23 | 1 | -20/+111 |
* | .wma | Michael Niedermayer | 2005-02-07 | 1 | -2/+2 |
* | overflows | Michael Niedermayer | 2005-02-04 | 1 | -2/+2 |
* | correctly interleave packets during encoding | Michael Niedermayer | 2004-05-29 | 1 | -5/+7 |
* | pass AVPacket into av_write_frame() | Michael Niedermayer | 2004-05-29 | 1 | -6/+6 |
* | move time_base (pts_num/pts_den) from AVFormatContext -> AVStream | Michael Niedermayer | 2004-05-21 | 1 | -2/+2 |