| Commit message (Expand) | Author | Age | Files | Lines |
* | lavf: fix missing "parser not found" message | Michael Niedermayer | 2012-06-07 | 1 | -0/+4 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-06-06 | 1 | -32/+46 |
|\ |
|
| * | avformat: Probe codecs at score 0 on buffer exhaustion conditions. | Alex Converse | 2012-06-05 | 1 | -12/+24 |
| * | avformat: Factorize codec probing. | Alex Converse | 2012-06-05 | 1 | -20/+25 |
* | | lavf: use input keyframe flag when muxer does not provide keyframe flags. | Michael Niedermayer | 2012-06-02 | 1 | -0/+3 |
* | | lavf: print the invalid tb in avpriv_set_pts_info() | Michael Niedermayer | 2012-05-23 | 1 | -1/+1 |
* | | avformat: add needs_parsing type to enable codec TS use. | Michael Niedermayer | 2012-05-22 | 1 | -2/+8 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-05-21 | 1 | -1/+3 |
|\| |
|
| * | avformat: Add a flag to mark muxers that allow (non strict) monotone timestamps. | James Zern | 2012-05-20 | 1 | -1/+3 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-05-20 | 1 | -1/+1 |
|\| |
|
| * | lavf: make output format matching case insensitive | Mans Rullgard | 2012-05-19 | 1 | -1/+1 |
* | | lavf: also use codec aspect ratio in av_guess_sample_aspect_ratio | Marton Balint | 2012-05-20 | 1 | -1/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-05-16 | 1 | -0/+1 |
|\| |
|
| * | lavf: add mdec to is_intra_only() list | Mans Rullgard | 2012-05-15 | 1 | -0/+1 |
* | | lavf: add av_guess_frame_sample_aspect_ratio function | Marton Balint | 2012-05-14 | 1 | -0/+22 |
* | | update_initial_durations: use av_ts2str() | Michael Niedermayer | 2012-05-14 | 1 | -2/+2 |
* | | update_initial_durations: add some checks to ensure things match up. | Michael Niedermayer | 2012-05-14 | 1 | -0/+8 |
* | | lavf/utils: make use of av_ts2str() to print timestamps. | Clément Bœsch | 2012-05-13 | 1 | -32/+38 |
* | | lavf: extend the avi raw hack to mov | Michael Niedermayer | 2012-05-11 | 1 | -2/+5 |
* | | lavf: print a matching tag in case of code tag validation failure | Michael Niedermayer | 2012-05-11 | 1 | -3/+4 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-05-05 | 1 | -4/+5 |
|\| |
|
| * | cosmetics: indentation | Justin Ruggles | 2012-05-03 | 1 | -9/+10 |
| * | avformat: only fill-in interpolated timestamps if duration is non-zero | Justin Ruggles | 2012-05-03 | 1 | -0/+3 |
| * | avformat: remove a workaround for broken timestamps | Justin Ruggles | 2012-05-03 | 1 | -9/+0 |
* | | Mark truncated packets as corrupt in av_get_packet. | Reimar Döffinger | 2012-05-01 | 1 | -0/+3 |
* | | lavf remove duplicated check in has_duration | Jean First | 2012-04-28 | 1 | -2/+0 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-04-26 | 1 | -1/+1 |
|\| |
|
| * | avf: fix faulty check in has_duration | Luca Barbato | 2012-04-25 | 1 | -1/+1 |
* | | lavf: print a warning if probesize seems not enough. | Nicolas George | 2012-04-23 | 1 | -0/+6 |
* | | lavf: check that the context to avformat_open_input() is valid. | Michael Niedermayer | 2012-04-18 | 1 | -0/+4 |
* | | Add skip_to_keyframe stream variable. | Reimar Döffinger | 2012-04-16 | 1 | -0/+6 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-04-14 | 1 | -0/+2 |
|\| |
|
| * | avf: has_duration does not check the global one | Luca Barbato | 2012-04-13 | 1 | -0/+2 |
* | | lavf: print with debug level the byte positions before and after find_stream_... | Michael Niedermayer | 2012-04-14 | 1 | -0/+5 |
* | | lavf: compute_pkt_fields, limit the pts upcorrection to mpeg | Michael Niedermayer | 2012-04-12 | 1 | -1/+4 |
* | | lavf: always call avio_flush in av_write_trailer. | Reimar Döffinger | 2012-04-12 | 1 | -0/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-04-07 | 1 | -1/+3 |
|\| |
|
| * | libavformat: Only require first packet to be known for audio/video streams | Joakim Plate | 2012-04-06 | 1 | -1/+3 |
* | | lavf: Fix the last PTS to be generated using -fflags +genpts | Thierry Foucu | 2012-04-05 | 1 | -3/+19 |
* | | Add AVIO_FLAG_DIRECT. | Reimar Döffinger | 2012-04-04 | 1 | -1/+1 |
* | | lavf: add mp1/2 to determinable_frame_size() | Michael Niedermayer | 2012-04-04 | 1 | -2/+2 |
* | | lavf: print some more things in TS debug statements | Michael Niedermayer | 2012-04-03 | 1 | -1/+1 |
* | | lavf: increase RELATIVE_TS_BASE | Michael Niedermayer | 2012-04-03 | 1 | -2/+2 |
* | | lavf: print ts values in pts < dts error message | Michael Niedermayer | 2012-03-29 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-03-29 | 1 | -2/+1 |
|\| |
|
| * | Replace memset(0) by zero initializations. | Diego Biurrun | 2012-03-28 | 1 | -2/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-03-27 | 1 | -12/+18 |
|\| |
|
| * | make av_interleaved_write_frame() flush packets when pkt is NULL | Jindrich Makovicka | 2012-03-27 | 1 | -12/+18 |
* | | Handle 0-size sync packets when only parsing headers. | Reimar Döffinger | 2012-03-26 | 1 | -0/+3 |
* | | Print a warning when using wild guesses as time stamps. | Reimar Döffinger | 2012-03-21 | 1 | -0/+5 |