194 Commits (442249ef2801c60fdbc6b16880617417bd6085ba)

Author SHA1 Message Date
Michael Niedermayer 6a2df7ca26 avformat/electronicarts: change non failure return of read_header() to 0 4 years ago
Michael Niedermayer 39a98623ed avformat/electronicarts: Check if there are any streams 4 years ago
Andreas Rheinhardt 6a67d518d6 avformat: Remove unnecessary av_packet_unref() 5 years ago
Michael Niedermayer c4de49edc4 avformat/electronicarts: If no packet has been read at the end do not treat it as if theres a packet 5 years ago
Carl Eugen Hoyos 4d8875ec23 lavf: Constify the probe function argument. 6 years ago
Andreas Cadhalpun 8812d047bc electronicarts: prevent overflow during block alignment calculation 8 years ago
Andreas Cadhalpun ad5807f8aa avformat: fix overflows during bit rate calculation 8 years ago
Vittorio Giovara 41ed7ab45f cosmetics: Fix spelling mistakes 9 years ago
Anton Khirnov 9200514ad8 lavf: replace AVStream.codec with AVStream.codecpar 9 years ago
Hendrik Leppkes c2f861ca42 Replace remaining occurances of av_free_packet with av_packet_unref 9 years ago
Luca Barbato ce70f28a17 avpacket: Replace av_free_packet with av_packet_unref 9 years ago
Peter Ross cdfc61de4e libavformat/electronicarts: also demux mpeg audio layer 2 9 years ago
Paul B Mahol 6debfce6a3 avformat/electronicarts: fix demuxing of certain eam files 9 years ago
Paul B Mahol 0d7c027483 avformat/electronicarts: support ADPCM PSX 9 years ago
Peter Ross 803bdc5469 electronicarts: demux alpha stream 10 years ago
Peter Ross a2517fca1e electronicarts: move video stream properties into dedicated structure 10 years ago
Stephan Vedder b368428fc0 avformat/electronicarts: Fixed ea_probe function to accept vp6a videos 10 years ago
Paul B Mahol 6dfa70f272 Correct few "ffmpeg" typos 10 years ago
Anton Khirnov cb7b1a2dfb electronicarts: set the framerate for TGQ/TQI 10 years ago
Anton Khirnov 7b6aae23e1 electronicarts: read the framerate for MAD 10 years ago
Anton Khirnov 4d6c515284 electronicarts: do not fail on zero-sized chunks 10 years ago
James Almer d34ec64a22 replace calls to url_feof() with avio_feof() 10 years ago
Diego Biurrun d92024f18f lavf: more correct printf format specifiers 11 years ago
Michael Niedermayer 55328d5f72 avformat/electronicarts: detect endianness by comparing sizes instead of using an arbitrary threshold 11 years ago
Michael Niedermayer 587e3c3426 avformat/electronicarts: use 64bit variable for avio_tell() result 11 years ago
Michael Niedermayer f9b89b61f8 avformat/electronicarts: check chunksize more completely in probe() 11 years ago
Michael Niedermayer 20769d9349 avformat/electronicarts: check chunk size. 11 years ago
Martin Storsjö a9221e3960 electronicarts: Add more sanity checking for the number of channels 11 years ago
Martin Storsjö f7e616959a electronicarts: Check packet sizes before reading 11 years ago
Diego Biurrun 163a729725 electronicarts: Let functions always returning the same value return void 11 years ago
Diego Biurrun 4908c8ef27 electronicarts: Improve some function/variable names 11 years ago
Diego Biurrun a90cff137b electronicarts: comment wording fixes 11 years ago
Diego Biurrun 288f2ffb57 electronicarts: Remove bogus function documentation 11 years ago
Diego Biurrun 8747fce91f electronicarts: K&R formatting cosmetics 11 years ago
Michael Niedermayer 1831274ff1 electronicarts: check timebase, fix assertion failure 12 years ago
Paul B Mahol a9b424879f lavc & lavf: replace deprecated av_log* functions 12 years ago
Anton Khirnov 85a5bc054c lavf: remove disabled FF_API_R_FRAME_RATE cruft 12 years ago
Michael Niedermayer fb1ea777b3 electronicarts: check size before reading duration out of a chunk. 12 years ago
Peter Ross 6f78ba8b0b electronic arts: support rare samples containing adpcm_ea_r1 audio 12 years ago
Peter Ross d168fcb68f electronicarts: use av_log_ask_for_sample 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Clément Bœsch 16dc5f2050 Replace various inlined inverse AVRational with av_inv_q(). 12 years ago
Diego Biurrun 6774247a9d avformat: Drop pointless "format" from container long names 12 years ago
Anton Khirnov aba232cfa9 lavf: deprecate r_frame_rate. 12 years ago
Ronald S. Bultje 273e6af47b ea: check chunk_size for validity. 13 years ago
Paul B Mahol 015fd02bab electronicarts vp6: set duration of video stream 13 years ago
Justin Ruggles ea289186f0 ea: fix audio pts 13 years ago
Anton Khirnov efec3bc65a electronicarts: set timebase for tgv video. 13 years ago
Anton Khirnov e39400c3a8 electronicarts: parse the framerate for cmv video. 13 years ago
Anton Khirnov 1d3144c318 electronicarts: don't set codec timebase 13 years ago