[libav-commits] rtpdec_jpeg: Add support for default quantizers

2012-09-11 Thread Samuel Pitoiset
Module: libav Branch: master Commit: 55e778bebd6352977eebe406b522e2e9aed7ce35 Author:Samuel Pitoiset samuel.pitoi...@gmail.com Committer: Martin Storsjö mar...@martin.st Date: Mon Sep 10 21:15:09 2012 +0200 rtpdec_jpeg: Add support for default quantizers Generate quantization tables

[libav-commits] mjpeg: Rename some symbols to avpriv_* instead of ff_*

2012-09-09 Thread Samuel Pitoiset
Module: libav Branch: master Commit: a0845bae49a7ac9a7b33c846db457c471a6c8deb Author:Samuel Pitoiset samuel.pitoi...@gmail.com Committer: Martin Storsjö mar...@martin.st Date: Thu Sep 6 15:50:20 2012 +0200 mjpeg: Rename some symbols to avpriv_* instead of ff_* These symbols

[libav-commits] rtp: Depacketization of JPEG (RFC 2435)

2012-09-09 Thread Samuel Pitoiset
Module: libav Branch: master Commit: 3c19815416062536a4305a51f42c8a69ab28b3c6 Author:Samuel Pitoiset samuel.pitoi...@gmail.com Committer: Martin Storsjö mar...@martin.st Date: Fri Sep 7 19:30:23 2012 +0200 rtp: Depacketization of JPEG (RFC 2435) Signed-off-by: Martin Storsjö mar

[libav-commits] mov_chan: Pass a separate AVIOContext for reading

2012-09-07 Thread Samuel Pitoiset
Module: libav Branch: master Commit: 9afb7061f938831248942050cfdb449e014ed427 Author:Samuel Pitoiset samuel.pitoi...@gmail.com Committer: Martin Storsjö mar...@martin.st Date: Thu Sep 6 12:46:37 2012 +0200 mov_chan: Pass a separate AVIOContext for reading This fixes crashes when

[libav-commits] rtpdec_h264: Don't set the pixel format

2012-08-28 Thread Samuel Pitoiset
Module: libav Branch: master Commit: 6af2480aa62e96fbfa4f2f99b80280ce77dafafd Author:Samuel Pitoiset samuel.pitoi...@gmail.com Committer: Martin Storsjö mar...@martin.st Date: Sun Aug 26 17:35:08 2012 +0200 rtpdec_h264: Don't set the pixel format There is no need for this depacketizer

[libav-commits] rtmp: support strict rtmp servers

2012-08-22 Thread Samuel Pitoiset
Module: libav Branch: master Commit: 7011a42b1abbf39ee02d50f5e4b2a10552d92ae2 Author:Samuel Pitoiset samuel.pitoi...@gmail.com Committer: Luca Barbato lu_z...@gentoo.org Date: Sun Aug 19 13:02:23 2012 +0200 rtmp: support strict rtmp servers In order to send or receive a stream

[libav-commits] rtmpdh: Do not generate the same private key every time when using libnettle

2012-08-17 Thread Samuel Pitoiset
Module: libav Branch: master Commit: 8337b5db967ecadab4bb65c272cb47d350ecb83b Author:Samuel Pitoiset samuel.pitoi...@gmail.com Committer: Martin Storsjö mar...@martin.st Date: Thu Aug 16 22:27:15 2012 +0200 rtmpdh: Do not generate the same private key every time when using libnettle

[libav-commits] rtmp: Add support for SWFVerification

2012-08-15 Thread Samuel Pitoiset
Module: libav Branch: master Commit: 635ac8e1be91e941908f85642e4bbb609e48193f Author:Samuel Pitoiset samuel.pitoi...@gmail.com Committer: Martin Storsjö mar...@martin.st Date: Mon Aug 13 17:05:00 2012 +0200 rtmp: Add support for SWFVerification Specifies how the server verifies client

[libav-commits] rtmp: Automatically compute the hash for SWFVerification

2012-08-15 Thread Samuel Pitoiset
Module: libav Branch: master Commit: 93f257db6b818896e58c708d3c2ec4b8cb0c7b00 Author:Samuel Pitoiset samuel.pitoi...@gmail.com Committer: Martin Storsjö mar...@martin.st Date: Wed Aug 15 16:11:50 2012 +0200 rtmp: Automatically compute the hash for SWFVerification Signed-off-by: Martin

[libav-commits] rtmp: Gracefully ignore _checkbw errors by tracking them

