10467 Commits (92c7ef1e30d677f29c06caf765c527c9db486861)

Author SHA1 Message Date
Michael Niedermayer 08169fc3d2 matroskadec: move lace_size check up so it catches all code pathes 13 years ago
Michael Niedermayer 88a740afde matroskadec: change assert to av_assert0() 13 years ago
Dale Curtis 71529bd8c5 Fix incorrect unsigned->signed conversion. 13 years ago
Michael Niedermayer 01a14ce042 riff: use av_assert 13 years ago
Michael Niedermayer 9d87c8e6f8 rawdec: use av_assert() 13 years ago
Michael Niedermayer 948e97a2cc pcmdec: use av_assert() 13 years ago
Samuel Pitoiset 7dc747f50b rtmp: Read and handle incoming packets while writing data 13 years ago
Martin Storsjö d1beee0701 rtpdec: Don't require frames to start with a Mode A packet 13 years ago
Martin T. H. Sandsmark a5c1a0c070 asfdec: fix returned error codes 13 years ago
Michael Niedermayer 4a6d790a6f nutenc: use av_assert 13 years ago
Michael Niedermayer 53eaca5d6b mpegtsenc: use av_assert 13 years ago
Samuel Pitoiset 8517e9c476 rtmp: Add a new option 'rtmp_buffer', for setting the client buffer time 13 years ago
Samuel Pitoiset 9477c035a7 rtmp: Set the client buffer time to 3s instead of 0.26s 13 years ago
Samuel Pitoiset c2d38beab2 rtmp: Handle server bandwidth packets 13 years ago
Samuel Pitoiset 9ff930aace rtmp: Display a verbose message when an unknown packet type is received 13 years ago
Martin Storsjö 0533868642 rtmp: Tokenize the AMF connection parameters manually instead of using strtok_r 13 years ago
Samuel Pitoiset 0a9a225733 rtmp: Fix a possible access to invalid memory location when the playpath is too short. 13 years ago
Michael Niedermayer 2a622c2369 lavf: add a "warning" when discarding a oddly backward subtitle or data starttime 13 years ago
Michael Niedermayer 47695b1d65 lavf: handle data like subtitles in start time calculation. 13 years ago
Michael Niedermayer f91b635b52 rtmpproto: replace strtok_r by av_strtok its unavailable in mingw 13 years ago
Michael Niedermayer d9a9518fba flvenc: use av_assert instead of assert 13 years ago
Samuel Pitoiset f862537de8 rtmp: Do not send extension for flv files 13 years ago
Samuel Pitoiset 8ee3e1874e rtmp: support connection parameters 13 years ago
Clément Bœsch 20e46aafbd mov: export orphan tmcd track metadata to global format metadata. 13 years ago
Clément Bœsch 1ec23d9c02 mov: copy timecode metadata from tmcd track to the related video stream. 13 years ago
Clément Bœsch 0d96ec19eb mov: parse tref atom. 13 years ago
Clément Bœsch 9fb2e234d0 movenc: add timecode track support. 13 years ago
Clément Bœsch 9846a9c701 riff: add ISMP/timecode tag. 13 years ago
Michael Niedermayer 91bdced363 mpegtsenc: prevent pcr_packet_period==0 13 years ago
Mans Rullgard 8aa93e9004 mov: set AVCodecContext.width/height for h264 13 years ago
Michael Niedermayer c61c8536ef lavf/bintext: allocate FF_INPUT_BUFFER_PADDING_SIZE for extradata 13 years ago
Paul B Mahol e400b95b32 bink: check av_mallocz() return value 13 years ago
Carl Eugen Hoyos 8a880d6918 Fix latm muxer Makefile dependencies. 13 years ago
Carl Eugen Hoyos b8e2dcd266 Fix jacosub muxer Makefile dependencies. 13 years ago
Michael Niedermayer 80485a4f9a mpegtsenc: make pts/dts offseting optional 13 years ago
Michael Niedermayer a21c212681 swfenc: use av_assert 13 years ago
Alex Converse a8656cd425 mpegts: Remove disabled extension matching probe. 13 years ago
Michael Niedermayer 610a52647b xmv: use av_assert 13 years ago
Michael Niedermayer 107b42388c lavf: fix missing "parser not found" message 13 years ago
Matthieu Bouron f6d952f584 mxfenc: write optional field dominance flag in picture description 13 years ago
Alex Converse f0ff9eb493 avformat: Probe codecs at score 0 on buffer exhaustion conditions. 13 years ago
Alex Converse 62bebf6edb avformat: Factorize codec probing. 13 years ago
Kostya Shishkov c6061443f7 Indeo Audio decoder 13 years ago
Piotr Bandurski a489db6cde isom: add Radius DV YUV FourCCs 13 years ago
Carl Eugen Hoyos 1faf0d6a7a Add missing CRLFs to avisynth error messages. 13 years ago
Carl Eugen Hoyos 757d5b9bfd Fix MP2 muxer Makefile dependencies. 13 years ago
Alex Converse 41e9682af2 movenc: Write chan atom for all audio tracks in mov mode movies. 13 years ago
Jindřich Makovička 84e430dd7b mpegtsenc: use avio_open_dyn_buf(), zero pointers after freeing 13 years ago
Anton Khirnov a982e5a031 avidec: make scale and rate unsigned. 13 years ago
Clément Bœsch 6b35f1a2a6 timecode: move timecode muxer options to metadata. 13 years ago