146 Commits (f077ad69c682c13ab75a72aec11a61cac53f0c91)

Author SHA1 Message Date
Michael Niedermayer 78baa450d9 avformat/ffmdec: Check pix_fmt 9 years ago
Oliver Collyer a2f8beef2d ffserver&ffm: Fixed issues preventing ffserver write_index and files_size from being set correctly which was breaking ffserver streaming. 9 years ago
Andreas Cadhalpun f6e1c96730 ffmdec: change type of len to ptrdiff_t 9 years ago
Andreas Cadhalpun 40eb2531b2 ffmdec: reset packet_end in case of failure 9 years ago
Michael Niedermayer 97c162add7 avformat/ffmdec: Add {} to nested if/else 9 years ago
Andreas Cadhalpun 2e752c7de9 ffmdec: change type of state and id to unsigned 9 years ago
Andreas Cadhalpun ecf63b7cc2 ffm: reject invalid codec_id and codec_type 9 years ago
Andreas Cadhalpun a611375db5 ffmdec: reject zero-sized chunks 9 years ago
Andreas Cadhalpun 488e9a06f0 ffmdec: only seek back at EOF if a server is attached 9 years ago
Michael Niedermayer 9b7d39de81 avformat/ffmdec: Only return EAGAIN if a server is attached 9 years ago
Michael Niedermayer 3444c00aab avformat/ffmdec: Add cleaner API for ffserver to interface without depending on internal ABI 9 years ago
Hendrik Leppkes c2f861ca42 Replace remaining occurances of av_free_packet with av_packet_unref 9 years ago
Andreas Cadhalpun 8d6625642d doc: fix spelling errors 9 years ago
Ronald S. Bultje 229843aa35 Replace av_dlog with ff_dlog. 10 years ago
Michael Niedermayer dc55477a64 avformat/ffmdec: Check ffio_set_buf_size() return value 10 years ago
Himangi Saraogi 8d15de7eb2 ffmdec: Check return value of ffm_append_recommended_configuration 10 years ago
Andreas Cadhalpun 6b8263b03a ffmdec: limit the backward seek to the last resync position 10 years ago
Andreas Cadhalpun 4c91d81be2 ffmdec: make sure the time base is valid 10 years ago
Andreas Cadhalpun 6fa98822eb ffmdec: fix infinite loop at EOF 10 years ago
Andreas Cadhalpun 66879ee125 ffmdec: initialize f_cprv, f_stvi and f_stau 10 years ago
Lukasz Marek 568853b8f5 lavf/ffmdec: add common options to recommended encoder configuration 10 years ago
Lukasz Marek ec01283752 lavf/ffmdec: reident after last commit 10 years ago
Lukasz Marek 745730c9c2 lavf/ffm: use AVOption API to store/restore stream properties 10 years ago
Lukasz Marek 6690d4c3f5 lavf/ffm: store/restore private codec context 10 years ago
Stefano Sabatini 6f0fc1a96b lavf/ffmdec: return proper error code in ffm2_read_header() 10 years ago
James Almer d34ec64a22 replace calls to url_feof() with avio_feof() 11 years ago
Anton Khirnov 894682a973 Remove avserver. 11 years ago
Lou Logan 88f2586adb fix various typos 11 years ago
Michael Niedermayer c633aeba45 avformat/ffmdec: use ff_get_extradata() 11 years ago
Diego Biurrun 8f8bc92365 Add missing #includes for *INT64_MAX and *INT64_C 11 years ago
Paul B Mahol a807c68253 avformat: use ff_alloc_extradata() 11 years ago
Michael Niedermayer 60e028958c ffmdec: remove unused variable 12 years ago
Michael Niedermayer 9829ec1a9c ffm: redesign header format to make it extensible 12 years ago
Michael Niedermayer f03c0f6afc ffmdec: check av_new_packet() return value 12 years ago
Michael Niedermayer a0e0e1e192 ffmdec: fix hypothetical overflows 12 years ago
Michael Niedermayer 7fd65104f4 ffm_seek: fix division by zero 12 years ago
Mans Rullgard 3b20eb25e7 avserver: move avserver-specific code from ffmdec.c to avserver.c 12 years ago
Justin Ruggles 11dcddb97b ffm: do not write or read the audio sample format 12 years ago
Diego Biurrun 11d4e92ed9 avformat: Remove non-compiling and/or silly commented-out printf/av_log statements 12 years ago
Diego Biurrun 6774247a9d avformat: Drop pointless "format" from container long names 13 years ago
Michael Niedermayer 16b9156b7e ffm: disable adjust_write_index() 13 years ago
Anton Khirnov 63efd83ae1 mpegvideo_enc: add chroma/luma_elim_threshold private options. 13 years ago
Joakim Plate d7c11b114b ffmdec: Check return value of avio_seek and avoid modifying state if it fails 13 years ago
Anton Khirnov 6e9651d106 lavf: remove AVFormatParameters from AVFormatContext.read_header signature 13 years ago
Paul B Mahol 6813450209 lavf: replace remaining use of deprecated get_strz() 13 years ago
Mans Rullgard 3383a53e7d lavu: replace int/float punning functions 13 years ago
Anton Khirnov c3f9ebf743 lavf: make av_set_pts_info private. 13 years ago
Anton Khirnov 3b3bbdd3e6 lavf,lavd: replace av_new_stream->avformat_new_stream part I. 13 years ago
Joakim Plate 928cfc7e4f [ffmdec] Check return value of avio_seek and avoid modifying state if it fails 13 years ago
Yan Jing 8ba987bff3 ffmdec: set avio buffer to ffm->packet_size, avoid dirty reads 14 years ago