4673 Commits (46a7e3ec14941fb363a95c37ec10083a2730e9e8)

Author SHA1 Message Date
Baptiste Coudurier 46a7e3ec14 write timecode track in gxf 16 years ago
Baptiste Coudurier 33605366ee compute media info in write_header 16 years ago
Baptiste Coudurier cd34fd9c8c factorize write packet 16 years ago
Baptiste Coudurier 990287c468 remove unneeded and empty user data 16 years ago
Baptiste Coudurier 6b43d2d075 uniformize variable names and remove duplicating fields in private structs 16 years ago
Baptiste Coudurier 8b9c94e0bd remove useless fields 16 years ago
Reimar Döffinger c957c85426 Replace all uses of the replaced av_fifo_read by av_fifo_generic_read 16 years ago
Michael Niedermayer 41dd680dd8 Allocate AVFifoBuffer through the fifo API to reduce future API/ABI issues. 16 years ago
Vitor Sessak 616e899c43 VQF demuxer 16 years ago
Ronald S. Bultje 743b389074 rtpmap is case-insensitive, see comment from Luca in "[PATCH] rtsp.c: 16 years ago
Alex Converse 496dcbbc86 ADTS: Increased protection against writing illegal/nonsense files. 16 years ago
Michael Niedermayer 8507bde0f3 Add my name to copyright & author as requested by the original author. 16 years ago
Michael Niedermayer 8b2fa9659a Add code to the self test to print jitter & drift. 16 years ago
Ronald S. Bultje 57f94f54c4 Oops, very silly typo. 16 years ago
Justin Ruggles f48b9304cd flacdec: Parse the metadata header in the raw FLAC demuxer. 16 years ago
Diego Biurrun e0c98063e7 Add '#undef rand' to fix test program build. 16 years ago
Diego Biurrun 6d16718e5d cosmetics: Fix test program warnings. 16 years ago
Michael Niedermayer bc3057f499 Vertical align. 16 years ago
Michael Niedermayer 2e51dedd24 Better name for integrator2_state. 16 years ago
Michael Niedermayer 3228491027 Add clock_period parameter, this should make the code easier to use. 16 years ago
Michael Niedermayer 1b85ec1ea2 Selftest code. 16 years ago
Michael Niedermayer 8537591abc Fix bug with time==0 being special. 16 years ago
Michael Niedermayer 494065ca36 Adapt first factor. 16 years ago
Michael Niedermayer 55b5859867 Merge ff_timefilter_read() and ff_timefilter_update(), this simplifies API and 16 years ago
Michael Niedermayer 08ffd3708b Allow timespans to vary. 16 years ago
Michael Niedermayer 28e947e458 Reorder operations, 20% improved performance, 1 variable less. 16 years ago
Michael Niedermayer f982c6d87a Timefilter code by Olivier Guilyardi o list O samalyse o com 16 years ago
Diego Biurrun e658657528 Mark pos_min and pos_max variables as av_uninit to work around false 16 years ago
Diego Biurrun 1aeb55a1de Mark dvdaudio_substream_type variable as av_uninit to work around false 16 years ago
Ivan Schreter 61c23c155c Pass packet position to the parser, so frame's AVPacket.pos is computed correctly. 16 years ago
Alex Converse 63581eb183 MOV: fix demuxing fragmented files 16 years ago
Mike Melanson e584914acd Fix a condition that causes an infinite loop, but only when compiled with 16 years ago
Ronald S. Bultje 29b9f58b37 Split rtsp_send_cmd() into two functions, one for the actual sending of the 16 years ago
Michael Niedermayer ded0149948 Replace two 'return AVERROR(EAGAIN);' by continue. The latter are nicer 16 years ago
Alex Converse fefe43ff2c MOV: fix crash when 'meta' occurs before first 'trak' 16 years ago
Ronald S. Bultje bc8763cda9 Rename "fd1" variable ro "fd". There were previously two variables (fd1 and 16 years ago
Ronald S. Bultje f0a8039464 Add url_get_file_handle(), which is used to get the file descriptor 16 years ago
Ronald S. Bultje 2fea965070 Reindent after r17777. 16 years ago
Ronald S. Bultje f830c9a487 Make RTSP-MS-over-UDP negotiation work. See "[PATCH] RTSP-MS 8/15: fix 16 years ago
Ronald S. Bultje 090438cc81 Recognize the "application" data type, which is required for WMS/UDP 16 years ago
Benoit Fouet 9aaa2077e5 Add a context to av_log() calls. 16 years ago
Diego Biurrun fdf119062e Remove deprecated vhook subsystem. 16 years ago
Ronald S. Bultje f989d39752 Remove size_t cast in setting s->priv_data directly to the (integer) file 16 years ago
Ronald S. Bultje eafb17d140 Don't let finalize_packet() touch pkt->stream_index. Instead, let individual 16 years ago
Ronald S. Bultje 95f03cf31f Reindent after r17764. 16 years ago
Ronald S. Bultje f3e71942e7 In the current implementation of rtp_parse_packet(), finalize_packet() is 16 years ago
Ronald S. Bultje d176f90387 Reduce allocated length of the HTTP authentication request field buffer, as 16 years ago
Diego Biurrun c04920978e cosmetics: Fix indentation. 16 years ago
Benoit Fouet 2fddbb68b6 Add context to some av_log() calls. 16 years ago
Diego Biurrun 0ffbc258aa Change a bunch of codec long_names to be more consistent and descriptive. 16 years ago