|
|
|
@e960b3e2
|
11 years |
michaelni |
avformat/utils: Print warning if reallocating probe buffer failed
…
|
|
|
@01b4689
|
11 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
rtmp: …
|
|
|
@208f9dd2
|
11 years |
michaelni |
Merge commit 'd4aef997809167832ecc64e89dda8cb445e5fe10'
* commit …
|
|
|
@c71541d4
|
11 years |
michaelni |
Merge commit '120af23cd5fcfc539d9575d17d403247ab17109b'
* commit …
|
|
|
@3f760214
|
11 years |
michaelni |
Merge commit '68b467742092364f9306283f40effde2c12efe08'
* commit …
|
|
|
@4149981
|
11 years |
stefasab |
doc/fftools-common-opts: document -help long and full output
|
|
|
@8947de17
|
11 years |
michaelni |
Merge commit '1daea5232fc9963ba93b1b6d07a2373f87c9b392'
* commit …
|
|
|
@7b83648
|
11 years |
michaelni |
Merge commit '73084391588b0f150737990038829cac5013dd68'
* commit …
|
|
|
@96e6447d
|
11 years |
michaelni |
Merge commit '596e5d4783ca951258a7c580951fd161f1785ec1'
* commit …
|
|
|
@22f79a2d
|
11 years |
michaelni |
Merge commit '0a9425d7cfdf0113c3d32096c9406823efe0cd0a'
* commit …
|
|
|
@a275ff7e
|
11 years |
michaelni |
Merge commit '92ed83e393d25b6d15920e90d56ee77de54a9728'
* commit …
|
|
|
@9589b619
|
11 years |
michaelni |
Merge commit 'fe0337e89bbbe84b7274fbb0d9d56ed992937931'
* commit …
|
|
|
@c9eb2ce0
|
11 years |
michaelni |
Merge commit '666ed7eda1d568638689ac7b0cef0a9e564ffbdf'
* commit …
|
|
|
@953a4191
|
11 years |
michaelni |
Merge commit 'ffb7669e47343ac0caa866361965fdb2bf6ed825'
* commit …
|
|
|
@0483cfe
|
11 years |
michaelni |
Merge commit '97d35fa89f73468d64f663bfc0686aa6cddd8b6a'
* commit …
|
|
|
@c74c3fb1
|
11 years |
michaelni |
Merge commit '3feb3d6ce4be0a09a9f8f13d613bed25b523b6e7'
* commit …
|
|
|
@ede42109
|
11 years |
michaelni |
x86: Add an xmm clobbering wrapper for avcodec_encode_video2
This is …
|
|
|
@ff4548f2
|
11 years |
michaelni |
Merge commit '187105ff8a02bafc9c58d9d8363bb3f55a415635'
* commit …
|
|
|
@f8d1bb67
|
11 years |
martin |
rtmp: rename main_channel_id to stream_id.
This more closely …
|
|
|
@d4aef997
|
11 years |
martin |
rtmp: Follow Flash player numbering for channels.
Channel 4 is …
|
|
|
@120af23c
|
11 years |
martin |
rtmp: Send video on a separate channel.
Sending non-monotonic packets …
|
|
|
@7129935e
|
11 years |
michaelni |
avcodec/mjpegdec: Fix ljpeg RCT
Signed-off-by: Michael Niedermayer …
|
|
|
@7dea2eab
|
11 years |
michaelni |
Merge remote-tracking branch 'cehoyos/master'
* cehoyos/master:
Do …
|
|
|
@5c2be81
|
11 years |
Carl Eugen Hoyos |
Do not suggest to increase probesize for image2 files.
|
|
|
@bcac6b43
|
11 years |
michaelni |
lavf/oggopus: Fixing a log message
Re-wording a log message that's no …
|
|
|
@b9e7bde6
|
11 years |
michaelni |
lavf/avienc: use av_freep() avoid stale pointers
Signed-off-by: …
|
|
|
@46a723ec
|
11 years |
michaelni |
swscale/yuv2rgb: make sure yuvTable is set to NULL after deallocation
…
|
|
|
@9078b40d
|
11 years |
michaelni |
swresample: replace 2 av_free() by av_freep()
avoids leaving stale …
|
|
|
@68b4677
|
11 years |
martin |
lavf: Make probe_codec return an error code
This allows handling …
|
|
|
@1daea523
|
11 years |
martin |
x86: Add an xmm clobbering wrapper for avcodec_encode_video2
This is …
|
|
|
@73084391
|
11 years |
martin |
lavf: Don't explicitly flush after each written packet in muxers
…
|
|
|
@596e5d47
|
11 years |
martin |
lavf: Add a flag to enable/disable per-packet flushing
This is …
|
|
|
@c051d66
|
11 years |
onemda |
avformat/avidec: use av_calloc() and check for allocation error
…
|
|
|
@23637f98
|
11 years |
michaelni |
lavf/ogg: Support for end trimming Opus
Adding support for end …
|
|
|
@0a9425d7
|
11 years |
lu_zero |
flv: Do not export datastream as metadata
It is used internally.
|
|
|
@92ed83e3
|
11 years |
lu_zero |
rtmp: Store all the notify messages
The onTextData is used to …
|
|
|
@fe0337e8
|
11 years |
lu_zero |
rtmp: Do not send the first field twice within the handshake
|
|
|
@666ed7ed
|
11 years |
lu_zero |
rtmp: Drop an unneeded warning
Apparently a widely used streaming …
|
|
|
@ffb7669e
|
11 years |
lu_zero |
rtmp: Support play method in listen mode
|
|
|
@97d35fa8
|
11 years |
lu_zero |
rtmp: Factor out publish specific code
Will be reused for supporting play.
|
|
|
@3feb3d6c
|
11 years |
lu_zero |
mem: Introduce av_reallocp
|
|
|
@b7dd4598
|
11 years |
michaelni |
doc/formats: Add documentation for 3 parameters that have been missing …
|
|
|
@9d05de22
|
11 years |
onemda |
avfilter: add adelay filter
Signed-off-by: Paul B Mahol <onemda@gmail.com>
|
|
|
@42b8f5fb
|
11 years |
onemda |
avformat/segafilm: remove deplanarization hack
Signed-off-by: Paul B …
|
|
|
@ca5456db
|
11 years |
onemda |
avformat/segafilm: use av_freep()
Signed-off-by: Paul B Mahol …
|
|
|
@02f56bf
|
11 years |
michaelni |
avformat/sierravmd: use av_freep() for freeing context fields
This …
|
|
|
@56305773
|
11 years |
onemda |
avfilter/vf_stereod3d: add const qualifiers to ana_convert()
…
|
|
|
@c74d5929
|
11 years |
onemda |
avfilter/vf_stereo3d: BGR24 support for anaglyphs
Signed-off-by: Paul …
|
|
|
@fcea6f71
|
11 years |
onemda |
avfilter/vf_stereo3d: avoid pointless copy
Signed-off-by: Paul B …
|
|
|
@7283d2bb
|
11 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
…
|
|
|
@b3970b3
|
11 years |
michaelni |
Merge commit '6fc8226e29055858f28973bb3d27b63b3b65e616'
* commit …
|
|
|
@187105ff
|
11 years |
diego |
Fix references to deleted avcodec_encode_video() function
|
|
|
@e0fcd029
|
11 years |
michaelni |
Merge commit 'ac9d159015a88aa2721b271875d18482f713f354'
* commit …
|
|
|
@18e0dd0
|
11 years |
michaelni |
Merge commit 'e90a6846c2c006fbebd00e1f2789f4a86fafacef'
* commit …
|
|
|
@ff0a3827
|
11 years |
michaelni |
Merge commit '5bbfe193a0a41bd2adb648c8c3f6901a575734a2'
* commit …
|
|
|
@cfa909e
|
11 years |
michaelni |
Merge commit '0ef1660a6365ce60ead8858936b6f3f8ea862826'
* commit …
|
|
|
@a444ddff
|
11 years |
michaelni |
Merge commit '342c43d154e586bc022c86b168fe8d36f69da9d3'
* commit …
|
|
|
@97f8d9fe
|
11 years |
michaelni |
Merge commit 'a06a5b78e2c3bd2e12aff0627a3b65c6fee555a5'
* commit …
|
|
|
@85e8192b
|
11 years |
martin |
avpacket: Fix error checking in packet_alloc
Previously the wrong …
|
|
|
@6fc8226e
|
11 years |
martin |
vp3: Check the framerate for validity
Reported-by: Mateusz "j00ru" …
|
|
|
@ac9d1590
|
11 years |
martin |
proresdec: Properly make sure an index doesn't run past the limit
If …
|
|
|
@e90a6846
|
11 years |
martin |
cavsdec: Make sure a sequence header has been decoded before decoding …
|
|
|
@5bbfe193
|
11 years |
martin |
vocdec: Don't update codec parameters mid-stream
If we really want to …
|
|
|
@0ef1660a
|
11 years |
martin |
sierravmd: Do sanity checking of frame sizes
Limit the size to …
|
|
|
@342c43d1
|
11 years |
martin |
omadec: Properly check lengths before incrementing the position
…
|
|
|
@9ea35980
|
11 years |
tempn |
riff: g723_1 decodes vivo g723.1 in asf
works on bellair_digital_movie.asf
|
|
|
@7fb26224
|
11 years |
michaelni |
avcodec/mjpegdec: rgba64 ljpeg support
Fixes Ticket2965
…
|
|
|
@1e4e0bd9
|
11 years |
michaelni |
avcodec/mjpegdec: change error return value to be outside the 16bit …
|
|
|
@7ac6c632
|
11 years |
onemda |
libavfilter/libmpcodecs: remove unused files
Signed-off-by: Paul B …
|
|
|
@b4a5fcb9
|
11 years |
michaelni |
avcodec/mjpegdec: Fix rgb48 ljpeg
Fixes Ticket894
Signed-off-by: …
|
|
|
@069010ff
|
11 years |
eclipse7 |
lavf/subtitles: Make comment less arrogant
Signed-off-by: Alexander …
|
|
|
@0442718
|
11 years |
u |
avcodec: typo fix sepera* → separa*
|
|
|
@24678a61
|
11 years |
onemda |
avfilter/vf_gradfun: use av_calloc()
Signed-off-by: Paul B Mahol …
|
|
|
@693747c
|
11 years |
onemda |
avfilter/vsrc_life: use av_calloc()
Signed-off-by: Paul B Mahol …
|
|
|
@4f1a17b1
|
11 years |
michaelni |
avcodec/c93: force dimensions to the correct value instead of …
|
|
|
@a06a5b78
|
11 years |
derek.buitenhuis |
mathops/x86: work around inline asm miscompilation with GCC 4.8.1
The …
|
|
|
@821a593
|
11 years |
michaelni |
avcodec/g2meet: Fix order of align and pixel size multiplication.
…
|
|
|
@e428632c
|
11 years |
michaelni |
avcodec/jpeg2000dec: print invalid cdx/y values
Signed-off-by: …
|
|
|
@3dfc5f55
|
11 years |
michaelni |
avfilter: avoid testing float == 0
This fixes the hypothetical case …
|
|
|
@60abdb6c
|
11 years |
onemda |
avfilter/af_aecho & af_compand: use extended_data
Signed-off-by: Paul …
|
|
|
@a06e2088
|
11 years |
tempn |
changelog: add ffv1 yuva and dts streamid change
|
|
|
@211a185c
|
11 years |
onemda |
avfilter/avfilter: check allocation failure in ff_insert_pad()
…
|
|
|
@5ab7b3b
|
11 years |
michaelni |
matroskadec: Mute "Unknown entry" log messages for CueRelativePosition …
|
|
|
@61b3b587
|
11 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
mem: …
|
|
|
@81bbe49a
|
11 years |
stefasab |
doc/encoders: improve libvo-aacenc doc
Signed-off-by: Timothy Gu …
|
|
|
@0e11790c
|
11 years |
stefasab |
doc/encoders: add doc for AAC encoder
Thanks-to: Kostya Shishkov …
|
|
|
@52954075
|
11 years |
michaelni |
avcodec/simple_idct_template: adjust coeffs for 12bit idct
This …
|
|
|
@d59213b5
|
11 years |
michaelni |
matroskaenc: Bump DocTypeVersion to 4
The muxer has been creating …
|
|
|
@2fcef19c
|
11 years |
michaelni |
Adding a line to Changelog about FFV1 version 1.3 now being stable
…
|
|
|
@f2afe961
|
11 years |
onemda |
avformat/nutenc: use av_reallocp_array()
Fixes memleak on allocation …
|
|
|
@6a70fead
|
11 years |
onemda |
avformat/nutenc: use av_calloc()
Signed-off-by: Paul B Mahol …
|
|
|
@9997a812
|
11 years |
diego |
mem: Document the non-compatibility of av_realloc() and av_malloc()
|
|
|
@1a3d142f
|
11 years |
michaelni |
avcodec/bfi: check for malloc failure
Signed-off-by: Michael …
|
|
|
@bb5e7d3b
|
11 years |
michaelni |
avcodec/mationpixels: free memory after malloc failures
…
|
|
|
@7d8939a0
|
11 years |
onemda |
avfilter/avf_avectorscope: improve description
Signed-off-by: Paul B …
|
|
|
@8134edf3
|
11 years |
onemda |
avcodec/cdxl: use av_freep()
Signed-off-by: Paul B Mahol …
|
|
|
@8728360b
|
11 years |
michaelni |
avcodec/mationpixels: check for malloc failures
Signed-off-by: …
|
|
|
@90ca8142
|
11 years |
michaelni |
ffserver: allow choosing the pixel format
Fixes Ticket2954
…
|
|
|
@108b91c3
|
11 years |
michaelni |
avcodec/mpeg12dec: clear mpeg_enc_ctx_allocated when contexts are …
|
|
|
@6c07e41f
|
11 years |
michaelni |
avcodec/mjpegdec: check for malloc failure of blocks[] and last_nnz[]
…
|
|
|