summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* Replace all uses of the replaced av_fifo_read by av_fifo_generic_readReimar Döffinger2009-03-08
* Allocate AVFifoBuffer through the fifo API to reduce future API/ABI issues.Michael Niedermayer2009-03-08
* VQF demuxerVitor Sessak2009-03-07
* rtpmap is case-insensitive, see comment from Luca in "[PATCH] rtsp.c:Ronald S. Bultje2009-03-07
* ADTS: Increased protection against writing illegal/nonsense files.Alex Converse2009-03-06
* Add my name to copyright & author as requested by the original author.Michael Niedermayer2009-03-06
* Add code to the self test to print jitter & drift.Michael Niedermayer2009-03-06
* Oops, very silly typo.Ronald S. Bultje2009-03-06
* flacdec: Parse the metadata header in the raw FLAC demuxer.Justin Ruggles2009-03-06
* Add '#undef rand' to fix test program build.Diego Biurrun2009-03-06
* cosmetics: Fix test program warnings.Diego Biurrun2009-03-06
* Vertical align.Michael Niedermayer2009-03-06
* Better name for integrator2_state.Michael Niedermayer2009-03-06
* Add clock_period parameter, this should make the code easier to use.Michael Niedermayer2009-03-06
* Selftest code.Michael Niedermayer2009-03-06
* Fix bug with time==0 being special.Michael Niedermayer2009-03-06
* Adapt first factor.Michael Niedermayer2009-03-06
* Merge ff_timefilter_read() and ff_timefilter_update(), this simplifies API andMichael Niedermayer2009-03-06
* Allow timespans to vary.Michael Niedermayer2009-03-06
* Reorder operations, 20% improved performance, 1 variable less.Michael Niedermayer2009-03-05
* Timefilter code by Olivier Guilyardi o list O samalyse o comMichael Niedermayer2009-03-05
* Mark pos_min and pos_max variables as av_uninit to work around falseDiego Biurrun2009-03-05
* Mark dvdaudio_substream_type variable as av_uninit to work around falseDiego Biurrun2009-03-05
* Pass packet position to the parser, so frame's AVPacket.pos is computed corre...Ivan Schreter2009-03-05
* MOV: fix demuxing fragmented filesAlex Converse2009-03-04
* Fix a condition that causes an infinite loop, but only when compiled withMike Melanson2009-03-04
* Split rtsp_send_cmd() into two functions, one for the actual sending of theRonald S. Bultje2009-03-04
* Replace two 'return AVERROR(EAGAIN);' by continue. The latter are nicerMichael Niedermayer2009-03-03
* MOV: fix crash when 'meta' occurs before first 'trak'Alex Converse2009-03-03
* Rename "fd1" variable ro "fd". There were previously two variables (fd1 andRonald S. Bultje2009-03-03
* Add url_get_file_handle(), which is used to get the file descriptorRonald S. Bultje2009-03-03
* Reindent after r17777.Ronald S. Bultje2009-03-03
* Make RTSP-MS-over-UDP negotiation work. See "[PATCH] RTSP-MS 8/15: fixRonald S. Bultje2009-03-03
* Recognize the "application" data type, which is required for WMS/UDPRonald S. Bultje2009-03-03
* Add a context to av_log() calls.Benoit Fouet2009-03-03
* Remove deprecated vhook subsystem.Diego Biurrun2009-03-03
* Remove size_t cast in setting s->priv_data directly to the (integer) fileRonald S. Bultje2009-03-03
* Don't let finalize_packet() touch pkt->stream_index. Instead, let individualRonald S. Bultje2009-03-03
* Reindent after r17764.Ronald S. Bultje2009-03-03
* In the current implementation of rtp_parse_packet(), finalize_packet() isRonald S. Bultje2009-03-03
* Reduce allocated length of the HTTP authentication request field buffer, asRonald S. Bultje2009-03-03
* cosmetics: Fix indentation.Diego Biurrun2009-03-03
* Add context to some av_log() calls.Benoit Fouet2009-03-02
* Change a bunch of codec long_names to be more consistent and descriptive.Diego Biurrun2009-03-02
* deprecate old metadata APIAurelien Jacobs2009-03-01
* fix missed usage of old metadata API in mov demuxerAurelien Jacobs2009-03-01
* use new metadata API in libavformat/utils.cAurelien Jacobs2009-03-01
* use new metadata API in r3d demuxerAurelien Jacobs2009-03-01
* new metadata API is now officially part of public APIAurelien Jacobs2009-03-01
* simplify metadata conversion and fixes gcc-2.95 at the same timeAurelien Jacobs2009-03-01