2008-01-07 |
Ivo van Poorten | cosmetics |
tree | commitdiff |
2008-01-07 |
Ivo van Poorten | remove unnecessary check |
tree | commitdiff |
2008-01-07 |
Ivo van Poorten | use ff_parse_pes_pts for parsing an MPEG-PES timestamp |
tree | commitdiff |
2008-01-07 |
Ivo van Poorten | Move parsing of MPEG-PES timestamp to mpeg.h (as an... |
tree | commitdiff |
2008-01-07 |
Aurelien Jacobs | Make ff_mkv_codec_tags lie entirely in .rodata section. |
tree | commitdiff |
2008-01-06 |
Diego Biurrun | cosmetics: Add another pair of parentheses to aid reada... |
tree | commitdiff |
2008-01-06 |
Diego Biurrun | Rename two structures, identifiers starting with _... |
tree | commitdiff |
2008-01-06 |
Baptiste Coudurier | cosmetics, split overly long lines |
tree | commitdiff |
2008-01-06 |
Diego Pettenò | Make AVRtpPayloadTypes static and constant |
tree | commitdiff |
2008-01-05 |
Ivo van Poorten | cosmetics, superfluous space |
tree | commitdiff |
2008-01-05 |
Ivo van Poorten | proper check for valid pva_pts |
tree | commitdiff |
2008-01-05 |
Ivo van Poorten | do not return an error, but warn and recover when encou... |
tree | commitdiff |
2008-01-05 |
Ivo van Poorten | validate streamid before use |
tree | commitdiff |
2008-01-05 |
Ivo van Poorten | change audio codec id to mp2 |
tree | commitdiff |
2008-01-05 |
Ivo van Poorten | proper type and initialization of pva_pts |
tree | commitdiff |
2008-01-05 |
Ivo van Poorten | remove unnecessary shift |
tree | commitdiff |
2008-01-04 |
Aurelien Jacobs | improve CRC API |
tree | commitdiff |
2008-01-04 |
Luca Abeni | Split the RTP muxer out of rtp.c, to simplify the RTSP... |
tree | commitdiff |
2008-01-04 |
Luca Abeni | Split the RTP demuxing functions out of rtp.c, to simpl... |
tree | commitdiff |
2008-01-04 |
Michael Niedermayer | Move *malloc() out of tree.c, that way the code can... |
tree | commitdiff |
2008-01-04 |
Ronald S. Bultje | Make three rm demuxer functions non static. |
tree | commitdiff |
2008-01-03 |
Luca Abeni | Rationalize some dependencies between rtsp and rtp |
tree | commitdiff |
2008-01-03 |
Luca Abeni | Fix the RTP muxer dependencies |
tree | commitdiff |
2008-01-03 |
Ivo van Poorten | use one shift less in get_pts() |
tree | commitdiff |
2008-01-03 |
Aurelien Jacobs | mention libavfilter in warning about deprecated vhook |
tree | commitdiff |
2008-01-02 |
Ronald S. Bultje | Drop RTSP default protocol. |
tree | commitdiff |
2008-01-02 |
Diego Biurrun | cosmetics: Reindent. |
tree | commitdiff |
2008-01-02 |
Ronald S. Bultje | Merge double-nested if into && condition. |
tree | commitdiff |
2008-01-02 |
Aurelien Jacobs | move num_packets=0 where it belongs |
tree | commitdiff |
2008-01-02 |
Ivo van Poorten | TechnoTrend PVA Demuxer |
tree | commitdiff |
2008-01-02 |
Diego Biurrun | cosmetics: sort() |
tree | commitdiff |
2008-01-01 |
Dave Yeo | Add portable way to check for the existence of definiti... |
tree | commitdiff |
2008-01-01 |
Michael Niedermayer | Extract aspect ratio from ODML/vprp. |
tree | commitdiff |
2007-12-31 |
Michael Niedermayer | Correct doxy about timestamp units of read_timestamp(). |
tree | commitdiff |
2007-12-31 |
Michael Niedermayer | Document return of read_timestamp. |
tree | commitdiff |
2007-12-31 |
Michael Niedermayer | More verbose aspect ratio error msg. |
tree | commitdiff |
2007-12-29 |
Evgeniy Stepanov | export raw SSA tracks with their own codec ID (patch... |
tree | commitdiff |
2007-12-29 |
Aurelien Jacobs | clear internal queue when seeking |
tree | commitdiff |
2007-12-29 |
Aurelien Jacobs | move internal queue freeing code in its own function |
tree | commitdiff |
2007-12-29 |
Gabriel Forté | fix memory leak (patch by Gabriel Forté gforte _at_... |
tree | commitdiff |
2007-12-29 |
Michael Niedermayer | indent |
tree | commitdiff |
2007-12-29 |
Michael Niedermayer | Try to fix url_split() so that the ?foobar part is... |
tree | commitdiff |
2007-12-28 |
Ivo van Poorten | Sun Rasterfile decoder |
tree | commitdiff |
2007-12-28 |
Luca Barbato | Real RTSP support, from Ronald S. Bultje rsbultje gmail... |
tree | commitdiff |
2007-12-28 |
Luca Barbato | Real RTSP support, from Ronald S. Bultje rsbultje gmail... |
tree | commitdiff |
2007-12-28 |
Luca Barbato | Real RTSP support, from Ronald S. Bultje rsbultje gmail... |
tree | commitdiff |
2007-12-28 |
Michael Niedermayer | Revert hack which should have never been commited. |
tree | commitdiff |
2007-12-27 |
Michael Kostylev | Check for the presence of sys/select.h and conditionall... |
tree | commitdiff |
2007-12-27 |
Michael Niedermayer | Fix detected fps for old divx/xvid. |
tree | commitdiff |
2007-12-26 |
Michael Niedermayer | Do not force fps unless the user actually specified... |
tree | commitdiff |
2007-12-26 |
Ivo van Poorten | PC Paintbrush PCX image decoder |
tree | commitdiff |
2007-12-25 |
Allan Sandfeld Jensen | Revert r6124, the change was just wrong, other formats... |
tree | commitdiff |
2007-12-24 |
Michael Kostylev | djgpp port, first part |
tree | commitdiff |
2007-12-23 |
Diego Biurrun | typo: begining --> beginning |
tree | commitdiff |
2007-12-23 |
Reimar Döffinger | begining -> beginning typo fix |
tree | commitdiff |
2007-12-23 |
Reimar Döffinger | 100l, av_read_packet must check for read_packet error... |
tree | commitdiff |
2007-12-22 |
Reimar Döffinger | Add a av_alloc_put_byte function. |
tree | commitdiff |
2007-12-21 |
Diego Biurrun | Fix Doxygen function parameter name. |
tree | commitdiff |
2007-12-21 |
Diego Biurrun | comment typo fixes |
tree | commitdiff |
2007-12-21 |
Ivo van Poorten | typo ;) |
tree | commitdiff |
2007-12-20 |
Michael Niedermayer | Document ByteIOContext and URLContext change rules. |
tree | commitdiff |
2007-12-20 |
Benjamin Larsson | Reindent |
tree | commitdiff |
2007-12-20 |
Benjamin Larsson | Correctly handle FLV_CODECID_NELLYMOSER_8HZ_MONO files |
tree | commitdiff |
2007-12-20 |
Michael Niedermayer | Document a few more structure change rules with relatio... |
tree | commitdiff |
2007-12-20 |
Baptiste Coudurier | fix indentation |
tree | commitdiff |
2007-12-20 |
Michael Niedermayer | Document structure change rules with relation to ABI... |
tree | commitdiff |
2007-12-20 |
Aurelien Jacobs | cosmetics: indentation |
tree | commitdiff |
2007-12-20 |
Aurelien Jacobs | remove double check of pb->read_seek |
tree | commitdiff |
2007-12-19 |
Aurelien Jacobs | use proper url_is_streamed() API |
tree | commitdiff |
2007-12-19 |
Michael Niedermayer | Make recently added and still unused read_seek function... |
tree | commitdiff |
2007-12-19 |
Michael Niedermayer | Merge recently added and still unused play and pause... |
tree | commitdiff |
2007-12-19 |
Baptiste Coudurier | use generic 'glbl' atom if extradata is present but... |
tree | commitdiff |
2007-12-19 |
Baptiste Coudurier | supports glbl atom containing generic extradata for... |
tree | commitdiff |
2007-12-19 |
Reimar Döffinger | Increase minor version due to new av_close_input_stream |
tree | commitdiff |
2007-12-19 |
Reimar Döffinger | Add a av_close_input_stream function |
tree | commitdiff |
2007-12-19 |
Michael Niedermayer | Remove dead code which disappeared with the last major... |
tree | commitdiff |
2007-12-19 |
Michael Niedermayer | Remove *_codec_id from AVFormatParameters with the... |
tree | commitdiff |
2007-12-19 |
Michael Niedermayer | Allow overriding codec_ids. |
tree | commitdiff |
2007-12-19 |
Michael Niedermayer | Remove unneeded avio wrapper functions. |
tree | commitdiff |
2007-12-17 |
Reimar Döffinger | Simplify av_close_input_file similarly to av_open_input... |
tree | commitdiff |
2007-12-17 |
Reimar Döffinger | Simplify av_open_input_file |
tree | commitdiff |
2007-12-17 |
Reimar Döffinger | Add FF_OPT_TYPE_BINARY and use it to add a cryptokey... |
tree | commitdiff |
2007-12-17 |
Björn Axelsson | Enable av_read_pause(), av_read_play() and the ASF... |
tree | commitdiff |
2007-12-16 |
Baptiste Coudurier | useless 0L here |
tree | commitdiff |
2007-12-16 |
Baptiste Coudurier | remove now useless fields |
tree | commitdiff |
2007-12-16 |
Baptiste Coudurier | do not retain useless pointers to avstream priv_data... |
tree | commitdiff |
2007-12-16 |
Baptiste Coudurier | remove duplicate field |
tree | commitdiff |
2007-12-16 |
Baptiste Coudurier | cosmetics: func -> parse, remove useless parenthesis |
tree | commitdiff |
2007-12-16 |
Baptiste Coudurier | remove useless declaration |
tree | commitdiff |
2007-12-16 |
Baptiste Coudurier | save pointer to parse table, it is unlikely to change |
tree | commitdiff |
2007-12-16 |
Baptiste Coudurier | remove useless seek |
tree | commitdiff |
2007-12-16 |
Baptiste Coudurier | cosmetics |
tree | commitdiff |
2007-12-16 |
Baptiste Coudurier | support streamed mov/mp4 |
tree | commitdiff |
2007-12-16 |
Baptiste Coudurier | return error when url_fseek could not read until desire... |
tree | commitdiff |
2007-12-16 |
Diego Biurrun | cosmetics: comment typo fixes |
tree | commitdiff |
2007-12-15 |
Baptiste Coudurier | choose next sample by sample position |
tree | commitdiff |
2007-12-15 |
Michael Niedermayer | document how to free the result of av_alloc_format_cont... |
tree | commitdiff |
2007-12-12 |
Michael Niedermayer | av_*_next() API for libavformat |
tree | commitdiff |
2007-12-09 |
Tom Harper | Fix compilation of os_support.c for MinGW with --disabl... |
tree | commitdiff |
2007-12-05 |
Mike Melanson | adjust indentation on latest patch |
tree | commitdiff |
next |