2012-08-14 Thread Samuel Pitoiset
Module: libav Branch: master Commit: fb7e78089bf04aa73ba53972e8261bf0121a Author:Samuel Pitoiset samuel.pitoi...@gmail.com Committer: Martin Storsjö mar...@martin.st Date: Sat Aug 11 12:42:17 2012 +0200 rtmp: Gracefully ignore _checkbw errors by tracking them Signed-off-by: Martin

[libav-commits] rtmp: Do not send _checkbw calls as notifications

2012-08-14 Thread Samuel Pitoiset
Module: libav Branch: master Commit: 8b6a5a7923dc4596091acaa9d8219ade39dd2d61 Author:Samuel Pitoiset samuel.pitoi...@gmail.com Committer: Martin Storsjö mar...@martin.st Date: Sat Aug 11 12:41:33 2012 +0200 rtmp: Do not send _checkbw calls as notifications The _checkbw calls were

[libav-commits] rtmp: Factorize the code by adding find_tracked_method

2012-08-11 Thread Samuel Pitoiset
Module: libav Branch: master Commit: a8103503b348966d0bd83cd57f2b4e661d5d6458 Author:Samuel Pitoiset samuel.pitoi...@gmail.com Committer: Martin Storsjö mar...@martin.st Date: Sat Aug 11 12:41:32 2012 +0200 rtmp: Factorize the code by adding find_tracked_method Also fix the bytestream

[libav-commits] rtmp: Factorize the code by adding handle_invoke_error

2012-08-10 Thread Samuel Pitoiset
Module: libav Branch: master Commit: 3eebc1e1743c6e4855d29f73e9f4fbd1c9e1fa60 Author:Samuel Pitoiset samuel.pitoi...@gmail.com Committer: Luca Barbato lu_z...@gentoo.org Date: Thu Aug 9 14:57:51 2012 +0200 rtmp: Factorize the code by adding handle_invoke_error Signed-off-by: Luca

[libav-commits] rtmp: Factorize the code by adding handle_invoke_status

2012-08-10 Thread Samuel Pitoiset
Module: libav Branch: master Commit: 71036a3a5eeda1c0a7eef6acf37aa0c33d488a36 Author:Samuel Pitoiset samuel.pitoi...@gmail.com Committer: Luca Barbato lu_z...@gentoo.org Date: Thu Aug 9 14:57:50 2012 +0200 rtmp: Factorize the code by adding handle_invoke_status Signed-off-by: Luca

[libav-commits] rtmp: Add message tracking

2012-08-08 Thread Samuel Pitoiset
Module: libav Branch: master Commit: f89584ca4458c84467e9fb27567e33891d1c7cd5 Author:Samuel Pitoiset samuel.pitoi...@gmail.com Committer: Martin Storsjö mar...@martin.st Date: Wed Aug 8 14:36:39 2012 +0200 rtmp: Add message tracking Signed-off-by: Martin Storsjö mar...@martin.st

[libav-commits] rtmp: Add support for subscribing live streams

2012-08-07 Thread Samuel Pitoiset
Module: libav Branch: master Commit: f9e77c1762c6904828550326dbbb2b36905eca1a Author:Samuel Pitoiset samuel.pitoi...@gmail.com Committer: Martin Storsjö mar...@martin.st Date: Tue Aug 7 21:51:46 2012 +0200 rtmp: Add support for subscribing live streams When streaming live streams

[libav-commits] rtmp: Add a new option 'rtmp_subscribe'

2012-08-07 Thread Samuel Pitoiset
Module: libav Branch: master Commit: 00cb52c65cb2913f20dd3d0e6601d1b0db0b657b Author:Samuel Pitoiset samuel.pitoi...@gmail.com Committer: Martin Storsjö mar...@martin.st Date: Tue Aug 7 22:02:27 2012 +0200 rtmp: Add a new option 'rtmp_subscribe' This option specifies the name of live

[libav-commits] rtmp: do not warn about receiving metadata packets

2012-07-31 Thread Samuel Pitoiset
Module: libav Branch: master Commit: 9c9c21eaa1f0adf1c5cd17f9b31a18b979bffe37 Author:Samuel Pitoiset samuel.pitoi...@gmail.com Committer: Luca Barbato lu_z...@gentoo.org Date: Thu Jul 26 21:10:09 2012 +0200 rtmp: do not warn about receiving metadata packets They are managed

[libav-commits] rtmp: Prevent reading outside of an allocate buffer when receiving server bandwidth packets

2012-07-26 Thread Samuel Pitoiset
Module: libav Branch: master Commit: 2357f606876173a25acf3130868e374cc44c5f47 Author:Samuel Pitoiset samuel.pitoi...@gmail.com Committer: Martin Storsjö mar...@martin.st Date: Thu Jul 26 14:05:18 2012 +0200 rtmp: Prevent reading outside of an allocate buffer when receiving server

