source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @6998a9f4   11 years lu_zero http: Properly initialize icy headers string The icy_metadata_headers …
(edit) @d15c5361   11 years martin doc: Point to the correct, actually maintained gas-preprocessor repo …
(edit) @5a7f382   11 years janne-libav armv6: vp8: use explicit labels in motion compensation asm The …
(edit) @aa807425   11 years vittorio.giovara configure: Support older version of openjpeg1 It should work best for …
(edit) @b4e355c8   11 years vittorio.giovara copy_block: K&R formatting cosmetics
(edit) @b3c6ee19   11 years diego configure: Group toolchain options together in help output
(edit) @e77a2ea9   11 years martin http: Declare more parameters as const where possible Signed-off-by: …
(edit) @2572d07c   11 years lu_zero http: Allow setting a Content-Type for POST requests Signed-off-by: …
(edit) @fe568b3   11 years lu_zero http: Improve options descriptions Add documentation where missing. …
(edit) @ab76d9f6   11 years lu_zero http: Always allow no-op seek This also allows checking stream …
(edit) @2ec33d27   11 years lu_zero http: Add support for selecting a request range Comment from Reimar …
(edit) @ddfc989   11 years lu_zero http: Support setting custom User-Agent Contextually make the default …
(edit) @e58c85b0   11 years lu_zero http: Export Content-Type information Bug-Id: …
(edit) @8075c3d8   11 years lu_zero http: Add support reading ICY metadata Export the metadata as a …
(edit) @4ff99ab3   11 years lu_zero http: Refactor process_line
(edit) @7a2fddb4   11 years lu_zero http: K&R formatting cosmetics
(edit) @78b21c1   11 years lu_zero http: Drop doxy comments
(edit) @55a215ba   11 years lu_zero http: Return meaningful error codes
(edit) @390acbea   11 years lu_zero configure: Provide --pkg-config-flags Should be used only to pass …
(edit) @db9d39b4   11 years lu_zero avformat: Report the duration analysis reached
(edit) @908836e2   11 years diego doc: Add section about AviSynth support Signed-off-by: Diego Biurrun …
(edit) @5926603a   11 years diego configure: Document --pkg-config option
(edit) @d92024f1   11 years diego lavf: more correct printf format specifiers
(edit) @7caf48e0   11 years diego configure: miscellaneous cosmetics Sort lists of components. Add some …
(edit) @77e9123f   11 years vittorio.giovara lavf: always use av_free Signed-off-by: Tim Walker <tdskywalker@gmail.com>
(edit) @34bbc81d   11 years vittorio.giovara lavf: simplify ff_hevc_annexb2mp4_buf Use ff_hevc_annexb2mp4 instead …
(edit) @4a856239   11 years lu_zero configure: Use the right pkgconf file for openjpeg The current …
(edit) @ee17be3f   11 years lu_zero hevc: Use get_se_golomb_long Do not use inline functions that refer …
(edit) @5eacbb53   11 years lu_zero golomb: Add a get_se_golomb_long Useful in libavformat mostly.
(edit) @e854b8f9   11 years anton Work around broken floating point limits on some systems. The values …
(edit) @8cafeb8b   11 years martin mxfdec: Validate parameters to strftime The MSVCRT version of …
(edit) @558b20d7   11 years vittorio.giovara matroskaenc: enable Annex B to MP4 conversion for HEVC tracks.
(edit) @a823d094   11 years vittorio.giovara matroskaenc: write private data in hvcC format for HEVC.
(edit) @4f3db5d3   11 years vittorio.giovara movenc: allow muxing HEVC in MODE_MP4.
(edit) @b6c61fb8   11 years vittorio.giovara movenc: enable Annex B to MP4 conversion for HEVC tracks.
(edit) @20b40a59   11 years vittorio.giovara movenc: write hvcC tag for HEVC.
(edit) @1d9014f0   11 years vittorio.giovara movenc: use 'hev1' tag for HEVC in MODE_MOV. 'hvc1' requires that …
(edit) @3e0175d8   11 years vittorio.giovara riff: add VP9 fourcc
(edit) @fb0a988f   11 years vittorio.giovara riff: IPJ2 decodes with JPEG2000 decoder Samples can be made from …
(edit) @9e71cc8   11 years vittorio.giovara movdec: handle 0x7fff langcode as macintosh per the specs The correct …
(edit) @8a0bc405   11 years vittorio.giovara libspeex: support ZygoAudio (quality 10 mode)
(edit) @360022bd   11 years vittorio.giovara isom: lpcm in mov default to big endian It is my understanding that …
(edit) @db32f14c   11 years vittorio.giovara isom: add "MNG" FourCC
(edit) @073cd30f   11 years vittorio.giovara isom: Support MPEG-2 video mov files from FPC5
(edit) @31e558fb   11 years vittorio.giovara isom: add "NO16" FourCC
(edit) @65090123   11 years vittorio.giovara isom: add Radius DV YUV FourCCs
(edit) @eeae858   11 years vittorio.giovara isom: Support Sony XAVC in mov Signed-off-by: Vittorio Giovara …
(edit) @c0980468   11 years vittorio.giovara isom: add xd51 hdcam Someone needs to binary search FCP for new isom…
(edit) @4d33873c   11 years vittorio.giovara hevc: make pps/sps ids unsigned where necessary Fixes integer …
(edit) @ed06e5d9   11 years vittorio.giovara hevc: Do not turn 32bit timebases into negative numbers Found-by: …
(edit) @6cc94e9   11 years vittorio.giovara hevc: use av_mallocz() for allocating tab_ipm Fixes use of …
(edit) @920c01ad   11 years vittorio.giovara hevc: Use get_bits_long() in decode_vui() Fix assertion failure. …
(edit) @74cc9019   11 years janne-libav float_dsp: fix errors in documentation
(edit) @c708b540   11 years janne-libav timer: use mach_absolute_time as high resolution clock on darwin Not …
(edit) @634d9d8b   11 years janne-libav arm: get_cabac inline asm Based on the aarch64 asm. CPU cycle counts …
(edit) @dfe224f   11 years janne-libav aarch64: get_cabac inline asm Based on the x86 branchless get_cabac …
(edit) @4506a854   11 years janne-libav arm: vp3: remove incorrect const in ff_vp3_idct_dc_add_neon …
(edit) @0e0cefb   11 years tdskywalker build: Use pkg-config for openjpeg Bug-Id: 387 CC: libav-stable@libav.org
(edit) @565e0c6d   11 years tdskywalker movenc: allow override of "writing application" tag Signed-off-by: …
(edit) @0092c1dd   11 years tdskywalker matroskaenc: allow override of "writing application" tag …
(edit) @61985ad7   11 years janne-libav arm: hpeldsp: fix put_pixels8_y2_{,no_rnd_}armv6 The overread …
(edit) @8c09532   11 years diego rv10: K&R formatting cosmetics Also sort #includes into canonical …
(edit) @b4d372e0   11 years diego rv10: Forward error from rv10_decode_packet Signed-off-by: Diego …
(edit) @a8014534   11 years diego g2meet: K&R formatting cosmetics
(edit) @f87a6e50   11 years derek.buitenhuis fic: Properly handle skip frames Signed-off-by: Derek Buitenhuis …
(edit) @f69befe5   11 years diego matroskadec: cosmetics: Fix "attachement" vs. "attachment" typo
(edit) @84cfce9f   11 years diego matroskadec: K&R formatting cosmetics Also sort #includes into …
(edit) @77eed91f   11 years martin rtmppkt: Rename the ts_delta field to ts_field Based on a suggestion …
(edit) @8bbb02ae   11 years martin rtmppkt: Properly handle extended timestamps when writing …
(edit) @48cfb5f4   11 years martin rtmppkt: Add a descriptive comment Signed-off-by: Martin Storsjö …
(edit) @5b2ad78f   11 years martin rtmppkt: Handle extended timestamp field even for one-byte header …
(edit) @93d216d3   11 years diego dict: K&R formatting cosmetics
(edit) @d67dbfa7   11 years derek.buitenhuis libx265: Support API version 9 Signed-off-by: Derek Buitenhuis …
(edit) @b6638210   11 years lu_zero dxva2: Increase maximum number of slices for mpeg2 Some content …
(edit) @5b977c1d   11 years lu_zero mxf: Return meaningful errors
(edit) @f06f6daa   11 years lu_zero mxf: Parse random index pack Get the last partition offset and use it …
(edit) @570af382   11 years lu_zero mxf: Handle identification metadata Signed-off-by: Luca Barbato …
(edit) @5b930092   11 years lu_zero mxf: Set audio packets pts Extrapolate audio timestamps based on the …
(edit) @e118bb1a   11 years lu_zero mxf: Introduce ff_mxf_get_samples_per_frame Signed-off-by: Luca …
(edit) @d48430c3   11 years diego build: Let the SVQ3 decoder depend on the H.264 decoder The SVQ3 …
(edit) @84bf8817   11 years diego configure: Split x86 SIMD architecture extensions into separate list …
(edit) @713d3f98   11 years anton vf_shuffleplanes: fix the type of the mapping indices They are …
(edit) @3bfdee00   11 years diego x86: dcadsp: Fix linking with yasm and optimizations disabled Some …
(edit) @e1f2987b   11 years anton FATE: add tests for the shuffleplanes filter
(edit) @599b81ca   11 years anton lavfi: add shuffleplanes filter
(edit) @bba2a7cc   11 years anton lavfi: use the correct filter context for logging an error.
(edit) @cbddee1c   11 years janne-libav arm: hpeldsp: prevent overreads in armv6 asm Based on a patch by …
(edit) @3741aa37   11 years diego x86: cabac: Use correct #includes to make header compile standalone
(edit) @e995cf1b   11 years lu_zero avfilter: Add missing emms_c when needed Arch specific calls should …
(edit) @5ddc9f50   11 years siretart configure: enable PIC on s390(x) The s390 architecture requires …
(edit) @eeaf4f3b   11 years janne-libav av_vdpau_get_profile: mask out H.264 intra profile flag …
(edit) @3407172b   11 years diego avienc: K&R formatting cosmetics Signed-off-by: Diego Biurrun …
(edit) @4c41a7a1   11 years vittorio.giovara vf_frei0r: fix missing end of line character Error introduced in …
(edit) @a18ef7a7   11 years vittorio.giovara doc: fix a couple of typos in frame.h
(edit) @973dc4e8   11 years vittorio.giovara put_bits: Remove unused includes This requires adding includes to …
(edit) @5397386e   11 years vittorio.giovara mathops: move macro to the only place it is used This helps in …
(edit) @61b323ce   11 years vittorio.giovara vf_frei0r: refactor library loading from env variable strtok_r is not …
(edit) @4e0be9c8   11 years vittorio.giovara vf_frei0r: prevent a segfault when filter parameters are not set
(edit) @8accddeb   11 years vittorio.giovara vf_frei0r: adjust error messages
(edit) @5c9c305d   11 years diego ass: K&R formatting cosmetics
Note: See TracRevisionLog for help on using the revision log.