|
|
|
@79561f0e
|
14 years |
baptiste.coudurier |
Update fate h264 test due to r25824, this file has 2 frames delay
…
|
|
|
@0b6a7ff4
|
14 years |
martin |
rtsp: Do a forgotten reindenting
Originally committed as revision …
|
|
|
@3fa77bde
|
14 years |
stefano.sabatini-lala |
In libavfilter, use consistently "Copyright (c)" in the license …
|
|
|
@e8ffb2fa
|
14 years |
pross |
Add G.722 to RIFF codec list
Originally committed as revision 25837 …
|
|
|
@2400730f
|
14 years |
Carl Eugen Hoyos |
Increase avformat micro version, forgotten in r25834.
Originally …
|
|
|
@25a08596
|
14 years |
Carl Eugen Hoyos |
Add copyright notices for the E-AC3 and TrueHD parts of the muxer.
…
|
|
|
@323e3f8b
|
14 years |
Carl Eugen Hoyos |
IEC 61937 encapsulation of TrueHD for HDMI passthrough.
This works at …
|
|
|
@fe9d2edb
|
14 years |
Reimar.Doeffinger |
DV: use data_offset to fix seeking in badly cut files where the first …
|
|
|
@4ab4d65f
|
14 years |
Aurélien Jacobs |
ensure the ASS string in AVSubtitleRect is 0 terminated
Originally …
|
|
|
@9d09ebf1
|
14 years |
Carl Eugen Hoyos |
Mobotix .mxg demuxer
Patch by Anatoly Nenashev, anatoly d nenashev a …
|
|
|
@d6adf44b
|
14 years |
stefano.sabatini-lala |
Fix date in last APIchanges entry.
Originally committed as revision …
|
|
|
@2467997c
|
14 years |
stefano.sabatini-lala |
Fix crash in uninit.
Originally committed as revision 25829 to …
|
|
|
@9b195435
|
14 years |
stefano.sabatini-lala |
Fix timestamp scaling in the overlay filter.
Compute the outpicref …
|
|
|
@d38c340f
|
14 years |
stefano.sabatini-lala |
Implement avfilter_get_video_buffer_ref_from_arrays().
Originally …
|
|
|
@4723bc28
|
14 years |
stefano.sabatini-lala |
Make avfilter_default_free_buffer() an internal shared symbol, so that …
|
|
|
@adc73054
|
14 years |
baptiste.coudurier |
In mov demuxer, if multiple h264 stsd are present, do not concatenate …
|
|
|
@581ba2ce
|
14 years |
baptiste.coudurier |
In av_find_stream_info, decode more h264 to get correct delay, issue …
|
|
|
@c538eb51
|
14 years |
baptiste.coudurier |
In TS demuxer, create the AVStream during pmt parsing if the pes …
|
|
|
@b795ff97
|
14 years |
baptiste.coudurier |
In TS demuxer, keep the pmt filter open to parse all pmt sections, …
|
|
|
@8ba5bf5a
|
14 years |
Aurélien Jacobs |
avidec: read some of the Nikon specific tags produced by Nikon cameras …
|
|
|
@459b0661
|
14 years |
stefano.sabatini-lala |
0.123l: remove unused arguments in av_log(), fix warning.
Originally …
|
|
|
@6fd2b8bd
|
14 years |
baptiste.coudurier |
In aspect filter, fix display for input resolution
Originally …
|
|
|
@3ff99953
|
14 years |
baptiste.coudurier |
In crop filter, reference picref after updating w/h, fix issue #2377
…
|
|
|
@16d14d6
|
14 years |
stefano.sabatini-lala |
Add informative log message in the crop filter.
Originally committed …
|
|
|
@782f69e8
|
14 years |
Reimar.Doeffinger |
Fix memleak: free palette data on close.
Originally committed as …
|
|
|
@73d0e331
|
14 years |
Aurélien Jacobs |
avidec: support non-standard creation_time format
Originally …
|
|
|
@d35cdd57
|
14 years |
Aurélien Jacobs |
avidec: trivial simplification regarding av_metadata_set
Originally …
|
|
|
@eaa4542b
|
14 years |
wyskas |
matroskaenc: don't duplicate title information
Title is already …
|
|
|
@bcb5d217
|
14 years |
wyskas |
id3v2: add TDEN<->creation_time tag mapping
Originally committed as …
|
|
|
@29c5c590
|
14 years |
wyskas |
lavf: document the new creation_time tag
Originally committed as …
|
|
|
@097ea6db
|
14 years |
Reimar.Doeffinger |
100l, fix missing decrement on split PGS packets.
Originally …
|
|
|
@9d252137
|
14 years |
baptiste.coudurier |
In h264 decoder, fix decoding when nal end sequence is present
…
|
|
|
@8ee764b0
|
14 years |
baptiste.coudurier |
Remove some warnings
Originally committed as revision 25808 to …
|
|
|
@175272cb
|
14 years |
baptiste.coudurier |
10l, fix memleak, forgot to free mp4_dec_config_descr
Originally …
|
|
|
@798c6fac
|
14 years |
baptiste.coudurier |
In ts demuxer, support aac flexmux using extradata in iods, issue …
|
|
|
@91360ce6
|
14 years |
baptiste.coudurier |
Unset variable fps for mov and mp4 muxer, they support it
but …
|
|
|
@3b39e273
|
14 years |
Carl Eugen Hoyos |
S/PDIF demuxer
Patch by Anssi Hannula, anssi d hannula a iki d fi
…
|
|
|
@b7be04f3
|
14 years |
stefano.sabatini-lala |
Reindent.
Originally committed as revision 25803 to …
|
|
|
@7de19a3
|
14 years |
stefano.sabatini-lala |
Implement robust parsing in aspect filters.
Originally committed as …
|
|
|
@eee0ef5e
|
14 years |
stefano.sabatini-lala |
Add informative log messages to the set aspect filters.
Originally …
|
|
|
@2fb21bf4
|
14 years |
stefano.sabatini-lala |
Give more explicit/less confusing names to the filters dealing with …
|
|
|
@819e2ab0
|
14 years |
stefano.sabatini-lala |
Add missing check on the existence of avcodec_opts[AVMEDIA_TYPE_X], …
|
|
|
@902d49ee
|
14 years |
baptiste.coudurier |
In yadif filter, copy video props to output picture.
Fix issue #2269. …
|
|
|
@6b133d7e
|
14 years |
Reimar.Doeffinger |
Fail RLE decoding if insufficient data for a complete bitmap was …
|
|
|
@83cd9112
|
14 years |
Reimar.Doeffinger |
Support PGS subtitles with RLE data split over mutiple packets.
Patch …
|
|
|
@fb3d8c23
|
14 years |
wyskas |
ffmpeg.c: document default metadata mappings
Originally committed as …
|
|
|
@477b1aea
|
14 years |
wyskas |
ffmpeg.c: copy global metadata by default
Originally committed as …
|
|
|
@8f190d8b
|
14 years |
ramiro.polla |
fix pointer truncation to int in avpicture_layout()
Originally …
|
|
|
@d2cbdb1
|
14 years |
stefano.sabatini-lala |
Re-implement avpicture_layout() using pixdesc and imgutils API.
The …
|
|
|
@6a269f3
|
14 years |
stefano.sabatini-lala |
Replace "depth" with "nb_bits" in the header of …
|
|
|
@7d3829a8
|
14 years |
kostya.shishkov |
Musepack SV8 supports "mono" files (though it still codes them as …
|
|
|
@63e8d976
|
14 years |
stefano.sabatini-lala |
Use the new libavcore audio channel API.
This also allows to remove a …
|
|
|
@d6e60253
|
14 years |
stefano.sabatini-lala |
Remove declaration of function:
const char …
|
|
|
@176a6157
|
14 years |
stefano.sabatini-lala |
Move audio channel API from libavcodec to libavcore.
Originally …
|
|
|
@7df22143
|
14 years |
Aurélien Jacobs |
movdec: export creation_date as metadata
Originally committed as …
|
|
|
@933875a
|
14 years |
Aurélien Jacobs |
avidec: export creation_date as metadata
Originally committed as …
|
|
|
@58935b25
|
14 years |
stefano.sabatini-lala |
Port overlay filter from the libavfilter repo (with many fixes), …
|
|
|
@e58d039
|
14 years |
Reimar.Doeffinger |
Document added functions.
Originally committed as revision 25783 to …
|
|
|
@fa8cc126
|
14 years |
Reimar.Doeffinger |
Improve documentation wording.
Originally committed as revision 25782 …
|
|
|
@0f46d685
|
14 years |
Reimar.Doeffinger |
Fix indentation.
Originally committed as revision 25781 to …
|
|
|
@18d761a1
|
14 years |
Reimar.Doeffinger |
Fix indentation.
Originally committed as revision 25780 to …
|
|
|
@3354b051
|
14 years |
Reimar.Doeffinger |
Add explanation and alternative implementation for strange xan
gamma …
|
|
|
@24ae353
|
14 years |
Reimar.Doeffinger |
WC3/xan: move palette handling to decoder, avoiding need for …
|
|
|
@6bfc2683
|
14 years |
Reimar.Doeffinger |
Add av_append_packet function, to be used in code that merges packets …
|
|
|
@a08d918e
|
14 years |
Reimar.Doeffinger |
Add a av_grow_packet function, to be used by code that merges
palette …
|
|
|
@1a68e7ed
|
14 years |
martin |
adpcm: Fix a comment in the trellis heap code
This makes the wording …
|
|
|
@d9640a55
|
14 years |
Reimar.Doeffinger |
Merge rotation into lookup table.
Originally committed as revision …
|
|
|
@7f48bfa1
|
14 years |
baptiste.coudurier |
Cosmetics, fix indentation
Originally committed as revision 25773 to …
|
|
|
@78f9d35c
|
14 years |
martin |
adpcm: Only increment heap_pos after finding a good enough sample
…
|
|
|
@d764e3ec
|
14 years |
martin |
adpcm: Use a hash table to improve checking for duplicate samples
…
|
|
|
@47d2ddca
|
14 years |
baptiste.coudurier |
Fix qdm2 decoder packet handling to match the api
Originally …
|
|
|
@5878d5bd
|
14 years |
stefano.sabatini-lala |
Order matters, fix test files linking.
Originally committed as …
|
|
|
@9abf3441
|
14 years |
stefano.sabatini-lala |
Log error message in case of invalid parsing.
Originally committed as …
|
|
|
@bdb47f3a
|
14 years |
stefano.sabatini-lala |
Fix style: if( -> if (.
Originally committed as revision 25764 to …
|
|
|
@cef4b74b
|
14 years |
stefano.sabatini-lala |
Remove redundant information in header.
Originally committed as …
|
|
|
@4b6bfbe2
|
14 years |
Carl Eugen Hoyos |
100l: Fix crash in SPDIF muxer.
Originally committed as revision …
|
|
|
@0985e1a3
|
14 years |
Aurélien Jacobs |
move the av_parse_color() function from libavfilter to libavcore
…
|
|
|
@909865fd
|
14 years |
Carl Eugen Hoyos |
Add support for IEC 61937 ("SPDIF") encapsulation for E-AC-3.
Only …
|
|
|
@c71e9640
|
14 years |
baptiste.coudurier |
100L fix get_video_buffer in pad filter, get_video_buffer will store …
|
|
|
@b3c0fc76
|
14 years |
Aurélien Jacobs |
av_find_stream_info(): set subtitle codec time_base
Originally …
|
|
|
@2b91d83
|
14 years |
baptiste.coudurier |
In mov demuxer, export .mov encoder metadata tag
Originally committed …
|
|
|
@9d9c3e1a
|
14 years |
baptiste.coudurier |
Make DNxHD encoder produce files that are strictly VC-3 compatible
…
|
|
|
@dd22cfb
|
14 years |
martin |
rtsp: Parse and use the Content-Base reply header, if present
This …
|
|
|
@f3d7763
|
14 years |
kostya.shishkov |
16l trocadero: Musepack SV7 decoder may skip more than 16 bits at the …
|
|
|
@c99f9b0a
|
14 years |
Aurélien Jacobs |
minor bump and Changelog entry for r25747
Originally committed as …
|
|
|
@c716f917
|
14 years |
Aurélien Jacobs |
minor bump and APIchanges for r25745
Originally committed as revision …
|
|
|
@86abf868
|
14 years |
martin |
adpcm: Fix a comment
Originally committed as revision 25751 to …
|
|
|
@bad1117b
|
14 years |
vitor1001 |
Add AMR-NB FATE tests
Originally committed as revision 25750 to …
|
|
|
@4aa826e9
|
14 years |
vitor1001 |
Add Musepack7 FATE test
Originally committed as revision 25749 to …
|
|
|
@f6c182a0
|
14 years |
stefano.sabatini-lala |
Fix frei0r filter after av_parse_color() syntax change.
Originally …
|
|
|
@5952be07
|
14 years |
Aurélien Jacobs |
add missing files in previous commit (ASS encoder and decoder)
…
|
|
|
@e9c098db
|
14 years |
Aurélien Jacobs |
add ASS encoder and decoder
Originally committed as revision 25746 to …
|
|
|
@cb2c971d
|
14 years |
Aurélien Jacobs |
allow passing subtitles header between decoder and encoder
Originally …
|
|
|
@2722dd6e
|
14 years |
Aurélien Jacobs |
improve av_parse_color() to allow for non-null terminated color string …
|
|
|
@521b860
|
14 years |
Aurélien Jacobs |
improve av_parse_color() to support html formatting
Originally …
|
|
|
@8f55616f
|
14 years |
Aurélien Jacobs |
add global header support for subtitles encoding
Originally committed …
|
|
|
@47c5e414
|
14 years |
stefano.sabatini-lala |
Fix revision number of the last APIchanges entry.
Originally …
|
|
|
@5aaea022
|
14 years |
stefano.sabatini-lala |
Make avfiltergraph.h public.
Originally committed as revision 25740 …
|
|
|
@906eaab4
|
14 years |
stefano.sabatini-lala |
In ff_get_ref_perms_string() use 'u' and 'U' for representing …
|
|
|
@27323146
|
14 years |
wyskas |
lavf/utils: use av_{i/o}format_next() instead of first_{i/o}format
…
|
|
|