[libav-commits] rtmp: Allow having more unknown data at the end of a chunk size packet without failing

2012-07-26 Thread Samuel Pitoiset
Module: libav Branch: master Commit: e49e6b645167df0e15781244a2e1e405abb04bf1 Author:Samuel Pitoiset samuel.pitoi...@gmail.com Committer: Martin Storsjö mar...@martin.st Date: Thu Jul 26 14:05:58 2012 +0200 rtmp: Allow having more unknown data at the end of a chunk size packet without

[libav-commits] rtmp: Check the buffer length of ping packets

2012-07-26 Thread Samuel Pitoiset
Module: libav Branch: master Commit: 8ea1459bc32b55441fb49311fcee4f9f0fcf39b9 Author:Samuel Pitoiset samuel.pitoi...@gmail.com Committer: Martin Storsjö mar...@martin.st Date: Thu Jul 26 20:45:42 2012 +0200 rtmp: Check the buffer length of ping packets Signed-off-by: Martin Storsjö mar

[libav-commits] rtmp: Make the description of the rtmp_tcurl option more generic

2012-07-25 Thread Samuel Pitoiset
Module: libav Branch: master Commit: 63ffa154e93f8cf7e4dc197dce207acd402bea81 Author:Samuel Pitoiset samuel.pitoi...@gmail.com Committer: Martin Storsjö mar...@martin.st Date: Tue Jul 24 16:29:38 2012 +0200 rtmp: Make the description of the rtmp_tcurl option more generic Signed-off

[libav-commits] doc: Update the description of the rtmp_tcurl option

2012-07-25 Thread Samuel Pitoiset
Module: libav Branch: master Commit: 98df48db6dfc2ed2cef7472e564d0de9639e8774 Author:Samuel Pitoiset samuel.pitoi...@gmail.com Committer: Martin Storsjö mar...@martin.st Date: Tue Jul 24 16:29:39 2012 +0200 doc: Update the description of the rtmp_tcurl option Signed-off-by: Martin

[libav-commits] rtmp: Add a new option 'rtmp_pageurl'

2012-07-25 Thread Samuel Pitoiset
Module: libav Branch: master Commit: 758377a2b79a35386978b0af1196d36cbcfb8f64 Author:Samuel Pitoiset samuel.pitoi...@gmail.com Committer: Martin Storsjö mar...@martin.st Date: Tue Jul 24 16:29:40 2012 +0200 rtmp: Add a new option 'rtmp_pageurl' This option specifies the URL of the web

[libav-commits] rtmp: Factorize the code by adding handle_client_bw

2012-07-25 Thread Samuel Pitoiset
Module: libav Branch: master Commit: 912ecc9a19c3074d023ceba4815c0d0bde3697e0 Author:Samuel Pitoiset samuel.pitoi...@gmail.com Committer: Martin Storsjö mar...@martin.st Date: Sat Jul 21 12:59:50 2012 +0200 rtmp: Factorize the code by adding handle_client_bw Signed-off-by: Martin

[libav-commits] rtmp: Factorize the code by adding handle_ping

2012-07-25 Thread Samuel Pitoiset
Module: libav Branch: master Commit: 0ffd5161c4f8610fa0133c50bfc19beab761f5c1 Author:Samuel Pitoiset samuel.pitoi...@gmail.com Committer: Martin Storsjö mar...@martin.st Date: Sat Jul 21 12:59:51 2012 +0200 rtmp: Factorize the code by adding handle_ping Signed-off-by: Martin Storsjö

[libav-commits] rtmp: Factorize the code by adding handle_invoke

2012-07-25 Thread Samuel Pitoiset
Module: libav Branch: master Commit: 6d1c9945dd0a539aa9017697ac7572fde3dc5b83 Author:Samuel Pitoiset samuel.pitoi...@gmail.com Committer: Martin Storsjö mar...@martin.st Date: Sat Jul 21 12:59:58 2012 +0200 rtmp: Factorize the code by adding handle_invoke Signed-off-by: Martin Storsjö

[libav-commits] rtmp: Factorize the code by adding handle_chunk_size

2012-07-25 Thread Samuel Pitoiset
Module: libav Branch: master Commit: 7be2a7d8ff43fba8d64320c7b778da9f942a9c1b Author:Samuel Pitoiset samuel.pitoi...@gmail.com Committer: Martin Storsjö mar...@martin.st Date: Sat Jul 21 12:59:52 2012 +0200 rtmp: Factorize the code by adding handle_chunk_size Signed-off-by: Martin

[libav-commits] rtmp: Factorize the code by adding handle_server_bw

