|
|
|
@ae77f06c
|
11 years |
michaelni |
Merge commit '5045f6bdfabfa5d3374756d2c23f762fb042acae'
* commit …
|
|
|
@bbcaf25d
|
11 years |
michaelni |
lavu/sha512: Fully unroll the transform function loops
crypto_bench …
|
|
|
@7e4fe516
|
11 years |
michaelni |
lavu/sha: Fully unroll the transform function loops
crypto_bench …
|
|
|
@a8e00cf9
|
11 years |
onemda |
avfilter: remove redundant use of AV_NE() macro
Signed-off-by: Paul B …
|
|
|
@269845db
|
11 years |
onemda |
avformat/nutdec: check for allocation failures
Signed-off-by: Paul B …
|
|
|
@99a28333
|
11 years |
onemda |
avfilter/vf_traspose: move switch out of loop
Signed-off-by: Paul B …
|
|
|
@38155b47
|
11 years |
michaelni |
avcodec: add const qualifier to avcodec_find_best_pix_fmt2 args
…
|
|
|
@5045f6bd
|
11 years |
diego |
configure: Fix wrong reference to user support mailing list
|
|
|
@2a1c24a2
|
11 years |
michaelni |
avformat/utils: use av_realloc_array()
Signed-off-by: Michael …
|
|
|
@c5714097
|
11 years |
michaelni |
avformat/mxfdec: use av_realloc_array()
Signed-off-by: Michael …
|
|
|
@9bca8e53
|
11 years |
michaelni |
avformat/matroskaenc: use av_realloc_array()
Signed-off-by: Michael …
|
|
|
@e5290823
|
11 years |
michaelni |
avformat/matroskadec: use av_realloc_array()
Signed-off-by: Michael …
|
|
|
@b5b34c19
|
11 years |
michaelni |
avformat/matroskaenc: use av_freep() to avoid leaving stale pointers
…
|
|
|
@2175f768
|
11 years |
michaelni |
avformat/asfenc: use av_freep() for extra saftey
Signed-off-by: …
|
|
|
@2832a82e
|
11 years |
michaelni |
avformat/gxfenc: Clear nb_fields on array deallocation
Signed-off-by: …
|
|
|
@a6ca08f1
|
11 years |
michaelni |
avformat/gxfenc: Check and propagate return code from …
|
|
|
@9e505485
|
11 years |
onemda |
avformat/smacker: check avformat_new_stream() return value
…
|
|
|
@848ad8db
|
11 years |
onemda |
avformat/libnut: check avformat_new_stream() return value
…
|
|
|
@f2e614e
|
11 years |
onemda |
avformat/ffmetadec: return meaningful error codes
Signed-off-by: Paul …
|
|
|
@60caa3d8
|
11 years |
onemda |
avformat/sierravmd: check for memory allocation failures
…
|
|
|
@00e1bf8a
|
11 years |
onemda |
avformat/flic: check for memory allocation failures
Signed-off-by: …
|
|
|
@803445e0
|
11 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
Drop …
|
|
|
@c45e9097
|
11 years |
michaelni |
Merge commit 'ec17d1aa8b833d49d8fc479e44e9e22858aa486c'
* commit …
|
|
|
@24da9eb2
|
11 years |
michaelni |
Merge commit 'c58f4069e1d5b5804c669b691510e1b8fabb67fc'
* commit …
|
|
|
@8c9d6ee4
|
11 years |
michaelni |
avformat/utils: functions that add entries should not destroy the …
|
|
|
@5ca39a0b
|
11 years |
michaelni |
avformat/mxfdec: functions that add entries should not destroy the …
|
|
|
@c9367c07
|
11 years |
michaelni |
avformat/matroskaenc: functions that add entries should not destroy …
|
|
|
@32805f85
|
11 years |
michaelni |
avformat/matroskadec: ebml_parse_elem() should not deallocate priorly …
|
|
|
@cbe47b1e
|
11 years |
michaelni |
Merge commit 'f369b9356c4606cd4d713d60f7db5de119d901fa'
* commit …
|
|
|
@64b6279d
|
11 years |
michaelni |
avcodec/mjpegdec: Support >8bpc color mjpeg
Fixes Ticket2939
…
|
|
|
@7bc9fb8c
|
11 years |
michaelni |
avcodec/utils: add 16bit planar YUV formats to …
|
|
|
@ae12d655
|
11 years |
michaelni |
lavcodec: Adding support for End Trimming in Opus encoder
Adds the …
|
|
|
@7b0a839b
|
11 years |
michaelni |
opus/matroska: Adding support for End Trimming in demuxer/decoder
…
|
|
|
@889bc79b
|
11 years |
michaelni |
lavc/utils: Add support for discarding samples from the end
Adding …
|
|
|
@bf5ceeff
|
11 years |
onemda |
avfilter/vf_psnr: >8 bit planar support
Signed-off-by: Paul B Mahol …
|
|
|
@83165e39
|
11 years |
michaelni |
doc: Rename avtools-common-opts to fftools-common opts
Signed-off-by: …
|
|
|
@942babd
|
11 years |
onemda |
avcodec/vp56: use av_reallocp_array() and check if allocation failed
…
|
|
|
@7883827c
|
11 years |
michaelni |
ffmpeg: check for unsupported "queing of command on first filter …
|
|
|
@1525107
|
11 years |
michaelni |
ffmpeg: improve built in docs for passing commands
Signed-off-by: …
|
|
|
@f8f4e48b
|
11 years |
michaelni |
ffmpeg: print command replies starting on column 0
This fixes …
|
|
|
@bb23bf8f
|
11 years |
michaelni |
avfilter/avfilter: fix null pointer dereference with queued ping …
|
|
|
@9b07d34e
|
11 years |
michaelni |
Make avcodec_find_best_pix_fmt_of_list const-correct
Signed-off-by: …
|
|
|
@5cfa519
|
11 years |
michaelni |
avformat/riff: add 0x594a TwoCC
sample:
…
|