|
|
|
@9e2f448d
|
13 years |
michaelni |
vf_mp: Fix large memleak.
Signed-off-by: Michael Niedermayer …
|
|
|
@b1931321
|
13 years |
michaelni |
mjpegenc: Fix JFIF version
|
|
|
@4ac5dffc
|
13 years |
Philip Langdale |
CrystalHD: Use mp4toannexb bitstream filter.
The H.264 parser that we …
|
|
|
@7d2714d1
|
13 years |
Philip Langdale |
CrystalHD: Keep mp4toannexb filter around for entire decoder lifetime. …
|
|
|
@173cd695
|
13 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master: (24 …
|
|
|
@fdb5e029
|
13 years |
Aurélien Jacobs |
matroskadec: properly decode color space in an endian neutral way
|
|
|
@5fec3a25
|
13 years |
Aurélien Jacobs |
matroskadec: use a temporary fourcc variable
|
|
|
@f440f742
|
13 years |
Aurélien Jacobs |
matroskaenc: ensure the written colorspace don't depend on host endianness
|
|
|
@35bdaf3
|
13 years |
diego |
utils: Drop pointless '#if 1' preprocessor directive.
|
|
|
@38c304ad
|
13 years |
justin.ruggles |
ac3enc: remove empty ac3_float function that is never called
|
|
|
@e0cc66df
|
13 years |
justin.ruggles |
ac3enc: split templated float vs. fixed functions into a separate …
|
|
|
@e754dfc0
|
13 years |
justin.ruggles |
ac3enc: dynamically allocate AC3EncodeContext fields windowed_samples …
|
|
|
@36151b3e
|
13 years |
justin.ruggles |
ac3enc: use function pointer to choose between AC-3 and E-AC-3 header …
|
|
|
@504811ba
|
13 years |
jason |
Roll back 4:4:4 H.264 for now
Needs some ARM/PPC asm modifications.
|
|
|
@295f0a25
|
13 years |
jason |
Fix SVQ3 after adding 4:4:4 H.264 support
|
|
|
@c177cfb4
|
13 years |
jason |
H.264: fix CODEC_FLAG_GRAY
It was broken in 4:4:4, and still did …
|
|
|
@c9c49387
|
13 years |
jason |
4:4:4 H.264 decoding support
Note: this is 4:4:4 from the 2007 spec …
|
|
|
@25f05ddb
|
13 years |
anton |
h264_parser: Fix whitespace after previous change.
Signed-off-by: …
|
|
|
@a26ce1e2
|
13 years |
anton |
h264_parser: Fix behaviour when PARSER_FLAG_COMPLETE_FRAMES is set.
…
|
|
|
@8d0786ec
|
13 years |
anton |
wav: remove an invalid free().
Signed-off-by: Anton Khirnov …
|
|
|
@a8fd2f4e
|
13 years |
anton |
lavf: initialise reference_dts in av_estimate_timings_from_pts.
Fixes …
|
|
|
@108f318d
|
13 years |
anton |
h264: don't be so picky on decoding pps in extradata.
Fixes issue2517 …
|
|
|
@3de33b00
|
13 years |
anton |
avcodec.h: add or elaborate on some documentation comments.
…
|
|
|
@33aec3f4
|
13 years |
anton |
h264: change a few comments into error messages
Signed-off-by: …
|
|
|
@86961eea
|
13 years |
anton |
ac3dec: fix doxy-style for comment ("/>" should be "/<" instead).
…
|
|
|
@a31d4b3a
|
13 years |
anton |
img2: add .dpx to the list of supported file extensions.
…
|
|
|
@294e5475
|
13 years |
anton |
ffv1: fix undefined behavior with insane widths.
The new tables is …
|
|
|
@e6ba3d42
|
13 years |
Aurélien Jacobs |
replace remaining usage of deprecated av_metadata_set2() by av_dict_set()
|
|
|
@7ebaa967
|
13 years |
Aurélien Jacobs |
matroskaenc: write colourspace element for rawvideo tracks
|
|
|
@eb8de45c
|
13 years |
Aurélien Jacobs |
nsv: simplify probe function
|
|
|
@223694b4
|
13 years |
Aurélien Jacobs |
nsv: return error code instead of discarding it in read_header()
|
|
|
@9776e25d
|
13 years |
mans |
ARM: jrevdct_arm: simplify stack usage
Signed-off-by: Mans Rullgard …
|
|
|
@13743c7a
|
13 years |
mans |
ARM: jrevdct_arm: use push/pop mnemonics
Use push/pop instead of …
|
|
|
@77cdfde7
|
13 years |
mans |
ARM: jrevdct_arm: misc cleanup
- use 'const' macro to define coeff …
|
|
|
@5c46ad1d
|
13 years |
mans |
ARM: optimised mpadsp_apply_window_fixed
Signed-off-by: Mans Rullgard …
|
|
|
@b95d19b0
|
13 years |
siretart |
Add some (important) changelog entries
|
|
|
@058d0363
|
13 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
…
|
|
|
@21d5de93
|
13 years |
michaelni |
H264: Reduce pointless diffs to qatar
Signed-off-by: Michael …
|
|
|
@f0e9ee8d
|
13 years |
michaelni |
Revert "H264: Split out hl_motion and template it, this seems a bit …
|
|
|
@3fe6bbd5
|
13 years |
stefano.sabatini-lala |
libavfilter: implement avfilter_fill_frame_from_video_buffer_ref()
|
|
|
@c5354942
|
13 years |
stefano.sabatini-lala |
avfiltergraph: make the AVFilterInOut alloc/free API public
This is …
|
|
|
@6119b23
|
13 years |
stefano.sabatini-lala |
avfiltergraph: change the syntax of avfilter_graph_parse()
Make it …
|
|
|
@86909dd5
|
13 years |
stefano.sabatini-lala |
graphparser: prefer void * over AVClass * for log contexts
|
|
|
@33eac92
|
13 years |
michaelni |
h264: Complexify frame num gap shortening code
By observation it did …
|
|
|
@53781bf1
|
13 years |
michaelni |
Update todo
All the known bugs in h264 are fixed so I'm calling it …
|
|
|
@225083ac
|
13 years |
michaelni |
mpeg12: replace 2 asserts by av_assert0
Signed-off-by: Michael …
|
|
|
@de859358
|
13 years |
anton |
cmdutils: add missing NULL check in parse_options()
Fix ffplay -i …
|
|
|
@2f2c6040
|
13 years |
anton |
x11grab: remove a memory allocation and the associated memcpy.
…
|
|
|
@d127d269
|
13 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
build: …
|
|
|
@2291e18
|
13 years |
michaelni |
Fix --disable-everything
Breakage was due to ff_find_pix_fmt() usage. …
|
|
|
@151c5841
|
13 years |
mans |
build: fix "make install" with documentation disabled
Signed-off-by: …
|
|
|
@623ffe8c
|
13 years |
mans |
build: simplify some conditional targets
Use intermediate targets …
|
|
|
@e8876902
|
13 years |
Clément Bœsch |
resample: clarify supported resampling.
This also fix a crash on 8ch …
|
|
|
@d468ed03
|
13 years |
stefano.sabatini-lala |
lavfi: fix signature for avfilter_graph_parse() and …
|
|
|
@f5901fd3
|
13 years |
stefano.sabatini-lala |
avfiltergraph: use meaningful error codes
|
|
|
@7aa59471
|
13 years |
michaelni |
Revert "ac3: there was no libav in 2010 thus this code cannot be from …
|
|
|
@45fb6474
|
13 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
…
|
|
|
@39dbe9b6
|
13 years |
michaelni |
Fix -t option for formats which holds dts and no pts
Signed-off-by: …
|
|
|
@36204ed8
|
13 years |
michaelni |
dnxhd: Renama tables
|
|
|
@d3cef0a8
|
13 years |
michaelni |
Extract rotation in MOV metadata
|
|
|
@19d824e4
|
13 years |
alex.converse |
bitstream: Properly promote av_reverse values before shifting.
|
|
|
@0fd82fed
|
13 years |
michaelni |
pixfmt: Replace 9/10bit deprecation by a technical explanation.
…
|
|
|
@103278f7
|
13 years |
rsbultje |
libavutil/swscale: YUV444P10/YUV444P9 support.
Also add missing glue …
|
|
|
@c149843b
|
13 years |
rsbultje |
H.264: Fix high bit depth explicit biweight
Signed-off-by: Ronald S. …
|
|
|
@6c031a33
|
13 years |
rsbultje |
h264: Fix 10-bit H.264 x86 chroma v loopfilter asm.
The tc variable …
|
|
|
@919d7a34
|
13 years |
diego |
Replace DEBUG_SEEK/DEBUG_SI + av_log combinations by av_dlog.
|
|
|
@aecc596a
|
13 years |
justin.ruggles |
Update copyright year for ac3enc_opts_template.c.
The code was …
|
|
|
@f74e5b76
|
13 years |
diego |
adts: Adjust frame size mask to follow the specification.
This fixes …
|
|
|
@16c9e671
|
13 years |
stefano.sabatini-lala |
APIchanges: fill hash for the …
|
|
|
@79a0ec1
|
13 years |
stefano.sabatini-lala |
lavfi: avfilter_merge_formats: handle case where inputs are same
This …
|
|
|
@989184fe
|
13 years |
stefano.sabatini-lala |
lavfi: use avfilter_get_audio_buffer_ref_from_arrays() in defaults.c
…
|
|
|
@c3819600
|
13 years |
stefano.sabatini-lala |
lavfi: implement avfilter_get_audio_buffer_ref_from_arrays()
|
|
|
@c6d7fc27
|
13 years |
stefano.sabatini-lala |
APIchanges: remove duplicated entry
|
|
|
@2caaa791
|
13 years |
stefano.sabatini-lala |
APIchanges: fill in dates and numbers
Since some minor bump were not …
|
|
|
@a5825b22
|
13 years |
stefano.sabatini-lala |
APIchanges: remove duplicated entry
Remove duplicated entry regarding …
|
|
|
@e0ce971
|
13 years |
stefano.sabatini-lala |
APIchanges: correctly interleave entries
|
|
|
@bd77a5e
|
13 years |
stefano.sabatini-lala |
APIchanges: add entry for av_force_cpu_flags() addition
|
|
|
@ace0a5e2
|
13 years |
stefano.sabatini-lala |
lavf: bump minor after the addition of fps_probe_size to AVFormatContext
|
|
|
@62519c61
|
13 years |
stefano.sabatini-lala |
lavc: bump minor after the addition of AVCodecContext.request_sample_fmt
|
|
|
@d16cccac
|
13 years |
martin |
movenc: Add RTP muxer/hinter options
Signed-off-by: Martin Storsjö …
|
|
|
@f3f8229
|
13 years |
martin |
movenc: Pass the RTP AVFormatContext to the SDP generation
…
|
|
|
@e2e29c62
|
13 years |
martin |
rtspenc: Add RTP muxer options
Signed-off-by: Martin Storsjö …
|
|
|
@6cf09bb7
|
13 years |
martin |
rtspenc: Add an AVClass for setting muxer specific options
…
|
|
|
@ff0824f7
|
13 years |
martin |
rtpenc_chain: Pass the rtpflags options through to the chained muxer
…
|
|
|
@635fac9a
|
13 years |
martin |
rtpenc: Declare the rtp flags private AVOptions in rtpenc.h
This …
|
|
|
@9c434ce8
|
13 years |
martin |
sdp: Reindent after the previous commit
Signed-off-by: Martin Storsjö …
|
|
|
@08321228
|
13 years |
martin |
rtpenc: MP4A-LATM payload support
This is enabled with an AVOption on …
|
|
|
@cb7c11cc
|
13 years |
martin |
avoptions: Add an av_opt_flag_is_set function for inspecting flag …
|
|
|
@0558e266
|
13 years |
martin |
sdp: Allow passing an AVFormatContext to the SDP generation
Options …
|
|
|
@f33a6a22
|
13 years |
anton |
mov: Fix wrong timestamp generation for fragmented movies that have …
|
|
|
@d8999306
|
13 years |
anton |
mpeg12: more advanced ffmpeg mpeg2 aspect guessing code.
Fixes …
|
|
|
@7b8ec38d
|
13 years |
michaelni |
ac3: there was no libav in 2010 thus this code cannot be from libav.
…
|
|
|
@2ec77aae
|
13 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
lavf: …
|
|
|
@af2faf20
|
13 years |
rsbultje |
swscale: split YUYV output out of yuv2packed[12X]_c().
This is part …
|
|
|
@6a137dde
|
13 years |
michaelni |
dict: This code was developed in ffmpeg and not libav, nor by libav …
|
|
|
@996bbdbf
|
13 years |
anton |
lavf: make compute_pkt_fields2() return meaningful error values
…
|
|
|
@46544204
|
13 years |
anton |
matroskadec: set timestamps for RealAudio packets.
Improves seeking …
|
|
|
@8e84c072
|
13 years |
anton |
intelh263dec: aspect ratio processing fix.
patch submitted by …
|
|
|
@95a05030
|
13 years |
anton |
intelh263dec: fix "Strict H.263 compliance" file playback
fixes …
|
|
|
@c673c905
|
13 years |
anton |
oss,sndio: simplify by using FFMIN.
Signed-off-by: Anton Khirnov …
|
|
|