215 Commits (ded4478b8b6dbe939113b38df53778972e3af70e)

Author SHA1 Message Date
Anton Khirnov ac616afa62 lavf/dv: stop setting a random video bitrate 1 year ago
Anton Khirnov 0ed1eeb744 lavf/dv: use a more granular timebase for audio 2 years ago
Anton Khirnov aae5ba31ca lavf/dv: shorten code by using a local variable 2 years ago
Anton Khirnov c7a852b638 lavf/dv: do not set video timebase more than once 2 years ago
Anton Khirnov 1ef4620290 lavf/dv: do not update AVCodecParameters.sample_rate while demuxing 2 years ago
Anton Khirnov 6def44128a lavf/dv: set audio bitrate only at stream creation 2 years ago
Anton Khirnov 000b8d2acc lavf/dv: set non-changing AVStream fields only once 2 years ago
Anton Khirnov b2e1d1443c lavf/dv: forward errors from avformat_new_stream() 2 years ago
Anton Khirnov f0283f278a lavf/dv: return a meaningful error code from avpriv_dv_produce_packet() 2 years ago
Anton Khirnov 090f12b157 lavf/dv: make returning the video packet optional 2 years ago
Anton Khirnov f7b3fc4afe lavc/dv: rename constants to follow our naming conventions 2 years ago
Anton Khirnov b6196cb2ef lavf/dv: always provide avpriv_dv_* symbols 2 years ago
Vittorio Giovara 590d9d6153 dv: convert to new channel layout API 3 years ago
Andreas Rheinhardt 2b787ef766 avformat/dv: Set AVFMTCTX_NOHEADER flag 3 years ago
Andreas Rheinhardt fed0282508 avformat: Avoid allocation for AVFormatInternal 3 years ago
Paul B Mahol d1971d69c7 avformat/dv: always set audio packet duration 3 years ago
James Almer 57aaeff523 avformat/dv: stop using av_init_packet() 4 years ago
Andreas Rheinhardt bc70684e74 avformat: Constify all muxer/demuxers 4 years ago
Marton Balint 76fbb0052d avformat/dv: fix timestamps of audio packets in case of dropped corrupt audio frames 4 years ago
Marton Balint 9b434bea75 avformat: use av_timecode_make_smpte_tc_string2 4 years ago
Andreas Rheinhardt 1fbfa42432 avformat/dv: Avoid allocation for reading timecode 4 years ago
Andreas Rheinhardt 8b0bba864b avformat/dv: Avoid alloction of DVDemuxContext 4 years ago
James Almer 72704cbff4 avformat/dv: free all allocated structs on dv_read_header failure 5 years ago
Carl Eugen Hoyos 4d8875ec23 lavf: Constify the probe function argument. 6 years ago
John Stebbins 42cf7f91f1 dv: Don't return EIO upon EOF 8 years ago
Vittorio Giovara 41ed7ab45f cosmetics: Fix spelling mistakes 9 years ago
Clément Bœsch 8284a4ba11 lavf/dv: use c->sys->frame_size in dv_frame_offset() 9 years ago
Clément Bœsch 6c0cf11f38 lavf/dv: reindent after previous commit 9 years ago
Clément Bœsch 35ba5c424b lavf/dv: do not check for c->sys 9 years ago
Anton Khirnov 9200514ad8 lavf: replace AVStream.codec with AVStream.codecpar 9 years ago
Carl Eugen Hoyos 3eae98c1ac lavf/dv: Do not return EIO for every error (like EOF). 9 years ago
Michael Niedermayer 2139e58439 avformat/dv: fix used dimension variables 10 years ago
wm4 9deaec7828 lavf: move internal fields from public to internal context 10 years ago
Michael Niedermayer 72d99c8c26 avformat/dv: check av_malloc() return code 10 years ago
Michael Niedermayer 4efdb29c75 avformat/dv: Use av_freep() to avoid leaving stale pointers in memory 10 years ago
Steve Jiekak a32c3c2392 replaced av_dv_codec_profile by av_dv_codec_profile2 in encoder and dv muxers 10 years ago
Michael Niedermayer ab6f4fd4a7 libavformat/dv: Make unchanged function arguments const 10 years ago
James Almer d34ec64a22 replace calls to url_feof() with avio_feof() 10 years ago
Michael Niedermayer 88f038ac97 avformat/dv: implement fallback in dv_extract_pack() 10 years ago
Anton Khirnov f6ee61fb05 lavc: export DV profile API used by muxer/demuxer as public 11 years ago
Diego Biurrun dca7ba4bff Remove some unnecessary CONFIG_FOO_COMPONENT ifdefs 11 years ago
Anton Khirnov 79f2c426fd dv: do not set codec timebase 11 years ago
Diego Biurrun 3cbe112653 dv: Split DV data table declarations into their own header 11 years ago
Michael Niedermayer 59ce62f713 avformat/dv: remove unused variable 11 years ago
Michael Niedermayer ef8f293472 avformat/dv: consider a header match at byte 0 to count as detection of dv in probe 11 years ago
Michael Niedermayer 76a47d66c4 avformat/dv: about 3 times faster probe 11 years ago
Luca Barbato 7ee191cab0 dv: Add a guard to not overread the ppcm array 11 years ago
Diego Biurrun fcc455ff2e avformat/dv: K&R formatting cosmetics 11 years ago
Michael Niedermayer 3669915e93 dvdec: check ipcm more completely, avoid assert failure. 12 years ago
Justin Ruggles d5ca70b103 dv: set channel layout 12 years ago