|
|
|
@92dd4959
|
14 years |
stefano.sabatini-lala |
Add an entry for the AVFilterBuffer change of r24592.
Originally …
|
|
|
@56b5e9d5
|
14 years |
stefano.sabatini-lala |
Resize AVFilterBuffer to hold 8 planes/linesizes worth of data.
This …
|
|
|
@ecc7bfe3
|
14 years |
stefano.sabatini-lala |
Rename the av_fill_image_linesize() formal parameter linesize to …
|
|
|
@7d8d18de
|
14 years |
stefano.sabatini-lala |
Reimplement av_fill_image_pointers() using the information stored in …
|
|
|
@46b1d17
|
14 years |
stefano.sabatini-lala |
Make av_fill_image_linesizes() return a meaningful error core rather …
|
|
|
@7860b436
|
14 years |
stefano.sabatini-lala |
Rename av_fill_image_linesizes() internal variables max_plane_step and …
|
|
|
@fc2db52e
|
14 years |
stefano.sabatini-lala |
Make avpicture_fill() directly call av_fill_image_linesizes() and …
|
|
|
@7be5b73
|
14 years |
stefano.sabatini-lala |
Make avfilter_default_get_video_buffer() use functions in …
|
|
|
@8fad2661
|
14 years |
stefano.sabatini-lala |
Make pkgconfig_generate() explicitly return 0 in instead of returning …
|
|
|
@3dec10cd
|
14 years |
stefano.sabatini-lala |
Add APIchanges entry for the libavcore/imgutils.h addition.
…
|
|
|
@e7bd48a6
|
14 years |
stefano.sabatini-lala |
Move fill_image_linesize() and fill_image_data_ptr() from …
|
|
|
@740dfe7
|
14 years |
vitor1001 |
Fix compilation in x86_64. I broke it with r24580.
Originally …
|
|
|
@2ee5c789
|
14 years |
stefano.sabatini-lala |
Extend show_protocols() to make it print information about input, …
|
|
|
@2c3dda68
|
14 years |
vitor1001 |
Translate libmpeg2 MMX IDCT to plain asm
Originally committed as …
|
|
|
@37287d41
|
14 years |
Aurélien Jacobs |
avidec: demux ASS and SRT tracks out of GAB2 chunks
Originally …
|
|
|
@ac066b83
|
14 years |
Aurélien Jacobs |
add seeking support in ASS demuxer
Originally committed as revision …
|
|
|
@530bbe96
|
14 years |
stefano.sabatini-lala |
Implement ffprobe -show_packets.
Originally committed as revision …
|
|
|
@82505611
|
14 years |
Reimar.Doeffinger |
Check for udp_set_remote_url error.
Fixes issue 1784 (hang with …
|
|
|
@78db142a
|
14 years |
michaelni |
Warn about "/ text" comments.
Originally committed as revision …
|
|
|
@fd3064b6
|
14 years |
michaelni |
Make sure "Last message repeated" is printed.
Originally committed as …
|
|
|
@ed80ba74
|
14 years |
stefano.sabatini-lala |
Revert commit:
r31772 | stefano | 2010-07-23 01:01:31 +0200 (Fri, 23 …
|
|
|
@ec8f26d1
|
14 years |
stefano.sabatini-lala |
Add my GPG fingerprint and add myself as ffprobe.c maintainer.
…
|
|
|
@28450066
|
14 years |
martin |
rtsp: Move the definition of SDP_MAX_SIZE up, use it in the RTSP …
|
|
|
@15379c2b
|
14 years |
stefano.sabatini-lala |
Require libswscale only if the scale filter is used.
Although with …
|
|
|
@46eed2c8
|
14 years |
stefano.sabatini-lala |
Remove reference to the unexisting movie filter and the corresponding …
|
|
|
@f0187d20
|
14 years |
baptiste.coudurier |
In wav muxer, always flush in write_trailer, fix pipe output
…
|
|
|
@ff58de29
|
14 years |
Carl Eugen Hoyos |
Skip short padding in id3v2.
Patch by Alexander Kojevnikov, alexander …
|
|
|
@53cf478
|
14 years |
Carl Eugen Hoyos |
Map rc_buffer_size to and c_initial_buffer_occupancy to their libvpx …
|
|
|
@42c63263
|
14 years |
martin |
rtpdec_xiph: Handle the sampling SDP parameter
Patch by Josh Allmann, …
|
|
|
@f8a169ac
|
14 years |
Reimar.Doeffinger |
Add extern to mxf_d10_muxer forward declaration to avoid a redundant …
|
|
|
@b6356d97
|
14 years |
alex.converse |
10l: missed one reindent.
Originally committed as revision 24563 to …
|
|
|
@52fa2054
|
14 years |
alex.converse |
Reindent after last commit.
Originally committed as revision 24562 to …
|
|
|
@d9504970
|
14 years |
alex.converse |
ff_prefix non static vp56 functions.
Originally committed as revision …
|
|
|
@317167e7
|
14 years |
martin |
nellymoserenc: Declare the supported sample format
Originally …
|
|
|
@a8ab0ccc
|
14 years |
pascal.massimino |
b0rk3d FATE + black helicopters hissing -> rolling back to r24556 and …
|
|
|
@62d1f786
|
14 years |
pascal.massimino |
perform the clipping on luma_dc_qmul[1] and chroma_qmul[0] earlier
…
|
|
|
@e7e81959
|
14 years |
pascal.massimino |
save some copies by moving some fields out of proba[2]
Originally …
|
|
|
@46bbf395
|
14 years |
lu_zero |
Add my gpg fingerprint
Originally committed as revision 24556 to …
|
|
|
@df984493
|
14 years |
banan |
DCA: fix multichannel -> 2 channel downmix.
Patch by Nick Brereton
…
|
|
|
@08634e7b
|
14 years |
banan |
Setup correct channel value when downmixing is required.
Patch by …
|
|
|
@af0554e5
|
14 years |
Aurélien Jacobs |
remove useless cast
Originally committed as revision 24553 to …
|
|
|
@349d78fe
|
14 years |
mans |
Detect PathScale compiler
Originally committed as revision 24552 to …
|
|
|
@6f2c05f3
|
14 years |
Reimar.Doeffinger |
Document how the ref_buf is used.
Originally committed as revision …
|
|
|
@d72c981c
|
14 years |
mans |
configure: fix sh_quote function
Non-matching lists start with ! …
|
|
|
@a20df858
|
14 years |
michaelni |
Fix doxy that refers to the wrong variable.
Originally committed as …
|
|
|
@facdd25d
|
14 years |
martin |
Fix the lavf docs, we have a RTP muxer, not a demuxer
Originally …
|
|
|
@ec906fcd
|
14 years |
michaelni |
Fix 2 doxy comments that referred to the wrong variable.
Originally …
|
|
|
@76c56376
|
14 years |
michaelni |
Make doxygen formatting more consistent.
Originally committed as …
|
|
|
@88ad2faf
|
14 years |
stefano.sabatini-lala |
Place the concat protocol entry at the begin of the registered …
|
|
|
@ac3ccbc0
|
14 years |
alex.converse |
Document existing rules for AVInputFormat.name.
Originally committed …
|
|
|
@4419c8bf
|
14 years |
stefano.sabatini-lala |
Add the indevs.texi and outdevs.texi files.
Originally committed as …
|
|
|
@51124db
|
14 years |
mans |
fate: clean up also after failed runs
Originally committed as …
|
|
|
@cf0194a
|
14 years |
vitor1001 |
Increase error tolerance for RA288 and one vorbis test. Should fix …
|
|
|
@2a758efe
|
14 years |
Carl Eugen Hoyos |
Make frames unsigned.
Patch by Alexander Kojevnikov, alexander …
|
|
|
@49d7ef28
|
14 years |
Carl Eugen Hoyos |
Show correct bitrate for VBR MP3 files.
Patch by Alexander …
|
|
|
@8a0f61c4
|
14 years |
mans |
Remove duplicate initialiser for cavsvideo_muxer.extensions
The …
|
|
|
@adc03a34
|
14 years |
martin |
rtpdec_xiph: Drop RTP packets that come in without a prior fragment …
|
|
|
@4db40efa
|
14 years |
mans |
libavformat needs libavcore
Originally committed as revision 24536 to …
|
|
|
@de295976
|
14 years |
stefan.gehrer |
add Chinese AVS encoding via external library libxavs
Originally …
|
|
|
@54d1d1b
|
14 years |
mans |
libavcore needs libavutil
Originally committed as revision 24532 to …
|
|
|
@673fe599
|
14 years |
mans |
fate: delete build and install dirs after session
Originally …
|
|
|
@a9dc6111
|
14 years |
mans |
fate: add fate session script
Originally committed as revision 24530 …
|
|
|
@b82be636
|
14 years |
mans |
fate: create report files
Originally committed as revision 24529 to …
|
|
|
@bb5cecdc
|
14 years |
mans |
configure: extract detailed compiler identification
Originally …
|
|
|
@16064462
|
14 years |
mans |
version.sh: write version to stdout if no output file specified
…
|
|
|
@ce3a841d
|
14 years |
mans |
Add a simple base64 encoder for use in tests
Originally committed as …
|
|
|
@fa8ead0
|
14 years |
stefano.sabatini-lala |
Add an APIchanges entry for the libavcore/parseutils.{h,c} addition of …
|
|
|
@ea35e3c
|
14 years |
stefano.sabatini-lala |
Avoid the use of an intermediary variable in
av_parse_video_rate(). …
|
|
|
@c90c80ac
|
14 years |
stefano.sabatini-lala |
Make VideoFrameRateAbbr contain a rational rather than two ints for …
|
|
|
@dc4a50a0
|
14 years |
stefano.sabatini-lala |
Remove reference to the "frame" term in variable names. Simpler and …
|
|
|
@afead10
|
14 years |
stefano.sabatini-lala |
Make av_parse_video_size() and av_parse_video_rate() return …
|
|
|
@b964a293
|
14 years |
stefano.sabatini-lala |
Reindent.
Originally committed as revision 24520 to …
|
|
|
@a2758624
|
14 years |
stefano.sabatini-lala |
Make pkgconfig_generate check if the library is enabled before to …
|
|
|
@126b638e
|
14 years |
stefano.sabatini-lala |
Deprecate av_parse_video_frame_size() and av_parse_video_frame_rate() …
|
|
|
@db9cc3a5
|
14 years |
rsbultje |
Reindent after r24516.
Originally committed as revision 24517 to …
|
|
|
@e87b7d72
|
14 years |
rsbultje |
Use inverse error branches, i.e. instead of if(something){success} …
|
|
|
@540ab68c
|
14 years |
rsbultje |
Use av_log(.., AV_LOG_ERROR) instead of dprintf() for logging errors. …
|
|
|
@ab4d031
|
14 years |
rsbultje |
Use pmaddubsw for the mbedge_filter (>=ssse3), 6-10 cycles faster.
…
|
|
|
@e25dee60
|
14 years |
darkshikari |
VP8: Much faster SSE2 MC
5-10% faster or more on Phenom, Athlon 64, …
|
|
|
@9dd9d67b
|
14 years |
stefano.sabatini-lala |
Define static functions fill_image_linesize() and …
|
|
|
@48adb7e7
|
14 years |
rsbultje |
Enable no-loop memory/register saving for ssse3/sse4 also.
Originally …
|
|
|
@2a180c69
|
14 years |
rsbultje |
Save a register (or regsize of stackspace for x86-32) for the no-loop …
|
|
|
@bcd4aa64
|
14 years |
rsbultje |
Use nested ifs instead of &&, which appears to not work with %ifidn …
|
|
|
@0b2c75c
|
14 years |
rsbultje |
Rename pow variable to pwr.
Patch by Axel Holzinger <aholzinger gmx …
|
|
|
@2208053b
|
14 years |
rsbultje |
Split pextrw macro-spaghetti into several opt-specific macros, this …
|
|
|
@065a20c
|
14 years |
stefano.sabatini-lala |
Reindent.
Originally committed as revision 24506 to …
|
|
|
@3aace1bc
|
14 years |
stefano.sabatini-lala |
Rename av_transcode() to transcode().
av_ prefix is reserved for …
|
|
|
@fca05ea8
|
14 years |
darkshikari |
VP8: add missing free
Fixes a tiny memory leak.
Originally committed …
|
|
|
@2701fd40
|
14 years |
Aurélien Jacobs |
matroskaenc: add support for muxing SRT tracks
Originally committed …
|
|
|
@7b53f463
|
14 years |
Aurélien Jacobs |
add mime-type for ASS muxer
Originally committed as revision 24502 to …
|
|
|
@752ff3ff
|
14 years |
martin |
Include the correct header that actually is used, use quotes instead …
|
|
|
@a16dfa2c
|
14 years |
stefano.sabatini-lala |
Fix pkgconfig_generate line for libavcore.
libavcore depends on …
|
|
|
@09d7da86
|
14 years |
Carl Eugen Hoyos |
Accept stdin as input for patcheck.
Patch by Rafaël Carré, rafael d …
|
|
|
@28e241de
|
14 years |
Carl Eugen Hoyos |
Fix r24445: Instead of needlessly initialising a variable, silence the …
|
|
|
@639e4ec8
|
14 years |
stefano.sabatini-lala |
Rename av_exit() to ffmpeg_exit().
av_ is a prefix reserved for av* …
|
|
|
@f62c025a
|
14 years |
stefano.sabatini-lala |
Use X ? Y : Z construct, simplify.
Originally committed as revision …
|
|
|
@853a0fcc
|
14 years |
Reimar.Doeffinger |
Cosmetics: fix indentation and remove a useless else.
Originally …
|
|
|
@3aa13da9
|
14 years |
Reimar.Doeffinger |
Simplify get_byte and url_fgetc.
Originally committed as revision …
|
|
|
@b9542223
|
14 years |
Carl Eugen Hoyos |
Only 4-bit ADPCM IMA WAV files are supported.
Originally committed as …
|
|
|
@f7bd4a8e
|
14 years |
stefano.sabatini-lala |
Cosmetics: rename enc -> dec in opt_input_file().
The variable refer …
|
|
|