2012-07-25 Thread Samuel Pitoiset
Module: libav Branch: master Commit: 9b498148ca27fb59994522301da08afafb7d14fd Author:Samuel Pitoiset samuel.pitoi...@gmail.com Committer: Martin Storsjö mar...@martin.st Date: Sat Jul 21 12:59:49 2012 +0200 rtmp: Factorize the code by adding handle_server_bw Signed-off-by: Martin

[libav-commits] rtmp: Return proper error codes in handle_chunk_size

2012-07-25 Thread Samuel Pitoiset
Module: libav Branch: master Commit: e7ea6883bfaabaad20ac3d369c8293e693e3c22b Author:Samuel Pitoiset samuel.pitoi...@gmail.com Committer: Martin Storsjö mar...@martin.st Date: Wed Jul 25 20:51:08 2012 +0200 rtmp: Return proper error codes in handle_chunk_size Signed-off-by: Martin

[libav-commits] rtmp: Return an error when the client bandwidth is incorrect

2012-07-25 Thread Samuel Pitoiset
Module: libav Branch: master Commit: abf77a247baa19357bbf41d6460d4f65a8ff07f2 Author:Samuel Pitoiset samuel.pitoi...@gmail.com Committer: Martin Storsjö mar...@martin.st Date: Wed Jul 25 20:51:11 2012 +0200 rtmp: Return an error when the client bandwidth is incorrect Signed-off

[libav-commits] rtmp: Return proper error code in handle_client_bw

2012-07-25 Thread Samuel Pitoiset
Module: libav Branch: master Commit: 088a82bb33d64b95e71a9a7f06ca19cc61ffa8d4 Author:Samuel Pitoiset samuel.pitoi...@gmail.com Committer: Martin Storsjö mar...@martin.st Date: Wed Jul 25 20:51:09 2012 +0200 rtmp: Return proper error code in handle_client_bw Signed-off-by: Martin

[libav-commits] rtmp: Return proper error code in handle_server_bw

2012-07-25 Thread Samuel Pitoiset
Module: libav Branch: master Commit: be8f949219c03e6bf93d8d563ef33b8ad4faa1e9 Author:Samuel Pitoiset samuel.pitoi...@gmail.com Committer: Martin Storsjö mar...@martin.st Date: Wed Jul 25 20:51:10 2012 +0200 rtmp: Return proper error code in handle_server_bw Signed-off-by: Martin

[libav-commits] rtmp: Move the CONFIG_ condition into the if conditions

2012-07-24 Thread Samuel Pitoiset
Module: libav Branch: master Commit: f7bfb126cde36e15048273a0e346fe2ebdc27f57 Author:Samuel Pitoiset samuel.pitoi...@gmail.com Committer: Martin Storsjö mar...@martin.st Date: Tue Jul 24 13:46:28 2012 +0200 rtmp: Move the CONFIG_ condition into the if conditions This makes sure

[libav-commits] rtmp: Add ff_rtmp_calc_digest_pos()

2012-07-23 Thread Samuel Pitoiset
Module: libav Branch: master Commit: 0e31088b6c57e7d495deda0abaf5de5adb2c18fa Author:Samuel Pitoiset samuel.pitoi...@gmail.com Committer: Martin Storsjö mar...@martin.st Date: Thu Jul 5 13:06:07 2012 +0200 rtmp: Add ff_rtmp_calc_digest_pos() This function is used for calculating

[libav-commits] RTMPTE protocol support

2012-07-23 Thread Samuel Pitoiset
Module: libav Branch: master Commit: 08cd95e8a37674401ed24e5e6f4f7402edb7fdeb Author:Samuel Pitoiset samuel.pitoi...@gmail.com Committer: Martin Storsjö mar...@martin.st Date: Fri Jul 20 16:36:47 2012 +0200 RTMPTE protocol support Signed-off-by: Martin Storsjö mar...@martin.st

[libav-commits] RTMPE protocol support

2012-07-23 Thread Samuel Pitoiset
Module: libav Branch: master Commit: acd554c103459ae7a5d89caa611e91bbc9bf695f Author:Samuel Pitoiset samuel.pitoi...@gmail.com Committer: Martin Storsjö mar...@martin.st Date: Thu Jul 19 14:13:58 2012 +0200 RTMPE protocol support This adds two protocols, but one of them is an internal

[libav-commits] rtmp: Rename rtmp_calc_digest to ff_rtmp_calc_digest and make it global

2012-07-23 Thread Samuel Pitoiset
Module: libav Branch: master Commit: 3505d5574e1d87ab8af9ea38337bfa0a1ca6381d Author:Samuel Pitoiset samuel.pitoi...@gmail.com Committer: Martin Storsjö mar...@martin.st Date: Thu Jul 5 13:05:46 2012 +0200 rtmp: Rename rtmp_calc_digest to ff_rtmp_calc_digest and make it global Signed

