10011 Commits (92ef4be4ab9fbb7d901b22e0036a4ca90b00a476)

Author SHA1 Message Date
  Nicolas George afbf9ed0d2 udp: lock all operations on shared variables. 13 years ago
  Nicolas George e1838835aa udp: return the error code instead of generic EIO. 13 years ago
  Nicolas George 5deb5ccbbb udp: call av_fifo_space directly as needed. 13 years ago
  Nicolas George 63afc4f638 udp: use non-blocking read instead of select. 13 years ago
  Nicolas George aa1297882f udp: use pthread_cancel instead of a shared flag. 13 years ago
  Justin Ruggles f036342b4b aiffdec: set block_duration to 1 for PCM codecs that are supported in AIFF-C 13 years ago
  Justin Ruggles b38b7cc392 aiffdec: factor out handling of integer PCM for AIFF-C and plain AIFF 13 years ago
  Justin Ruggles 2c07c18048 aiffdec: use av_get_audio_frame_duration() to set block_duration for AIFF-C 13 years ago
  Justin Ruggles 02f88eec1d aiffdec: do not set bit rate if block duration is unknown 13 years ago
  Paul B Mahol 4246032216 segment: fix null pointer dereference 13 years ago
  Paul B Mahol 015fd02bab electronicarts vp6: set duration of video stream 13 years ago
  Vidar Madsen 17431f4a4e Fix type and codetype fields in the MMF header for some phones. 13 years ago
  Reimar Döffinger 2a4f1d38d9 Print a warning when using wild guesses as time stamps. 13 years ago
  Paul B Mahol 5ca595facb westwood_vqa: set video stream duration 13 years ago
  Paul B Mahol 98ca4d217d westwood_vqa: fix SND0 chunk handling 13 years ago
  Tomas Härdin 8d393ce330 aiffdec: Fix SIGFPE on pcm_f32be 13 years ago
  Anton Khirnov a6733202cc lavf: make av_interleave_packet_per_dts() private. 13 years ago
  Anton Khirnov 3c90cc2ef2 lavf: deprecate av_read_packet(). 13 years ago
  Justin Ruggles f63412fc74 oggdec: output correct timestamps for Vorbis 13 years ago
  Justin Ruggles 777365fe86 xa: set correct bit rate 13 years ago
  Justin Ruggles a54bc52265 xa: do not set bit_rate, block_align, or bits_per_coded_sample 13 years ago
  Justin Ruggles 64de57f645 xa: fix end-of-file handling 13 years ago
  Justin Ruggles cd2ffb67ad xa: fix timestamp calculation 13 years ago
  Tomas Härdin 393b81f093 mxfdec: Only parse next partition pack if parsing forward 13 years ago
  Martin Storsjö 39f5a5462c movenc: Add a min_frag_duration option 13 years ago
  Martin Storsjö ccfa8aa26f rtsp: Set the default delay to 0.1 s for the RTSP/SDP/RTP demuxers 13 years ago
  Martin Storsjö 4fa57d524f libavformat: Set the default for the max_delay option to -1 13 years ago
  Clément Bœsch 9dd649c004 flv: clarify use of video info/cmd frame. 13 years ago
  Anton Khirnov 5626697104 Move AVFormatContext/AVCodecContext option tables to separate files. 13 years ago
  Anton Khirnov 40b41be3fa lavf: use AVStream.discard to disable queueing attached pictures. 13 years ago
  Anton Khirnov 01fcc42b90 lavf: requeue attached pictures after seeking. 13 years ago
  Anton Khirnov 713f3062a7 id3v2: set the keyframe flag on attached pictures. 13 years ago
  Michael Niedermayer 2b07f572af mp3_probe: consider id3 tags to be low scoring mp3. 13 years ago
  Derek Buitenhuis 0e714f889e ZeroCodec Decoder 13 years ago
  Kostya Shishkov b8560637d9 RealAudio Lossless decoder 13 years ago
  Martin Storsjö 316e724f18 rtpenc: Use AVFormatContext.packet_size instead of a private option 13 years ago
  Nicolas George 01b0ade665 url: Document the expected behaviour of url_read 13 years ago
  Martin Storsjö 57151f8674 libavformat: Use AVFormatContext.probesize in init_input 13 years ago
  Matthieu Bouron f645132061 gxf: return AVERROR_EOF instead of AVERROR(EIO) at end of gxf_packet function 13 years ago
  Martin Storsjö 17934c1824 cosmetics: Align some AVInput/OutputFormat declarations 13 years ago
  Carl Eugen Hoyos 78f2833f78 Tell users about supported audio samplerates in mmf. 13 years ago
  Derek Buitenhuis 6cabb679d6 ZeroCodec Decoder 13 years ago
  Michael Niedermayer 72ec043af4 oma: Fix out of array read. 13 years ago
  Tomas Härdin eb74e9ea10 mxfdec: Let pkt->pts = mxf->current_edit_unit if intra-only 13 years ago
  Anton Khirnov 8bc5d90a7e lavf: remove some disabled code. 13 years ago
  Anton Khirnov f35f8eeb0d lavf: only set average frame rate for video. 13 years ago
  Anton Khirnov 9ade26ee91 lavf: remove a pointless check. 13 years ago
  Paul B Mahol 0afd8f12e9 avcodec: add XBM encoder 13 years ago
  Nicolas George 463705bd1c udp: fix non-blocking and interrupt handling. 13 years ago
  Nicolas George e55ecbc93a url: document url_read exact behaviour. 13 years ago