source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @0a7d4ea3   12 years onemda configure: dts demuxer needs dca_parser Signed-off-by: Paul B Mahol …
(edit) @db4bb4c9   12 years michaelni oggparsetheora: fix comment header parsing Pass the correct header …
(edit) @0ed02327   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: h264: …
(edit) @2a77d4f7   12 years michaelni Merge commit '65d12900432ac880d764edbbd36818431484a76e' * commit …
(edit) @f74f8bc8   12 years michaelni Merge commit 'a854362b40f0e458db5a1fb0d2612a5702ee0ace' * commit …
(edit) @b26cbf75   12 years michaelni Merge commit 'f7b240434c015056bc6319ddbdb8483757cc13e2' * commit …
(edit) @50c555e3   12 years michaelni Merge commit '378a6315b7c48195ffd94e6aa9aa6d663d42b35e' * commit …
(edit) @008d36b   12 years michaelni Merge commit 'eb447d515956b3ce182d9750083131735f00324c' * commit …
(edit) @1bd22229   12 years michaelni Merge commit '73871dc96ff78053b9dcd0eb259b7f5a5308ec87' * commit …
(edit) @d19728da   12 years michaelni Merge commit '0edae4e6286096023cdd6adea74722fa06029867' * commit …
(edit) @2e59210e   12 years Clément Bœsch lavc/h264: don't touch H264Context->ref_count[] during MB decoding. …
(edit) @5cdd3b99   12 years michaelni hls: Disable http seekability probing Some HLS servers return 403 …
(edit) @8a33210d   12 years michaelni http: prevent the Range header being sent when seekability probing …
(edit) @dd1e6b2a   12 years michaelni http: add option to prevent probing for HTTP seekability Add an …
(edit) @cf5a98b9   12 years michaelni mpeg2videodec: fix list of supported frame rates to include sane ext …
(edit) @f6f7d150   12 years lu_zero h264: don't touch H264Context->ref_count[] during MB decoding The …
(edit) @66a4ac51   12 years michaelni libspeexenc: Updated commentary to reflect recent changes …
(edit) @038325ac   12 years michaelni libspeexenc: Add an option for enabling DTX Discontinuous …
(edit) @d5683420   12 years michaelni aacenc: fix out of array writes The value used in allocation is based …
(edit) @60b433d9   12 years michaelni movenc.c: Add support for >16bit BE flavours Currently only LE …
(edit) @a7329e5f   12 years diego x86: get_cpu_flags: add necessary ifdefs around function body …
(edit) @f6fbce76   12 years diego x86: Drop CPU detection intrinsics Now that there is CPU detection in …
(edit) @1f6d8699   12 years diego x86: Add YASM implementations of cpuid and xgetbv from x264 This …
(edit) @65d12900   12 years mans configure: add --enable-lto option This works with gcc. Other …
(edit) @54b24314   12 years diego x86: cpu: Break out test for cpuid capabilities into separate function
(edit) @cc5e9e5f   12 years diego x86: ff_get_cpu_flags_x86(): Avoid a pointless variable indirection
(edit) @1e164c0b   12 years diego build: Factor out mpegaudio dependencies to CONFIG_MPEGAUDIO A new …
(edit) @2e8dcde1   12 years michaelni ffplay: autodetect realtime streams and enable infbuf Signed-off-by: …
(edit) @cb3fd029   12 years michaelni ffplay: add a 3rd state to infbuf for autodetection Signed-off-by: …
(edit) @91c1567b   12 years martin segment: Add comments about calls that only are relevant for some …
(edit) @e214306   12 years michaelni mpeg2enc: support and use frame_rate_ext when needed Signed-off-by: …
(edit) @489d8a79   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @0f1446a4   12 years michaelni Merge commit 'ab35ec29a4071871934856c00da7d6ebcc0c095b' * commit …
(edit) @a854362b   12 years martin segment: Flush buffered data before finishing a segment This makes …
(edit) @f7b24043   12 years martin segment: Set the resend_headers flag for each segment This makes sure …
(edit) @378a6315   12 years martin segment: Add an option for disabling writing of a header/trailer to …
(edit) @eb447d5   12 years martin segment: Free and reinit the muxer before calling …
(edit) @73871dc9   12 years martin segment: Use the public av_write_header/av_write_trailer functions …
(edit) @0edae4e6   12 years martin segment: Properly create new AVStreams for the chained muxer Before, …
(edit) @c864c396   12 years martin segment: Add an option for omitting the first header and final trailer …
(edit) @aa9f128b   12 years martin segment: Add a missing space Signed-off-by: Martin Storsjö …
(edit) @741f5b02   12 years michaelni Merge commit '29abb04e73b0580ebe38703cadb988d26df6a76a' * commit …
(edit) @4673a5a7   12 years anton vf_overlay: properly sync inputs. Right now it incorrectly assumes …
(edit) @ab35ec29   12 years anton vf_overlay: get rid of pointless messing with timebase. Output frames …
(edit) @cd15b7c0   12 years anton samplefmt: make av_samples_alloc() initialize the data to silence. …
(edit) @047dcfa   12 years michaelni afq: sanity assert on remaining_samples Signed-off-by: Michael …
(edit) @b27e2b6   12 years michaelni afq: update remaining samples variable. Fixes Ticket1785 (opusenc …
(edit) @b02493e4   12 years michaelni movenc: force video timebase to be 0.1ms precisse at least. The …
(edit) @c9df4890   12 years justin.ruggles libspeexdec: handle NULL return value from speex_packet_to_header() …
(edit) @769ed305   12 years martin h264probe: Don't error out on bits that no longer are reserved …
(edit) @1481e198   12 years janne-libav mpegvideo: set extended_data in ff_update_duplicate_context() …
(edit) @29abb04e   12 years justin.ruggles libspeexdec: If the channel count is not valid, decode as stereo. …
(edit) @45e5d0c3   12 years justin.ruggles libspeexdec: properly handle DTX for multiple frames-per-packet
(edit) @908e22b9   12 years justin.ruggles libspeexdec: move the SpeexHeader from LibSpeexContext to where it is used
(edit) @892695c   12 years justin.ruggles libspeexdec: simplify setting of frame_size
(edit) @27c3f9c   12 years justin.ruggles libspeexdec: set channel_layout
(edit) @3b061c5e   12 years justin.ruggles libspeexdec: improve setting of Speex mode and sample rate If there …
(edit) @5e6439a1   12 years michaelni ff_choose_timebase: only try factors upto 14 otherwise a unexpected …
(edit) @de707bc8   12 years michaelni mux/nut: factorize ff_choose_timebase() out of nut Signed-off-by: …
(edit) @ad11681a   12 years martin libspeex: Add a private option for enabling VAD Speex detects …
(edit) @05e5a24f   12 years michaelni tiffenc: remove unused variable Signed-off-by: Michael Niedermayer …
(edit) @f0fce9f3   12 years martin xtea: Test inplace decryption Based on test code by: Giorgio Vazzana …
(edit) @b434500   12 years martin xtea: Fix CBC decryption when src==dst Signed-off-by: Martin Storsjö …
(edit) @ca074cc3   12 years martin xtea: Factorize testing into a separate function Based on a patch by …
(edit) @fd712a5   12 years diego configure: Refactor HAVE_ options available on the command line
(edit) @8be5b0d6   12 years diego avconv/avprobe: Add missing 'void' to exit_program() definition
(edit) @dc82b2c0   12 years michaelni framecrcenc: print flags and side data elements The new fields are …
(edit) @6a697b42   12 years michaelni parser: fix large overreads Signed-off-by: Michael Niedermayer …
(edit) @1e2e2c80   12 years Clément Bœsch lavc/h264: move ff_init_cabac_states() from decode_slice() to …
(edit) @05e209c0   12 years mans Allow use of strncpy() There are cases where strncpy() does exactly …
(edit) @75366a50   12 years martin blowfish: Add more tests Test inplace ECB, normal CBC and inplace CBC …
(edit) @87f023f2   12 years martin blowfish: Fix CBC decryption with dst==src Signed-off-by: Martin …
(edit) @0cc9a64b   12 years martin blowfish: Factorize testing into a separate function Signed-off-by: …
(edit) @7e5496fc   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: ARM: …
(edit) @51a15ed7   12 years mans ARM: use numeric ID for Tag_ABI_align_preserved Some old assemblers …
(edit) @695f0869   12 years michaelni ffv1dec: print bps for pict debug too Signed-off-by: Michael …
(edit) @df824548   12 years michaelni 8svx: Fixing header size, move decoding to per call instead of the …
(edit) @26d1c7d9   12 years michaelni 8svx: avoid custom clip, avoid +128 for compressed data. Based on: …
(edit) @6eed92a2   12 years michaelni 8svx: fix delta_decode cliping limits Signed-off-by: Michael …
(edit) @72f10d54   12 years michaelni 8svx: copy start value in output samples. Otherwise, the last byte of …
(edit) @f077e1fb   12 years michaelni ffserver: fix potential buffer overflow, based on wrong fscanf format …
(edit) @d4e82a34   12 years michaelni 8svx: remove malloc and memcpy that have become unneeded …
(edit) @4edb34f6   12 years martin segment: Pass the interrupt callback on to the chained …
(edit) @8f0168a3   12 years michaelni fix exit_program() prototypes This fixes 2 warnings Signed-off-by: …
(edit) @1ca3b62b   12 years mans ARM: bswap: drop armcc version of av_bswap16() This function causes …
(edit) @5e826fd6   12 years mans ARM: set Tag_ABI_align_preserved in all asm files All our ARM asm …
(edit) @032ba74   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: ARM: …
(edit) @dd78e109   12 years michaelni Merge commit '1e46c63eb72be752e044ba32257d77f35cbd9dac' * commit …
(edit) @6cbbf4a2   12 years michaelni Merge commit '86bbdf865e04bc5ddc2021b0620e6de634375253' * commit …
(edit) @513042c9   12 years michaelni Merge commit '55f9037f38bc3beacb2f5a17408c1d24c077d7fd' * commit …
(edit) @f5b31daa   12 years michaelni libopusenc: use more specific and correct name for the channel order …
(edit) @e88ca80d   12 years michaelni Merge commit 'bfcd4b6a1691d20aebc6d2308424c2a88334a9f0' * commit …
(edit) @82db8ee3   12 years michaelni Merge commit 'fd41cb43702498948ff14ba8c284fd5c15fc729d' * commit …
(edit) @f7f5370b   12 years michaelni mov: add option to ignore edit lists. Signed-off-by: Michael …
(edit) @7bda4ed7   12 years mans ARM: fix Thumb PIC on Apple LDR with register offset and PC as base …
(edit) @72d30b27   12 years lu_zero nut: add do {} while (0) to GET_V Make it consistent with the other …
(edit) @e97e0eff   12 years stefasab doc/swresample.txt: fix typos
(edit) @c053f486   12 years stefasab lavfi/transpose: add passthrough option
(edit) @63000627   12 years stefasab lavfi/transpose: add support to named options and shortands Allow …
(edit) @b92dfb56   12 years alex.converse tiffenc: Check av_malloc() results.
Note: See TracRevisionLog for help on using the revision log.