[libav-commits] configure: Remove redundant RTMPT/RTMPTS dependencies

2012-07-21 Thread Samuel Pitoiset
Module: libav Branch: master Commit: bdbb21b186931d2f85f4b69ebea8a91b6111e729 Author:Samuel Pitoiset samuel.pitoi...@gmail.com Committer: Diego Biurrun di...@biurrun.de Date: Thu Jul 19 14:16:01 2012 +0200 configure: Remove redundant RTMPT/RTMPTS dependencies The incompatibility

[libav-commits] rtmp: Rename rtmphttp to ffrtmphttp

2012-07-16 Thread Samuel Pitoiset
Module: libav Branch: master Commit: 775c4d3625412928f6902af8c1805ad274f78ebb Author:Samuel Pitoiset samuel.pitoi...@gmail.com Committer: Martin Storsjö mar...@martin.st Date: Mon Jul 16 11:56:20 2012 +0200 rtmp: Rename rtmphttp to ffrtmphttp The prefix makes it easier to distinguish

[libav-commits] blowfish: Make the count parameter match the documentation

2012-07-05 Thread Samuel Pitoiset
Module: libav Branch: master Commit: e4a7fb3da33d98e3c5bbd4e58faf8b8945a07f9c Author:Samuel Pitoiset samuel.pitoi...@gmail.com Committer: Martin Storsjö mar...@martin.st Date: Thu Jul 5 11:33:54 2012 +0200 blowfish: Make the count parameter match the documentation Previously

[libav-commits] xtea: Make the count parameter match the documentation

2012-07-05 Thread Samuel Pitoiset
Module: libav Branch: master Commit: 983db9b2b4c753507d1cf8427675fca80d598b4c Author:Samuel Pitoiset samuel.pitoi...@gmail.com Committer: Martin Storsjö mar...@martin.st Date: Thu Jul 5 11:19:13 2012 +0200 xtea: Make the count parameter match the documentation Previously

[libav-commits] Add Blowfish encryption support in libavutil

2012-07-04 Thread Samuel Pitoiset
Module: libav Branch: master Commit: bc3dbcc8e5553d25afbb2e85aeb909a44210af0a Author:Samuel Pitoiset samuel.pitoi...@gmail.com Committer: Martin Storsjö mar...@martin.st Date: Tue Jul 3 15:45:27 2012 +0200 Add Blowfish encryption support in libavutil Signed-off-by: Martin Storsjö mar

[libav-commits] Add XTEA encryption support in libavutil

2012-07-04 Thread Samuel Pitoiset
Module: libav Branch: master Commit: 8c14f7a5937f05238e0e16da6ceccad8a86458ad Author:Samuel Pitoiset samuel.pitoi...@gmail.com Committer: Martin Storsjö mar...@martin.st Date: Tue Jul 3 15:53:16 2012 +0200 Add XTEA encryption support in libavutil Signed-off-by: Martin Storsjö mar

[libav-commits] doc: Indicate that RTMPT is natively implemented in libavformat

2012-06-29 Thread Samuel Pitoiset
Module: libav Branch: master Commit: e312fcde6a46d7fdfc5f3f880dd97987402d7138 Author:Samuel Pitoiset samuel.pitoi...@gmail.com Committer: Martin Storsjö mar...@martin.st Date: Fri Jun 29 14:18:41 2012 +0200 doc: Indicate that RTMPT is natively implemented in libavformat Signed-off

[libav-commits] rtmp: Reduce the number of idle posts sent by sleeping 50ms

2012-06-19 Thread Samuel Pitoiset
Module: libav Branch: master Commit: 9d811fd80fbd94a0e44d87cf8ccdab96c2a4af04 Author:Samuel Pitoiset samuel.pitoi...@gmail.com Committer: Martin Storsjö mar...@martin.st Date: Tue Jun 19 13:21:09 2012 +0200 rtmp: Reduce the number of idle posts sent by sleeping 50ms Rtmpt

[libav-commits] rtmp: Don't send every flv packet in a separate HTTP request in RTMPT

2012-06-18 Thread Samuel Pitoiset
Module: libav Branch: master Commit: 46743a859ceb6b6bf4f0b1cbe26e5b311ed9eef4 Author:Samuel Pitoiset samuel.pitoi...@gmail.com Committer: Martin Storsjö mar...@martin.st Date: Mon Jun 18 14:55:55 2012 +0200 rtmp: Don't send every flv packet in a separate HTTP request in RTMPT Add a new

