2008-03-03 |
Reimar Döffinger | Fix decoding of interlaced gif, e.g. samples.mplayerhq... |
tree | commitdiff |
2008-03-03 |
Michael Niedermayer | Use block_align as the avi spec says. |
tree | commitdiff |
2008-03-03 |
Michael Niedermayer | Print slightly more useful info. |
tree | commitdiff |
2008-03-02 |
Michael Niedermayer | Fallback to sample rate if bit rate is 0. This avoids... |
tree | commitdiff |
2008-03-02 |
Michael Niedermayer | factorize |
tree | commitdiff |
2008-03-02 |
Michael Niedermayer | subtitles (codec tag tables still missing ...) |
tree | commitdiff |
2008-03-02 |
Michael Niedermayer | Store aspect ratio in avis. |
tree | commitdiff |
2008-03-01 |
Mike Melanson | fix wc3movie demuxer to conform to the PTS API |
tree | commitdiff |
2008-03-01 |
Mike Melanson | fix the id CIN demuxer by using the pts API correctly |
tree | commitdiff |
2008-03-01 |
Aurelien Jacobs | simplification proposed by Rich |
tree | commitdiff |
2008-02-29 |
Michael Niedermayer | add cdvc |
tree | commitdiff |
2008-02-28 |
Baptiste Coudurier | set codec bps to grayscale bits, fix 256grey.mov |
tree | commitdiff |
2008-02-27 |
Benjamin Larsson | Add more riff IDs to support remuxing. |
tree | commitdiff |
2008-02-27 |
Baptiste Coudurier | add weird first atom to probe, finally fix bartjones.mov |
tree | commitdiff |
2008-02-27 |
Baptiste Coudurier | free in case of multiple type == 2 |
tree | commitdiff |
2008-02-27 |
Baptiste Coudurier | return error if malloc fails |
tree | commitdiff |
2008-02-27 |
Baptiste Coudurier | fix possible overflow with memmove |
tree | commitdiff |
2008-02-27 |
Aurelien Jacobs | makes really sure that no undefined behavior can happen |
tree | commitdiff |
2008-02-26 |
Aurelien Jacobs | Avoid infinite loop. |
tree | commitdiff |
2008-02-26 |
Måns Rullgård | less preprocessor magic in version number macros |
tree | commitdiff |
2008-02-26 |
Baptiste Coudurier | support keyframes indexes starting at 0, broken files... |
tree | commitdiff |
2008-02-26 |
Baptiste Coudurier | support mov reference files, ref.mov/ref.m2v/ref.wav... |
tree | commitdiff |
2008-02-26 |
Baptiste Coudurier | remove useless braces |
tree | commitdiff |
2008-02-26 |
Baptiste Coudurier | indentation |
tree | commitdiff |
2008-02-26 |
Baptiste Coudurier | rescale frame size, fix i.3g2 |
tree | commitdiff |
2008-02-26 |
Baptiste Coudurier | move parameters reset after setting stream parameters... |
tree | commitdiff |
2008-02-26 |
Loren Merritt | decode mng color decorrelation |
tree | commitdiff |
2008-02-25 |
Baptiste Coudurier | fix mace duration |
tree | commitdiff |
2008-02-25 |
Baptiste Coudurier | protect malloc overflow |
tree | commitdiff |
2008-02-25 |
Baptiste Coudurier | indentation |
tree | commitdiff |
2008-02-25 |
Baptiste Coudurier | fail if extradata cannot be allocated |
tree | commitdiff |
2008-02-25 |
Baptiste Coudurier | 10l, protect malloc overflow |
tree | commitdiff |
2008-02-25 |
Baptiste Coudurier | support QDM2 in aiff, QDM2.aif |
tree | commitdiff |
2008-02-25 |
Baptiste Coudurier | remove useless close function |
tree | commitdiff |
2008-02-25 |
Baptiste Coudurier | indentation |
tree | commitdiff |
2008-02-25 |
Baptiste Coudurier | remove useless casts |
tree | commitdiff |
2008-02-25 |
Baptiste Coudurier | cosmetics |
tree | commitdiff |
2008-02-25 |
Baptiste Coudurier | remove useless tags, codec_get_id matches independently... |
tree | commitdiff |
2008-02-25 |
Baptiste Coudurier | set bps to uncompressed original sound data for compres... |
tree | commitdiff |
2008-02-25 |
Baptiste Coudurier | fix duration for ima4 |
tree | commitdiff |
2008-02-25 |
Baptiste Coudurier | ima4 in aiff support |
tree | commitdiff |
2008-02-25 |
Måns Rullgård | Install headers in $prefix/include/$libname |
tree | commitdiff |
2008-02-24 |
Diego Biurrun | cosmetics: Sort and prettyprint codec_wav_tags[]. |
tree | commitdiff |
2008-02-24 |
Michael Niedermayer | Set indexmem to a saner default. |
tree | commitdiff |
2008-02-24 |
Michael Niedermayer | Fix issue357 |
tree | commitdiff |
2008-02-24 |
Michael Niedermayer | flv/swf do not have a big endian codec id, they only... |
tree | commitdiff |
2008-02-23 |
Benjamin Larsson | Riff ids for wmapro and wmavoice, this adds support... |
tree | commitdiff |
2008-02-23 |
Nico Sabbi | treat stream_type==0x82 as AUDIO_DTS when the program... |
tree | commitdiff |
2008-02-20 |
Michael Niedermayer | revert 12156 |
tree | commitdiff |
2008-02-20 |
Luca Abeni | Fix computation of the "NTP time" field in RTCP SR... |
tree | commitdiff |
2008-02-20 |
Michael Niedermayer | Get rid of a fake timestamp discontinuity at the begin... |
tree | commitdiff |
2008-02-20 |
Michael Niedermayer | Make timestamp interpolation work with mpeg2 field... |
tree | commitdiff |
2008-02-19 |
Måns Rullgård | Clean up lib* version definitions |
tree | commitdiff |
2008-02-19 |
Michael Niedermayer | Fix ;; |
tree | commitdiff |
2008-02-19 |
Reimar Döffinger | Add some const, fixes warnings: |
tree | commitdiff |
2008-02-19 |
Reimar Döffinger | Missing const, fix warnings: |
tree | commitdiff |
2008-02-19 |
Reimar Döffinger | Fix misplaced const, avoids a cast-discards-qualifiers... |
tree | commitdiff |
2008-02-19 |
Michael Niedermayer | const |
tree | commitdiff |
2008-02-15 |
Michael Niedermayer | Fix timestamps and durations if the first packets have... |
tree | commitdiff |
2008-02-15 |
Michael Niedermayer | It appears last_pts was not set ... |
tree | commitdiff |
2008-02-15 |
Michael Niedermayer | Header elision muxing support. |
tree | commitdiff |
2008-02-15 |
Michael Niedermayer | Elision header demuxing support. |
tree | commitdiff |
2008-02-13 |
Michael Niedermayer | Read match time delta in the frame header. |
tree | commitdiff |
2008-02-13 |
Michael Niedermayer | Read match_time_delta in the framecode table. |
tree | commitdiff |
2008-02-13 |
Michael Niedermayer | update flags |
tree | commitdiff |
2008-02-13 |
Baptiste Coudurier | honor stsd v1 first, fix mace surge-2-8-MAC3.mov, bewar... |
tree | commitdiff |
2008-02-13 |
Baptiste Coudurier | 10l, forgot alaw/mulaw mono, use bits_per_sample in... |
tree | commitdiff |
2008-02-13 |
Luca Abeni | Include poll.h instead of sys/poll.h |
tree | commitdiff |
2008-02-13 |
Baptiste Coudurier | warn use if edit list is not starting at 0, a/v desync... |
tree | commitdiff |
2008-02-13 |
Baptiste Coudurier | remove now useless code |
tree | commitdiff |
2008-02-13 |
Baptiste Coudurier | remove messy and not always correct chunk size workarou... |
tree | commitdiff |
2008-02-13 |
Diego Biurrun | typo fix: inited --> initialized |
tree | commitdiff |
2008-02-11 |
Baptiste Coudurier | return error when dv audio extraction fails |
tree | commitdiff |
2008-02-11 |
Baptiste Coudurier | remove obsolete comments |
tree | commitdiff |
2008-02-11 |
Baptiste Coudurier | remove useless braces |
tree | commitdiff |
2008-02-11 |
Baptiste Coudurier | cosmetics, indentation, braces |
tree | commitdiff |
2008-02-11 |
Baptiste Coudurier | split chunks in the case of big compressed audio frames, |
tree | commitdiff |
2008-02-11 |
Baptiste Coudurier | use correct demux mechanism when audio compression... |
tree | commitdiff |
2008-02-11 |
Baptiste Coudurier | fcp imx 40 fourccs |
tree | commitdiff |
2008-02-11 |
Baptiste Coudurier | indentation |
tree | commitdiff |
2008-02-11 |
Baptiste Coudurier | more correct and simpler |
tree | commitdiff |
2008-02-11 |
D Richard Felker III | Do not use GNU-specific (or BSD-specific or whatever... |
tree | commitdiff |
2008-02-06 |
Baptiste Coudurier | cosmetics, remove whitespaces before and after parenthesis |
tree | commitdiff |
2008-02-06 |
Reimar Döffinger | Add support for speex in ogg |
tree | commitdiff |
2008-02-06 |
Michael Niedermayer | Allow the user to select which codec out of several... |
tree | commitdiff |
2008-02-05 |
Baptiste Coudurier | Fix issue 338: |
tree | commitdiff |
2008-02-05 |
Baptiste Coudurier | it seems ogg requires granule to be -1 on unfinished... |
tree | commitdiff |
2008-02-04 |
Reimar Döffinger | String pointers of ogg_codec_t should have const attribute. |
tree | commitdiff |
2008-02-04 |
Christophe Lorenz | Add dv50 tag to support samples with dv50 fourcc in... |
tree | commitdiff |
2008-02-04 |
Reimar Döffinger | Fix a possible use of an uninitialized pointer. |
tree | commitdiff |
2008-02-04 |
Oded Shimon | back_ptr calculation used wrong timebase when searching... |
tree | commitdiff |
2008-02-04 |
Oded Shimon | Fix intented algo in syncpoint writing before keyframes... |
tree | commitdiff |
2008-02-04 |
Oded Shimon | nut->max_distance was not set at all anywhere in the... |
tree | commitdiff |
2008-02-04 |
Oded Shimon | Remove old workaround in nutdec.c for libnut bug |
tree | commitdiff |
2008-02-04 |
Oded Shimon | missing " && j<syncpoint_count" protection in the index... |
tree | commitdiff |
2008-02-04 |
Oded Shimon | ff_nut_reset_ts() expected to get 'ts*time_base_count... |
tree | commitdiff |
2008-02-04 |
Michael Niedermayer | 2 more missing consts found by -Wwrite-strings. |
tree | commitdiff |
2008-02-04 |
Michael Niedermayer | Remove incorrect cast found by -Wwrite-strings. |
tree | commitdiff |
2008-02-04 |
Michael Niedermayer | Another const found by -Wwrite-strings. |
tree | commitdiff |
2008-02-04 |
Michael Niedermayer | fix 8 "initialization discards qualifiers from pointer... |
tree | commitdiff |
next |