source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @805b5700   12 years nicolas.george lavc/pngdec: decode textual data (tEXt and zTXt). Requested in trac …
(edit) @483c1aa5   12 years nicolas.george lavu/bprint: add av_bprint_get_buffer(). It is useful to use bprint …
(edit) @8551c6be   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: dv1394: …
(edit) @67883502   12 years michaelni Merge commit '50a65e7a540ce6747f81d6dbf6a602ad35be77ff' * commit …
(edit) @00aa7fa7   12 years michaelni pcm: fix handling of more than 8 channels for planar Signed-off-by: …
(edit) @db9f426c   12 years michaelni Merge commit '8ac0f6767bf63d3e6b308ee6648ff02598b81e03' * commit …
(edit) @e1c804d8   12 years martin dv1394: Swap the min and max values of the 'standard' option …
(edit) @2b831a59   12 years martin rtpdec_vp8: Don't parse fields that aren't used This avoids warnings …
(edit) @0876c280   12 years anton lavc: add some AVPacket doxy.
(edit) @fdc86728   12 years anton audiointerleave: deobfuscate a function call. right above there is if …
(edit) @179a5c37   12 years anton rtpdec: factorize identical code used in several handlers
(edit) @f70381ab   12 years anton a64: remove interleaved mode. It has been disabled since it was added …
(edit) @a5f6720f   12 years michaelni Add QT CC track mux support Signed-off-by: Michael Niedermayer …
(edit) @ebfc212b   12 years michaelni dv1394: fix order of AVOption fields Signed-off-by: Michael …
(edit) @1475815a   12 years michaelni Apply again [916352f282855e3e4e86a39df9452fead2aa0771] that got lost …
(edit) @099786a6   12 years michaelni Merge remote-tracking branch 'cus/stable' * cus/stable: ffplay: …
(edit) @c19e9d00   12 years martin doc: Point to the new location of the c99-to-c89 tool This location …
(edit) @f742c7b2   12 years michaelni lavf: fix integer overflow in rfps calculation Signed-off-by: Michael …
(edit) @bacebe1f   12 years michaelni avienc: force a valid timebase for video Signed-off-by: Michael …
(edit) @6d1270a0   12 years anton decode_audio3: initialize AVFrame Same fix and issue as in …
(edit) @7669144a   12 years stefasab doc/platform: Comply With All Capitalized Words Convention
(edit) @4695ee71   12 years michaelni lavfi/fifo: add assert to ensure request was successfull. We would …
(edit) @304ebed5   12 years michaelni mpegts_probe: detect files with garbage at the begin. Fixes …
(edit) @5459848b   12 years justin.ruggles ws-snd1: set channel layout
(edit) @f7b85065   12 years justin.ruggles wmavoice: set channel layout
(edit) @50a65e7a   12 years justin.ruggles vmdaudio: set channel layout
(edit) @002097a0   12 years justin.ruggles wmapro: use AVCodecContext.channels instead of keeping a private copy
(edit) @b5f628e2   12 years justin.ruggles twinvq: validate sample rate code A large invalid value could cause …
(edit) @2ed40608   12 years justin.ruggles wma: do not keep private copies of some AVCodecContext fields …
(edit) @335826cf   12 years justin.ruggles twinvq: set channel layout
(edit) @8cc72ce5   12 years justin.ruggles twinvq: validate that channels is not <= 0 This could occur due to …
(edit) @cebea00c   12 years justin.ruggles truespeech: set channel layout
(edit) @523734eb   12 years justin.ruggles sipr: set channel layout
(edit) @4c53f4ae   12 years justin.ruggles shorten: validate that the channel count in the header is not <= 0
(edit) @4e13e504   12 years justin.ruggles ra288dec: set channel layout
(edit) @6159f643   12 years justin.ruggles ra144dec: set channel layout
(edit) @eb38d8fe   12 years justin.ruggles qdm2: remove unneeded checks for channel count
(edit) @be2ab8b7   12 years justin.ruggles qdm2: make sure channels is not <= 0 and set channel layout
(edit) @e3d6ab57   12 years justin.ruggles qcelpdec: set channel layout
(edit) @d26701ce   12 years justin.ruggles nellymoserdec: set channels to 1
(edit) @d40dab90   12 years justin.ruggles libopencore-amr: set channel layout for amr-nb or if not set by the user
(edit) @30f8da29   12 years justin.ruggles libilbc: set channel layout
(edit) @0fd1ddf1   12 years justin.ruggles dpcm: use AVCodecContext.channels instead of keeping a private copy
(edit) @1c7a0161   12 years justin.ruggles imc: set channels to 1 instead of validating it
(edit) @32c7769e   12 years justin.ruggles gsmdec: always set channel layout and sample rate at initialization …
(edit) @8ac0f676   12 years justin.ruggles dcadec: allow the decoder to change the channel layout mid-stream
(edit) @c5b8acad   12 years justin.ruggles libgsmdec: always set channel layout and sample rate at initialization …
(edit) @a346aaf1   12 years justin.ruggles g726dec: do not validate sample rate For decoding it does not really …
(edit) @e00eb03c   12 years justin.ruggles g726dec: set channel layout at initialization instead of validating it
(edit) @99d86863   12 years justin.ruggles flacdec: do not warn on sample rate change
(edit) @90fcac0e   12 years justin.ruggles flacdec: allow mid-stream channel layout change Although the libFLAC …
(edit) @268f8ba1   12 years justin.ruggles flacdec: use av_samples_* functions for sample buffer allocation …
(edit) @93e27f86   12 years justin.ruggles cook: use av_dlog() for debug logging instead of av_log() with AV_LOG_ERROR
(edit) @8f173ef0   12 years justin.ruggles cook: move samples_per_frame from COOKSubpacket to where it is used
(edit) @7efbba2   12 years justin.ruggles cook: use av_get_channel_layout_nb_channels() instead of …
(edit) @d21b2e47   12 years justin.ruggles cook: reverse a condition so that the code makes more sense
(edit) @926e9d2   12 years justin.ruggles cook: remove unneeded COOKContext variable, sample_rate
(edit) @8aa5b8c5   12 years justin.ruggles cook: remove unneeded COOKContext variable, bit_rate
(edit) @3509eee1   12 years justin.ruggles cook: use AVCodecContext.channels instead of keeping a private copy
(edit) @a3145d0   12 years justin.ruggles bmvaudio: set channel layout at init() rather than validating it
(edit) @a38eadf7   12 years justin.ruggles atrac1: do not keep a copy of channel count in the private context
(edit) @4f56f9c4   12 years justin.ruggles dsicinaudio: set channels and channel layout
(edit) @ec2694d2   12 years justin.ruggles g722dec: set channel layout at initialization instead of validating it
(edit) @ee0e9678   12 years justin.ruggles amrwbdec: set channels, channel_layout, and sample_rate Only mono …
(edit) @b24a4449   12 years justin.ruggles amrnbdec: set channels, channel_layout, and sample_rate Only mono …
(edit) @a4202003   12 years justin.ruggles dca_parser: allow the parser to change the sample rate
(edit) @0366664e   12 years justin.ruggles lavc: check channel count after decoder init Ensures the decoder did …
(edit) @bb6941af   12 years justin.ruggles lavc: move SANE_NB_CHANNELS to internal.h and use it in the PCM decoders
(edit) @84e7d368   12 years michaelni mxfdec: Fix inferred misuses of enums This fixes CID 700457, 700458 …
(edit) @fec39d99   12 years Marton Balint ffplay: remove redundant !codec check Signed-off-by: Marton Balint …
(edit) @fdb93344   12 years Marton Balint ffplay: only initialize codec opts before using it Fixes Coverity CID …
(edit) @8cb74024   12 years Marton Balint ffplay: always free buffersink_params in configure_video_filters …
(edit) @09214f4   12 years Marton Balint ffplay: remove uneeded format filter, buffersink format is set …
(edit) @afd9e705   12 years Marton Balint ffplay: check for buffersink_params allocation success Signed-off-by: …
(edit) @abd49a7   12 years Marton Balint ffplay: always free inputs and outputs in configure_filtergraph Fixes …
(edit) @65f6c42a   12 years Marton Balint ffplay: fill the unused part of the window with black Should fix …
(edit) @00b70f8d   12 years Marton Balint ffplay: add update parameter to fill_rectangle Signed-off-by: Marton …
(edit) @e5cf100d   12 years michaelni mpegvideo_probe: check slice order Fixes: Enrique.mp3 Signed-off-by: …
(edit) @7fd9d49b   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: fate: …
(edit) @add7513e   12 years michaelni Merge commit 'fa8fcab1e0d31074c0644c4ac5194474c6c26415' * commit …
(edit) @14f1fa56   12 years stefasab doc/filters: add "Notes on filtergraph escaping" section Should help …
(edit) @6204ea17   12 years michaelni rational: test add/sub too Signed-off-by: Michael Niedermayer …
(edit) @841bf0ef   12 years michaelni cmdutils: allow specifying the file for -report Signed-off-by: …
(edit) @7139f0e6   12 years Carl Eugen Hoyos Fix typo in platform documentation.
(edit) @bb9bc1fc   12 years onemda flicvideo: return more meaningful error codes Signed-off-by: Paul B …
(edit) @6a712e7f   12 years michaelni sws: bump micro for range bugfix Signed-off-by: Michael Niedermayer …
(edit) @25a21c58   12 years michaelni eval-test: add some otherwise untested functions. Signed-off-by: …
(edit) @54a48d2f   12 years Clément Bœsch lavfi: fix references to avfilter_* functions that don't exist anymore.
(edit) @010f1ce9   12 years onemda ffv1: assert that there is at least one slice Signed-off-by: Paul B …
(edit) @6b07830a   12 years janne-libav fate: add ac3/eac3 tests to FATE_SAMPLES_AVCONV Fixes typo in …
(edit) @fd6707ed   12 years Clément Bœsch lavfi/hue: add missing GPL dependency.
(edit) @5b4cae50   12 years Clément Bœsch LICENSE: update GPL filter list.
(edit) @f53112b6   12 years Clément Bœsch lavfi: remove hqdn3d libmpcodecs wrapper. The native filter was …
(edit) @adc39b28   12 years michaelni av_image_copy: check for av_image_get_linesize() failure. Fixes …
(edit) @6992b0bf   12 years michaelni utils: fix rounding of micro seconds Found-by: Johan Wessfeldt …
(edit) @fa8fcab1   12 years diego x86: h264_chromamc_10bit: drop pointless PAVG %define It is only used …
(edit) @02e42751   12 years diego avconv_opt, cmdutils: Add missing function parameter Doxygen
(edit) @c37322e6   12 years diego x86: Move optimization suffix to end of function names This …
(edit) @d8eda370   12 years diego x86: mmx2 ---> mmxext in function names
(edit) @38fdf725   12 years diego swscale: do not forget to swap data in formats with different …
Note: See TracRevisionLog for help on using the revision log.