[libav-commits] RTMPT protocol support

2012-06-17 Thread Samuel Pitoiset
Module: libav Branch: master Commit: 8e50c57dcb481479f2fd46f9bdb6a9776b0d9fa6 Author:Samuel Pitoiset samuel.pitoi...@gmail.com Committer: Martin Storsjö mar...@martin.st Date: Sun Jun 17 20:24:43 2012 +0200 RTMPT protocol support This adds two protocols, but one of them is an internal

[libav-commits] rtmp: Read and handle incoming packets while writing data

2012-06-14 Thread Samuel Pitoiset
Module: libav Branch: master Commit: 7dc747f50b0adeaf2bcf6413e291dc4bffa54f9a Author:Samuel Pitoiset samuel.pitoi...@gmail.com Committer: Martin Storsjö mar...@martin.st Date: Thu Jun 14 15:28:40 2012 +0200 rtmp: Read and handle incoming packets while writing data This makes sure all

[libav-commits] rtmp: Handle server bandwidth packets

2012-06-13 Thread Samuel Pitoiset
Module: libav Branch: master Commit: c2d38beab2858307f76b01070e7044f2577b8600 Author:Samuel Pitoiset samuel.pitoi...@gmail.com Committer: Martin Storsjö mar...@martin.st Date: Wed Jun 13 14:47:26 2012 +0200 rtmp: Handle server bandwidth packets Signed-off-by: Martin Storsjö mar

[libav-commits] rtmp: Display a verbose message when an unknown packet type is received

2012-06-13 Thread Samuel Pitoiset
Module: libav Branch: master Commit: 9ff930aace0d61a355f14e49f9fa1d95b8c0e5be Author:Samuel Pitoiset samuel.pitoi...@gmail.com Committer: Martin Storsjö mar...@martin.st Date: Wed Jun 13 14:45:57 2012 +0200 rtmp: Display a verbose message when an unknown packet type is received Signed

[libav-commits] rtmp: Set the client buffer time to 3s instead of 0.26s

2012-06-13 Thread Samuel Pitoiset
Module: libav Branch: master Commit: 9477c035a768261e54c50404c0f3746bf023f7a4 Author:Samuel Pitoiset samuel.pitoi...@gmail.com Committer: Martin Storsjö mar...@martin.st Date: Wed Jun 13 14:48:02 2012 +0200 rtmp: Set the client buffer time to 3s instead of 0.26s This factorizes

[libav-commits] rtmp: Fix a possible access to invalid memory location when the playpath is too short .

2012-06-12 Thread Samuel Pitoiset
Module: libav Branch: master Commit: 0a9a2257339c8697be31e64b36fa6208132b11bd Author:Samuel Pitoiset samuel.pitoi...@gmail.com Committer: Martin Storsjö mar...@martin.st Date: Mon Jun 11 14:21:32 2012 +0200 rtmp: Fix a possible access to invalid memory location when the playpath is too

[libav-commits] rtmp: support connection parameters

2012-06-11 Thread Samuel Pitoiset
Module: libav Branch: master Commit: 8ee3e1874ec48f1da1a7dfbbdac7382590856a90 Author:Samuel Pitoiset samuel.pitoi...@gmail.com Committer: Martin Storsjö mar...@martin.st Date: Fri Jun 8 13:16:34 2012 +0200 rtmp: support connection parameters Allow using connection parameters in order

[libav-commits] rtmp: Do not send extension for flv files

2012-06-11 Thread Samuel Pitoiset
Module: libav Branch: master Commit: f862537de8ba7920e0f25318c03f8982a3c6294c Author:Samuel Pitoiset samuel.pitoi...@gmail.com Committer: Martin Storsjö mar...@martin.st Date: Thu Jun 7 17:46:34 2012 +0200 rtmp: Do not send extension for flv files This fixes bugzilla bug #304. Signed

[libav-commits] http: Pass the proper return code of net IO operations

2012-05-30 Thread Samuel Pitoiset
Module: libav Branch: master Commit: 9613240f72651018734c14517b679ff5fe50bc99 Author:Samuel Pitoiset samuel.pitoi...@gmail.com Committer: Martin Storsjö mar...@martin.st Date: Wed May 30 11:52:11 2012 +0200 http: Pass the proper return code of net IO operations Signed-off-by: Martin

[libav-commits] http: Add 'post_data', a new option which sets custom HTTP post data

2012-05-30 Thread Samuel Pitoiset
Module: libav Branch: master Commit: 1876e7c0c2ec0d4a9c2daa45e0ab311b1c2ac413 Author:Samuel Pitoiset samuel.pitoi...@gmail.com Committer: Martin Storsjö mar...@martin.st Date: Wed May 30 11:27:18 2012 +0200 http: Add 'post_data', a new option which sets custom HTTP post data

