| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | remove useless close function | Baptiste Coudurier | 2008-02-25 | 1 | -6/+1 |
* | indentation | Baptiste Coudurier | 2008-02-25 | 1 | -39/+39 |
* | remove useless casts | Baptiste Coudurier | 2008-02-25 | 1 | -3/+3 |
* | cosmetics | Baptiste Coudurier | 2008-02-25 | 1 | -17/+6 |
* | remove useless tags, codec_get_id matches independently and qt uses lower cas... | Baptiste Coudurier | 2008-02-25 | 1 | -2/+0 |
* | set bps to uncompressed original sound data for compressed audio | Baptiste Coudurier | 2008-02-25 | 1 | -1/+6 |
* | fix duration for ima4 | Baptiste Coudurier | 2008-02-25 | 1 | -1/+3 |
* | ima4 in aiff support | Baptiste Coudurier | 2008-02-25 | 1 | -3/+11 |
* | Install headers in $prefix/include/$libname | Måns Rullgård | 2008-02-25 | 1 | -1/+1 |
* | cosmetics: Sort and prettyprint codec_wav_tags[]. | Diego Biurrun | 2008-02-24 | 1 | -35/+35 |
* | Set indexmem to a saner default. | Michael Niedermayer | 2008-02-24 | 1 | -1/+1 |
* | Fix issue357 | Michael Niedermayer | 2008-02-24 | 1 | -1/+7 |
* | flv/swf do not have a big endian codec id, they only support | Michael Niedermayer | 2008-02-24 | 3 | -6/+6 |
* | Riff ids for wmapro and wmavoice, this adds support for stream copy of these ... | Benjamin Larsson | 2008-02-23 | 1 | -0/+2 |
* | treat stream_type==0x82 as AUDIO_DTS when the program has a REGISTRATION_DESC... | Nico Sabbi | 2008-02-23 | 2 | -0/+28 |
* | revert 12156 | Michael Niedermayer | 2008-02-20 | 2 | -23/+11 |
* | Fix computation of the "NTP time" field in RTCP SR packets, and do not | Luca Abeni | 2008-02-20 | 1 | -2/+9 |
* | Get rid of a fake timestamp discontinuity at the begin of V.VOB. | Michael Niedermayer | 2008-02-20 | 1 | -2/+3 |
* | Make timestamp interpolation work with mpeg2 field pictures. | Michael Niedermayer | 2008-02-20 | 2 | -11/+23 |
* | Clean up lib* version definitions | Måns Rullgård | 2008-02-19 | 1 | -2/+4 |
* | Fix ;; | Michael Niedermayer | 2008-02-19 | 1 | -1/+1 |
* | Add some const, fixes warnings: | Reimar Döffinger | 2008-02-19 | 2 | -4/+4 |
* | Missing const, fix warnings: | Reimar Döffinger | 2008-02-19 | 1 | -2/+2 |
* | Fix misplaced const, avoids a cast-discards-qualifiers warning | Reimar Döffinger | 2008-02-19 | 1 | -1/+1 |
* | const | Michael Niedermayer | 2008-02-19 | 2 | -14/+14 |
* | Fix timestamps and durations if the first packets have no durations nor times... | Michael Niedermayer | 2008-02-15 | 1 | -0/+21 |
* | It appears last_pts was not set ... | Michael Niedermayer | 2008-02-15 | 1 | -0/+1 |
* | Header elision muxing support. | Michael Niedermayer | 2008-02-15 | 1 | -3/+162 |
* | Elision header demuxing support. | Michael Niedermayer | 2008-02-15 | 2 | -5/+45 |
* | Read match time delta in the frame header. | Michael Niedermayer | 2008-02-13 | 1 | -0/+2 |
* | Read match_time_delta in the framecode table. | Michael Niedermayer | 2008-02-13 | 1 | -1/+4 |
* | update flags | Michael Niedermayer | 2008-02-13 | 1 | -0/+2 |
* | honor stsd v1 first, fix mace surge-2-8-MAC3.mov, beware of mulaw,alaw | Baptiste Coudurier | 2008-02-13 | 1 | -5/+5 |
* | 10l, forgot alaw/mulaw mono, use bits_per_sample in fact, | Baptiste Coudurier | 2008-02-13 | 1 | -2/+1 |
* | Include poll.h instead of sys/poll.h | Luca Abeni | 2008-02-13 | 2 | -5/+5 |
* | warn use if edit list is not starting at 0, a/v desync might occur | Baptiste Coudurier | 2008-02-13 | 1 | -1/+5 |
* | remove now useless code | Baptiste Coudurier | 2008-02-13 | 1 | -12/+0 |
* | remove messy and not always correct chunk size workaround, use correct values... | Baptiste Coudurier | 2008-02-13 | 1 | -28/+17 |
* | typo fix: inited --> initialized | Diego Biurrun | 2008-02-13 | 2 | -6/+6 |
* | return error when dv audio extraction fails | Baptiste Coudurier | 2008-02-11 | 1 | -1/+3 |
* | remove obsolete comments | Baptiste Coudurier | 2008-02-11 | 1 | -2/+0 |
* | remove useless braces | Baptiste Coudurier | 2008-02-11 | 1 | -2/+1 |
* | cosmetics, indentation, braces | Baptiste Coudurier | 2008-02-11 | 1 | -10/+8 |