| Commit message (Expand) | Author | Age | Files | Lines |
* | cosmetics: Consistently move NAME and FFLIBS to the top of each Makefile. | Diego Biurrun | 2008-03-08 | 1 | -4/+3 |
* | __stdcall -> WINAPI | Ramiro Polla | 2008-03-07 | 1 | -1/+1 |
* | simplify library version handling | Måns Rullgård | 2008-03-07 | 1 | -2/+0 |
* | Add 'disposition' bitfield to AVStream and use it for both muxing and demuxing | Evgeniy Stepanov | 2008-03-07 | 7 | -1/+100 |
* | consolidate CFLAGS, LDFLAGS, EXTRALIBS assignment | Måns Rullgård | 2008-03-06 | 1 | -5/+2 |
* | do not reset duration_error for all streams, only reset current stream, fix w... | Baptiste Coudurier | 2008-03-06 | 1 | -1/+1 |
* | support AVDISCARD_ALL | Baptiste Coudurier | 2008-03-06 | 1 | -0/+3 |
* | Skip over unknown extended_content_header tags. | Michael Niedermayer | 2008-03-06 | 1 | -1/+2 |
* | simplify | Michael Niedermayer | 2008-03-06 | 1 | -2/+2 |
* | Set TCP protocol to is_streamed=1 as seeking is not possible. | Diego Biurrun | 2008-03-05 | 1 | -0/+1 |
* | Add some information about the stream bitrate, if available | Luca Abeni | 2008-03-05 | 1 | -0/+3 |
* | Subtitle support. (untested) | Michael Niedermayer | 2008-03-05 | 4 | -2/+12 |
* | set block align for mace3/6 | Baptiste Coudurier | 2008-03-05 | 1 | -0/+4 |
* | correctly compute bit rate for compressed audio, should fix seeking in aiff | Baptiste Coudurier | 2008-03-05 | 1 | -1/+2 |
* | Ignore flags after pts/dts if there are no bytes left. | Michael Niedermayer | 2008-03-04 | 1 | -0/+4 |
* | include required headers for int64_t and AV_RB16() | Aurelien Jacobs | 2008-03-03 | 1 | -0/+3 |
* | avi.h does not use anything from avcodec.h. | Aurelien Jacobs | 2008-03-03 | 1 | -2/+0 |
* | Fix decoding of interlaced gif, e.g. http://samples.mplayerhq.hu/GIF/7up.gif | Reimar Döffinger | 2008-03-03 | 1 | -5/+2 |
* | Use block_align as the avi spec says. | Michael Niedermayer | 2008-03-03 | 1 | -1/+3 |
* | Print slightly more useful info. | Michael Niedermayer | 2008-03-03 | 1 | -2/+2 |
* | Fallback to sample rate if bit rate is 0. This avoids 0 timebases in nut. | Michael Niedermayer | 2008-03-02 | 1 | -1/+1 |
* | factorize | Michael Niedermayer | 2008-03-02 | 1 | -6/+3 |
* | subtitles (codec tag tables still missing ...) | Michael Niedermayer | 2008-03-02 | 2 | -3/+6 |
* | Store aspect ratio in avis. | Michael Niedermayer | 2008-03-02 | 1 | -0/+32 |
* | fix wc3movie demuxer to conform to the PTS API | Mike Melanson | 2008-03-01 | 1 | -4/+4 |
* | fix the id CIN demuxer by using the pts API correctly | Mike Melanson | 2008-03-01 | 1 | -4/+4 |
* | simplification proposed by Rich | Aurelien Jacobs | 2008-03-01 | 1 | -1/+2 |
* | add cdvc | Michael Niedermayer | 2008-02-29 | 1 | -0/+1 |
* | set codec bps to grayscale bits, fix 256grey.mov | Baptiste Coudurier | 2008-02-28 | 1 | -1/+3 |
* | Add more riff IDs to support remuxing. | Benjamin Larsson | 2008-02-27 | 1 | -0/+3 |
* | add weird first atom to probe, finally fix bartjones.mov | Baptiste Coudurier | 2008-02-27 | 1 | -0/+1 |
* | free in case of multiple type == 2 | Baptiste Coudurier | 2008-02-27 | 1 | -0/+1 |
* | return error if malloc fails | Baptiste Coudurier | 2008-02-27 | 1 | -0/+2 |
* | fix possible overflow with memmove | Baptiste Coudurier | 2008-02-27 | 1 | -1/+1 |
* | makes really sure that no undefined behavior can happen | Aurelien Jacobs | 2008-02-27 | 1 | -1/+1 |
* | Avoid infinite loop. | Aurelien Jacobs | 2008-02-26 | 1 | -1/+1 |
* | less preprocessor magic in version number macros | Måns Rullgård | 2008-02-26 | 1 | -4/+10 |
* | support keyframes indexes starting at 0, broken files created by omneon, fix ... | Baptiste Coudurier | 2008-02-26 | 1 | -1/+2 |
* | support mov reference files, ref.mov/ref.m2v/ref.wav and detect BrianCox.mov | Baptiste Coudurier | 2008-02-26 | 1 | -6/+97 |
* | remove useless braces | Baptiste Coudurier | 2008-02-26 | 1 | -2/+1 |
* | indentation | Baptiste Coudurier | 2008-02-26 | 1 | -19/+19 |
* | rescale frame size, fix i.3g2 | Baptiste Coudurier | 2008-02-26 | 1 | -1/+1 |
* | move parameters reset after setting stream parameters, will need those infos | Baptiste Coudurier | 2008-02-26 | 1 | -21/+24 |
* | decode mng color decorrelation | Loren Merritt | 2008-02-26 | 1 | -0/+1 |
* | fix mace duration | Baptiste Coudurier | 2008-02-25 | 1 | -0/+4 |
* | protect malloc overflow | Baptiste Coudurier | 2008-02-25 | 1 | -0/+2 |
* | indentation | Baptiste Coudurier | 2008-02-25 | 1 | -10/+10 |
* | fail if extradata cannot be allocated | Baptiste Coudurier | 2008-02-25 | 1 | -23/+14 |
* | 10l, protect malloc overflow | Baptiste Coudurier | 2008-02-25 | 1 | -0/+2 |
* | support QDM2 in aiff, QDM2.aif | Baptiste Coudurier | 2008-02-25 | 1 | -0/+8 |