[libav-commits] http: Add support for reusing the http socket for subsequent requests

2012-05-28 Thread Samuel Pitoiset
Module: libav Branch: master Commit: e999b641df85c4e7fa89dde1c681ddd1d38b0090 Author:Samuel Pitoiset samuel.pitoi...@gmail.com Committer: Martin Storsjö mar...@martin.st Date: Mon May 28 15:03:54 2012 +0200 http: Add support for reusing the http socket for subsequent requests Introduce

[libav-commits] http: Add support for using persistent connections

2012-05-28 Thread Samuel Pitoiset
Module: libav Branch: master Commit: 3bdb438e6517ec342e93298de571688584050d68 Author:Samuel Pitoiset samuel.pitoi...@gmail.com Committer: Martin Storsjö mar...@martin.st Date: Mon May 28 15:03:19 2012 +0200 http: Add support for using persistent connections Add a new AVOption

[libav-commits] opt: Add av_opt_set_bin()

2012-05-26 Thread Samuel Pitoiset
Module: libav Branch: master Commit: 154486f9adc621e620dacd76d78c30a02cc1dcd3 Author:Samuel Pitoiset samuel.pitoi...@gmail.com Committer: Martin Storsjö mar...@martin.st Date: Fri May 25 12:32:39 2012 +0200 opt: Add av_opt_set_bin() Introduce a new function to set binary data through

[libav-commits] rtmp: Pass the proper return code in rtmp_handshake

2012-05-24 Thread Samuel Pitoiset
Module: libav Branch: master Commit: 177bcc9593a5f43ccf0697b9c7a1caa5935686b7 Author:Samuel Pitoiset samuel.pitoi...@gmail.com Committer: Martin Storsjö mar...@martin.st Date: Thu May 24 13:48:42 2012 +0200 rtmp: Pass the proper return code in rtmp_handshake Signed-off-by: Martin

[libav-commits] rtmp: Check malloc calls

2012-05-23 Thread Samuel Pitoiset
Module: libav Branch: master Commit: 08e93f5b46c8ddb5939e6f2a47c19c2c152772c3 Author:Samuel Pitoiset samuel.pitoi...@gmail.com Committer: Martin Storsjö mar...@martin.st Date: Wed May 23 18:55:34 2012 +0200 rtmp: Check malloc calls Signed-off-by: Martin Storsjö mar...@martin.st

[libav-commits] rtmp: Check ff_rtmp_packet_create calls

2012-05-23 Thread Samuel Pitoiset
Module: libav Branch: master Commit: f645f1d6eadae8d67c832125186ad5b209e8ba03 Author:Samuel Pitoiset samuel.pitoi...@gmail.com Committer: Martin Storsjö mar...@martin.st Date: Wed May 23 22:45:03 2012 +0200 rtmp: Check ff_rtmp_packet_create calls Check malloc calls used

[libav-commits] rtmp: Return a proper error code instead of -1

2012-05-23 Thread Samuel Pitoiset
Module: libav Branch: master Commit: a4d3f3580bd993f4e8f4abc9c4ad486cb1c51987 Author:Samuel Pitoiset samuel.pitoi...@gmail.com Committer: Martin Storsjö mar...@martin.st Date: Wed May 23 18:55:52 2012 +0200 rtmp: Return a proper error code instead of -1 Signed-off-by: Martin Storsjö

[libav-commits] avio: Add a function for signalling end of reading/writing

2012-05-22 Thread Samuel Pitoiset
Module: libav Branch: master Commit: 32d545e0a4686e919319bf472725ea0162b72720 Author:Samuel Pitoiset samuel.pitoi...@gmail.com Committer: Martin Storsjö mar...@martin.st Date: Mon May 21 11:24:54 2012 +0200 avio: Add a function for signalling end of reading/writing Signed-off

[libav-commits] tcp: Allow signalling end of reading/writing

2012-05-22 Thread Samuel Pitoiset
Module: libav Branch: master Commit: 4a9ca9355607053fdbcb8adcb614b08305eca88f Author:Samuel Pitoiset samuel.pitoi...@gmail.com Committer: Martin Storsjö mar...@martin.st Date: Mon May 21 11:24:55 2012 +0200 tcp: Allow signalling end of reading/writing tcp_shutdown() isn't needed

[libav-commits] http: Add http_shutdown() for ending writing of posts

2012-05-22 Thread Samuel Pitoiset
Module: libav Branch: master Commit: ba354a8cc091039662e50f1a5a194f5b589056f6 Author:Samuel Pitoiset samuel.pitoi...@gmail.com Committer: Martin Storsjö mar...@martin.st Date: Mon May 21 11:26:40 2012 +0200 http: Add http_shutdown() for ending writing of posts Signed-off-by: Martin

[libav-commits] http: Add support for reading http POST reply headers

2012-05-22 Thread Samuel Pitoiset
Module: libav Branch: master Commit: e5773d8bc372a88b28452efa5fc87711f673bd28 Author:Samuel Pitoiset samuel.pitoi...@gmail.com Committer: Martin Storsjö mar...@martin.st Date: Mon May 21 11:27:10 2012 +0200 http: Add support for reading http POST reply headers Signed-off-by: Martin

[libav-commits] http: Factorize the code by adding http_read_header()

2012-05-20 Thread Samuel Pitoiset
Module: libav Branch: master Commit: 5d603f1b655ee717c6639fc2fcb2c13e4a925b6f Author:Samuel Pitoiset samuel.pitoi...@gmail.com Committer: Martin Storsjö mar...@martin.st Date: Sun May 20 16:20:56 2012 +0200 http: Factorize the code by adding http_read_header() This function is used

[libav-commits] rtmp: Support 'rtmp_swfurl', an option which specifies the URL of the SWF player.

2012-05-10 Thread Samuel Pitoiset
Module: libav Branch: master Commit: 05945db9ce3c6708e62d05bfb040db10d73eade0 Author:Samuel Pitoiset samuel.pitoi...@gmail.com Committer: Martin Storsjö mar...@martin.st Date: Wed May 9 02:12:16 2012 +0200 rtmp: Support 'rtmp_swfurl', an option which specifies the URL of the SWF

[libav-commits] rtmp: Support 'rtmp_flashver', an option which overrides the version of the Flash plugin.

2012-05-10 Thread Samuel Pitoiset
Module: libav Branch: master Commit: e64673e4f4f7acefe5f60f35fb3a196ccf5e9490 Author:Samuel Pitoiset samuel.pitoi...@gmail.com Committer: Martin Storsjö mar...@martin.st Date: Wed May 9 02:12:15 2012 +0200 rtmp: Support 'rtmp_flashver', an option which overrides the version

[libav-commits] rtmp: Implement check bandwidth notification.

2012-05-10 Thread Samuel Pitoiset
Module: libav Branch: master Commit: d55961fa82d34c1783f525b05608694d2b2dea1c Author:Samuel Pitoiset samuel.pitoi...@gmail.com Committer: Martin Storsjö mar...@martin.st Date: Wed May 9 00:58:09 2012 +0200 rtmp: Implement check bandwidth notification. According to the behaviour

[libav-commits] rtmp: Support 'rtmp_tcurl', an option which overrides the URL of the target stream.

2012-05-10 Thread Samuel Pitoiset
Module: libav Branch: master Commit: 55c9320e0638349dbea2f8a658ecd3f48d1a80f1 Author:Samuel Pitoiset samuel.pitoi...@gmail.com Committer: Martin Storsjö mar...@martin.st Date: Wed May 9 02:12:14 2012 +0200 rtmp: Support 'rtmp_tcurl', an option which overrides the URL of the target

[libav-commits] rtmp: Support 'rtmp_live', an option which specifies if the media is a live stream.

2012-05-08 Thread Samuel Pitoiset
Module: libav Branch: master Commit: b2e495afa8e23b46536e25e892157104437f4020 Author:Samuel Pitoiset samuel.pitoi...@gmail.com Committer: Martin Storsjö mar...@martin.st Date: Sat May 5 19:33:26 2012 +0200 rtmp: Support 'rtmp_live', an option which specifies if the media is a live

[libav-commits] rtmp: Support 'rtmp_app', an option which overrides the name of application

2012-04-16 Thread Samuel Pitoiset
Module: libav Branch: master Commit: 6465562e130b6fcd153c2a5ca9c7bda228ee0ee3 Author:Samuel Pitoiset samuel.pitoi...@gmail.com Committer: Martin Storsjö mar...@martin.st Date: Sun Apr 15 21:49:48 2012 +0200 rtmp: Support 'rtmp_app', an option which overrides the name of application

[libav-commits] rtmp: Support 'rtmp_playpath', an option which overrides the stream identifier

2012-04-16 Thread Samuel Pitoiset
Module: libav Branch: master Commit: b3b175120151b9d39f05a7e24e322a70ab835138 Author:Samuel Pitoiset samuel.pitoi...@gmail.com Committer: Martin Storsjö mar...@martin.st Date: Sun Apr 15 21:50:50 2012 +0200 rtmp: Support 'rtmp_playpath', an option which overrides the stream identifier